diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2013-03-25 18:56:45 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2013-03-25 18:56:45 +0000 |
commit | b0d81f8626b58487dcf5ebaaca6aeb8fe1fd5a93 (patch) | |
tree | 7bdab65c250e6daf2eecf9e258ae5c67f33a013b /clang | |
parent | ac9df2d1a6ed91d49adc3d84a1b84774632604e3 (diff) | |
download | bcm5719-llvm-b0d81f8626b58487dcf5ebaaca6aeb8fe1fd5a93.tar.gz bcm5719-llvm-b0d81f8626b58487dcf5ebaaca6aeb8fe1fd5a93.zip |
Added PR number for failing win64 tests.
llvm-svn: 177886
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 f4ffba798f3..6b632b0a0d8 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,4 +8,5 @@ invalid; // REQUIRES: shell +// PR15590 // 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 25b8b269291..f1dbc0fa674 100644 --- a/clang/test/Tooling/auto-detect-from-source-parent.cpp +++ b/clang/test/Tooling/auto-detect-from-source-parent.cpp @@ -8,4 +8,5 @@ invalid; // REQUIRES: shell +// PR15590 // XFAIL: win64 diff --git a/clang/test/Tooling/auto-detect-from-source.cpp b/clang/test/Tooling/auto-detect-from-source.cpp index 6419beff0ed..77e06e781c9 100644 --- a/clang/test/Tooling/auto-detect-from-source.cpp +++ b/clang/test/Tooling/auto-detect-from-source.cpp @@ -8,4 +8,5 @@ invalid; // REQUIRES: shell +// PR15590 // XFAIL: win64 diff --git a/clang/test/Tooling/clang-check-autodetect-dir.cpp b/clang/test/Tooling/clang-check-autodetect-dir.cpp index 680b3533915..39a0c386fe8 100644 --- a/clang/test/Tooling/clang-check-autodetect-dir.cpp +++ b/clang/test/Tooling/clang-check-autodetect-dir.cpp @@ -9,4 +9,5 @@ invalid; // REQUIRES: shell +// PR15590 // XFAIL: win64 diff --git a/clang/test/Tooling/clang-check-pwd.cpp b/clang/test/Tooling/clang-check-pwd.cpp index 048c9bf41a0..463ed40b3e5 100644 --- a/clang/test/Tooling/clang-check-pwd.cpp +++ b/clang/test/Tooling/clang-check-pwd.cpp @@ -9,4 +9,5 @@ invalid; // REQUIRES: shell +// PR15590 // XFAIL: win64 |