r221267 - clang/test/Tooling: Remove mention to PR15590 out of a couple of tests. They are suppressed with another issue.

NAKAMURA Takumi geek4civic at gmail.com
Tue Nov 4 05:32:29 PST 2014


Author: chapuni
Date: Tue Nov  4 07:32:29 2014
New Revision: 221267

URL: http://llvm.org/viewvc/llvm-project?rev=221267&view=rev
Log:
clang/test/Tooling: Remove mention to PR15590 out of a couple of tests. They are suppressed with another issue.

Modified:
    cfe/trunk/test/Tooling/auto-detect-from-source-parent-of-cwd.cpp
    cfe/trunk/test/Tooling/clang-check-pwd.cpp

Modified: cfe/trunk/test/Tooling/auto-detect-from-source-parent-of-cwd.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Tooling/auto-detect-from-source-parent-of-cwd.cpp?rev=221267&r1=221266&r2=221267&view=diff
==============================================================================
--- cfe/trunk/test/Tooling/auto-detect-from-source-parent-of-cwd.cpp (original)
+++ cfe/trunk/test/Tooling/auto-detect-from-source-parent-of-cwd.cpp Tue Nov  4 07:32:29 2014
@@ -11,6 +11,3 @@
 invalid;
 
 // REQUIRES: shell
-// PR15590
-// XFAIL: win64
-// XFAIL: mingw

Modified: cfe/trunk/test/Tooling/clang-check-pwd.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Tooling/clang-check-pwd.cpp?rev=221267&r1=221266&r2=221267&view=diff
==============================================================================
--- cfe/trunk/test/Tooling/clang-check-pwd.cpp (original)
+++ cfe/trunk/test/Tooling/clang-check-pwd.cpp Tue Nov  4 07:32:29 2014
@@ -12,6 +12,3 @@
 invalid;
 
 // REQUIRES: shell
-// PR15590
-// XFAIL: win64
-// XFAIL: mingw





More information about the cfe-commits mailing list