]> granicus.if.org Git - clang/commitdiff
test: Mark two tests as XFAIL:mingw.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 5 Mar 2011 11:15:38 +0000 (11:15 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 5 Mar 2011 11:15:38 +0000 (11:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@127076 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/vtable-debug-info.cpp
test/PCH/reloc.c

index c355406fae4acaba1e9ca524c7a7a40f316fcfba..a008f7e110b9c203c64e85982279a3854ce7fdfa 100644 (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
index 51a7c4c879462052d1f464f3d66d0f8b46cbd7a9..f15c77682fd85e39680a09a3275b453541b676f0 100644 (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}}