test: Mark 3 tests as XFAIL:cygwin,mingw.

llvm-svn: 127077
This commit is contained in:
NAKAMURA Takumi 2011-03-05 11:15:48 +00:00
parent 7362afad29
commit fb7133249c
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
// XFAIL: cygwin,mingw
// RUN: %clang -g -S %s -o - | FileCheck %s
// CHECK: TAG_namespace

View File

@ -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