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