diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-05-16 17:38:04 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-05-16 17:38:04 +0000 |
commit | 7e2a01ef8204e03230eda9e0034b4007ec04d179 (patch) | |
tree | 32dd2fee0cf7f90ec4acf5b4be568c43925e003e /test/Tooling/clang-check-builtin-headers.cpp | |
parent | be8becc4ef129609445aab3262a54ac8d7a77388 (diff) |
clang/test/Tooling: Remove XFAIL in 5 tests to unveil the real failure.
FYI, they can pass on Cygwin w/o any tweaks.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@156930 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Tooling/clang-check-builtin-headers.cpp')
-rw-r--r-- | test/Tooling/clang-check-builtin-headers.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/Tooling/clang-check-builtin-headers.cpp b/test/Tooling/clang-check-builtin-headers.cpp index 307b9344cd..4a25f391ee 100644 --- a/test/Tooling/clang-check-builtin-headers.cpp +++ b/test/Tooling/clang-check-builtin-headers.cpp @@ -10,7 +10,3 @@ // CHECK: C++ requires invalid; - -// FIXME: JSON doesn't like path separator '\', on Win32 hosts. -// FIXME: clang-check doesn't like gcc driver on cygming. -// XFAIL: cygwin,mingw32,win32 |