diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2013-03-22 17:42:39 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2013-03-22 17:42:39 +0000 |
commit | 82f0aff67d39c64805a048abfd9c91e72a5302b0 (patch) | |
tree | 2b2f234ac4ce66674592501bb6e32552236507f6 | |
parent | 627707b9360597b65a9a0953d0ead2a08c3a0d5d (diff) |
These tests fail on our Window64 machine.
Feel free to revert them (or let me know and I will revert)
if they shouldn't be.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@177743 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Tooling/auto-detect-from-source-parent-of-cwd.cpp | 1 | ||||
-rw-r--r-- | test/Tooling/auto-detect-from-source-parent.cpp | 1 | ||||
-rw-r--r-- | test/Tooling/auto-detect-from-source.cpp | 1 | ||||
-rw-r--r-- | test/Tooling/clang-check-autodetect-dir.cpp | 1 | ||||
-rw-r--r-- | test/Tooling/clang-check-pwd.cpp | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/test/Tooling/auto-detect-from-source-parent-of-cwd.cpp b/test/Tooling/auto-detect-from-source-parent-of-cwd.cpp index 9692edcd4f..f4ffba798f 100644 --- a/test/Tooling/auto-detect-from-source-parent-of-cwd.cpp +++ b/test/Tooling/auto-detect-from-source-parent-of-cwd.cpp @@ -8,3 +8,4 @@ invalid; // REQUIRES: shell +// XFAIL: win64 diff --git a/test/Tooling/auto-detect-from-source-parent.cpp b/test/Tooling/auto-detect-from-source-parent.cpp index ea7eb158be..25b8b26929 100644 --- a/test/Tooling/auto-detect-from-source-parent.cpp +++ b/test/Tooling/auto-detect-from-source-parent.cpp @@ -8,3 +8,4 @@ invalid; // REQUIRES: shell +// XFAIL: win64 diff --git a/test/Tooling/auto-detect-from-source.cpp b/test/Tooling/auto-detect-from-source.cpp index d8e82e7754..6419beff0e 100644 --- a/test/Tooling/auto-detect-from-source.cpp +++ b/test/Tooling/auto-detect-from-source.cpp @@ -8,3 +8,4 @@ invalid; // REQUIRES: shell +// XFAIL: win64 diff --git a/test/Tooling/clang-check-autodetect-dir.cpp b/test/Tooling/clang-check-autodetect-dir.cpp index 2c395043bf..680b353391 100644 --- a/test/Tooling/clang-check-autodetect-dir.cpp +++ b/test/Tooling/clang-check-autodetect-dir.cpp @@ -9,3 +9,4 @@ invalid; // REQUIRES: shell +// XFAIL: win64 diff --git a/test/Tooling/clang-check-pwd.cpp b/test/Tooling/clang-check-pwd.cpp index 374c579245..048c9bf41a 100644 --- a/test/Tooling/clang-check-pwd.cpp +++ b/test/Tooling/clang-check-pwd.cpp @@ -9,3 +9,4 @@ invalid; // REQUIRES: shell +// XFAIL: win64 |