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 | c56ae1b677b31fe978bdac240a60923cd74d81a8 (patch) | |
tree | 596a1a4f29fb6b6a5bd01ea83db5c51cac0f412c /clang | |
parent | 30ce0788e702cc9666efce63164a5bede3b2189a (diff) | |
download | bcm5719-llvm-c56ae1b677b31fe978bdac240a60923cd74d81a8.tar.gz bcm5719-llvm-c56ae1b677b31fe978bdac240a60923cd74d81a8.zip |
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.
llvm-svn: 177743
Diffstat (limited to 'clang')
5 files changed, 5 insertions, 0 deletions
diff --git a/clang/test/Tooling/auto-detect-from-source-parent-of-cwd.cpp b/clang/test/Tooling/auto-detect-from-source-parent-of-cwd.cpp index 9692edcd4f1..f4ffba798f3 100644 --- a/clang/test/Tooling/auto-detect-from-source-parent-of-cwd.cpp +++ b/clang/test/Tooling/auto-detect-from-source-parent-of-cwd.cpp @@ -8,3 +8,4 @@ invalid; // REQUIRES: shell +// XFAIL: win64 diff --git a/clang/test/Tooling/auto-detect-from-source-parent.cpp b/clang/test/Tooling/auto-detect-from-source-parent.cpp index ea7eb158be2..25b8b269291 100644 --- a/clang/test/Tooling/auto-detect-from-source-parent.cpp +++ b/clang/test/Tooling/auto-detect-from-source-parent.cpp @@ -8,3 +8,4 @@ invalid; // REQUIRES: shell +// XFAIL: win64 diff --git a/clang/test/Tooling/auto-detect-from-source.cpp b/clang/test/Tooling/auto-detect-from-source.cpp index d8e82e77545..6419beff0ed 100644 --- a/clang/test/Tooling/auto-detect-from-source.cpp +++ b/clang/test/Tooling/auto-detect-from-source.cpp @@ -8,3 +8,4 @@ invalid; // REQUIRES: shell +// XFAIL: win64 diff --git a/clang/test/Tooling/clang-check-autodetect-dir.cpp b/clang/test/Tooling/clang-check-autodetect-dir.cpp index 2c395043bf0..680b3533915 100644 --- a/clang/test/Tooling/clang-check-autodetect-dir.cpp +++ b/clang/test/Tooling/clang-check-autodetect-dir.cpp @@ -9,3 +9,4 @@ invalid; // REQUIRES: shell +// XFAIL: win64 diff --git a/clang/test/Tooling/clang-check-pwd.cpp b/clang/test/Tooling/clang-check-pwd.cpp index 374c579245b..048c9bf41a0 100644 --- a/clang/test/Tooling/clang-check-pwd.cpp +++ b/clang/test/Tooling/clang-check-pwd.cpp @@ -9,3 +9,4 @@ invalid; // REQUIRES: shell +// XFAIL: win64 |