test: Mark two tests as XFAIL:mingw.

llvm-svn: 127076
This commit is contained in:
NAKAMURA Takumi
2011-03-05 11:15:38 +00:00
parent 25cedf3fe4
commit 7362afad29
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
// RUN: %clang -c -g %s -o /dev/null
// Radar 8730409
// XFAIL: win32
// XFAIL: win32,mingw
// FIXME: This test crashes on Windows.
#ifdef _WIN32

View File

@@ -1,7 +1,7 @@
// RUN: %clang_cc1 -emit-pch -o %t -relocatable-pch -isysroot %S/libroot %S/libroot/usr/include/reloc.h
// RUN: %clang_cc1 -include-pch %t -isysroot %S/libroot %s -verify
// RUN: not %clang_cc1 -include-pch %t %s
// XFAIL: win32
// XFAIL: mingw,win32
#include <reloc.h>
int x = 2; // expected-error{{redefinition}}