diff options
-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 |