From: NAKAMURA Takumi Date: Sat, 5 Mar 2011 11:15:48 +0000 (+0000) Subject: test: Mark 3 tests as XFAIL:cygwin,mingw. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=884b9dd182378c9d3ae4385ccf9030b989b3d028;p=clang test: Mark 3 tests as XFAIL:cygwin,mingw. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@127077 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenCXX/debug-info-namespace.cpp b/test/CodeGenCXX/debug-info-namespace.cpp index 2e0a96d566..89b03a608c 100644 --- a/test/CodeGenCXX/debug-info-namespace.cpp +++ b/test/CodeGenCXX/debug-info-namespace.cpp @@ -1,3 +1,4 @@ +// XFAIL: cygwin,mingw // RUN: %clang -g -S %s -o - | FileCheck %s // CHECK: TAG_namespace diff --git a/test/PCH/headersearch.cpp b/test/PCH/headersearch.cpp index 151756c707..289e9e736e 100644 --- a/test/PCH/headersearch.cpp +++ b/test/PCH/headersearch.cpp @@ -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