diff options
-rw-r--r-- | clang/test/CodeGenCXX/debug-info-namespace.cpp | 1 | ||||
-rw-r--r-- | clang/test/PCH/headersearch.cpp | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/debug-info-namespace.cpp b/clang/test/CodeGenCXX/debug-info-namespace.cpp index 2e0a96d5666..89b03a608ce 100644 --- a/clang/test/CodeGenCXX/debug-info-namespace.cpp +++ b/clang/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/clang/test/PCH/headersearch.cpp b/clang/test/PCH/headersearch.cpp index 151756c7071..289e9e736e0 100644 --- a/clang/test/PCH/headersearch.cpp +++ b/clang/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 |