summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2011-03-05 11:15:38 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2011-03-05 11:15:38 +0000
commit7362afad29d17fe193510c7432ef535809ccaed8 (patch)
tree6454a45ff1c8fbeb66e47511d74ad92fab6f5d66 /clang
parent25cedf3fe4a4e6025ee2da083c22a75d914e9a67 (diff)
downloadbcm5719-llvm-7362afad29d17fe193510c7432ef535809ccaed8.tar.gz
bcm5719-llvm-7362afad29d17fe193510c7432ef535809ccaed8.zip
test: Mark two tests as XFAIL:mingw.
llvm-svn: 127076
Diffstat (limited to 'clang')
-rw-r--r--clang/test/CodeGenCXX/vtable-debug-info.cpp2
-rw-r--r--clang/test/PCH/reloc.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGenCXX/vtable-debug-info.cpp b/clang/test/CodeGenCXX/vtable-debug-info.cpp
index c355406fae4..a008f7e110b 100644
--- a/clang/test/CodeGenCXX/vtable-debug-info.cpp
+++ b/clang/test/CodeGenCXX/vtable-debug-info.cpp
@@ -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
diff --git a/clang/test/PCH/reloc.c b/clang/test/PCH/reloc.c
index 51a7c4c8794..f15c77682fd 100644
--- a/clang/test/PCH/reloc.c
+++ b/clang/test/PCH/reloc.c
@@ -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}}
OpenPOWER on IntegriCloud