From 382ee27ebe5acae4617961260cee6173019bf47c Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Tue, 4 Nov 2014 13:32:29 +0000 Subject: [PATCH] clang/test/Tooling: Remove mention to PR15590 out of a couple of tests. They are suppressed with another issue. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@221267 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Tooling/auto-detect-from-source-parent-of-cwd.cpp | 3 --- test/Tooling/clang-check-pwd.cpp | 3 --- 2 files changed, 6 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 d7ec3f60ac..6a97f310ff 100644 --- a/test/Tooling/auto-detect-from-source-parent-of-cwd.cpp +++ b/test/Tooling/auto-detect-from-source-parent-of-cwd.cpp @@ -11,6 +11,3 @@ invalid; // REQUIRES: shell -// PR15590 -// XFAIL: win64 -// XFAIL: mingw diff --git a/test/Tooling/clang-check-pwd.cpp b/test/Tooling/clang-check-pwd.cpp index d85b9b1ae4..3ce196be3e 100644 --- a/test/Tooling/clang-check-pwd.cpp +++ b/test/Tooling/clang-check-pwd.cpp @@ -12,6 +12,3 @@ invalid; // REQUIRES: shell -// PR15590 -// XFAIL: win64 -// XFAIL: mingw -- 2.50.1