[cfe-commits] r127076 - in /cfe/trunk/test: CodeGenCXX/vtable-debug-info.cpp PCH/reloc.c

NAKAMURA Takumi geek4civic at gmail.com
Sat Mar 5 03:15:38 PST 2011


Author: chapuni
Date: Sat Mar  5 05:15:38 2011
New Revision: 127076

URL: http://llvm.org/viewvc/llvm-project?rev=127076&view=rev
Log:
test: Mark two tests as XFAIL:mingw.

Modified:
    cfe/trunk/test/CodeGenCXX/vtable-debug-info.cpp
    cfe/trunk/test/PCH/reloc.c

Modified: cfe/trunk/test/CodeGenCXX/vtable-debug-info.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/vtable-debug-info.cpp?rev=127076&r1=127075&r2=127076&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/vtable-debug-info.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/vtable-debug-info.cpp Sat Mar  5 05:15:38 2011
@@ -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

Modified: cfe/trunk/test/PCH/reloc.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/PCH/reloc.c?rev=127076&r1=127075&r2=127076&view=diff
==============================================================================
--- cfe/trunk/test/PCH/reloc.c (original)
+++ cfe/trunk/test/PCH/reloc.c Sat Mar  5 05:15:38 2011
@@ -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}}





More information about the cfe-commits mailing list