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 | 4eb17e553c63f701c7f565e12bc6c5dff4d914d5 (patch) | |
tree | 3a48db26b8984045aad17f56de6d301849a1276e | |
parent | 0ff72fc9fadcaf6ab867b1457d59e3fdcc9e5bc6 (diff) |
Added PR number for failing win64 tests.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@177886 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 f4ffba798f..6b632b0a0d 100644 --- a/test/Tooling/auto-detect-from-source-parent-of-cwd.cpp +++ b/test/Tooling/auto-detect-from-source-parent-of-cwd.cpp @@ -8,4 +8,5 @@ invalid; // REQUIRES: shell +// PR15590 // XFAIL: win64 diff --git a/test/Tooling/auto-detect-from-source-parent.cpp b/test/Tooling/auto-detect-from-source-parent.cpp index 25b8b26929..f1dbc0fa67 100644 --- a/test/Tooling/auto-detect-from-source-parent.cpp +++ b/test/Tooling/auto-detect-from-source-parent.cpp @@ -8,4 +8,5 @@ invalid; // REQUIRES: shell +// PR15590 // XFAIL: win64 diff --git a/test/Tooling/auto-detect-from-source.cpp b/test/Tooling/auto-detect-from-source.cpp index 6419beff0e..77e06e781c 100644 --- a/test/Tooling/auto-detect-from-source.cpp +++ b/test/Tooling/auto-detect-from-source.cpp @@ -8,4 +8,5 @@ invalid; // REQUIRES: shell +// PR15590 // XFAIL: win64 diff --git a/test/Tooling/clang-check-autodetect-dir.cpp b/test/Tooling/clang-check-autodetect-dir.cpp index 680b353391..39a0c386fe 100644 --- a/test/Tooling/clang-check-autodetect-dir.cpp +++ b/test/Tooling/clang-check-autodetect-dir.cpp @@ -9,4 +9,5 @@ invalid; // REQUIRES: shell +// PR15590 // XFAIL: win64 diff --git a/test/Tooling/clang-check-pwd.cpp b/test/Tooling/clang-check-pwd.cpp index 048c9bf41a..463ed40b3e 100644 --- a/test/Tooling/clang-check-pwd.cpp +++ b/test/Tooling/clang-check-pwd.cpp @@ -9,4 +9,5 @@ invalid; // REQUIRES: shell +// PR15590 // XFAIL: win64 |