[cfe-commits] r127077 - in /cfe/trunk/test: CodeGenCXX/debug-info-namespace.cpp PCH/headersearch.cpp

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


Author: chapuni
Date: Sat Mar  5 05:15:48 2011
New Revision: 127077

URL: http://llvm.org/viewvc/llvm-project?rev=127077&view=rev
Log:
test: Mark 3 tests as XFAIL:cygwin,mingw.

Modified:
    cfe/trunk/test/CodeGenCXX/debug-info-namespace.cpp
    cfe/trunk/test/PCH/headersearch.cpp

Modified: cfe/trunk/test/CodeGenCXX/debug-info-namespace.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/debug-info-namespace.cpp?rev=127077&r1=127076&r2=127077&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/debug-info-namespace.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/debug-info-namespace.cpp Sat Mar  5 05:15:48 2011
@@ -1,3 +1,4 @@
+// XFAIL: cygwin,mingw
 // RUN: %clang  -g -S %s -o - | FileCheck %s
 
 // CHECK: TAG_namespace

Modified: cfe/trunk/test/PCH/headersearch.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/PCH/headersearch.cpp?rev=127077&r1=127076&r2=127077&view=diff
==============================================================================
--- cfe/trunk/test/PCH/headersearch.cpp (original)
+++ cfe/trunk/test/PCH/headersearch.cpp Sat Mar  5 05:15:48 2011
@@ -1,6 +1,6 @@
 // Test reading of PCH with changed location of original input files,
 // i.e. invoking header search.
-// XFAIL: win32
+// XFAIL: cygwin,mingw,win32
 
 // Generate the original files:
 // RUN: mkdir -p %t_orig/sub %t_orig/sub2





More information about the cfe-commits mailing list