[cfe-commits] [clang-tools-extra] r173562 - test/remove-cstr-calls/basic.cpp: Disable again on mingw. It behaves unstable.

NAKAMURA Takumi geek4civic at gmail.com
Fri Jan 25 22:39:49 PST 2013


Author: chapuni
Date: Sat Jan 26 00:39:48 2013
New Revision: 173562

URL: http://llvm.org/viewvc/llvm-project?rev=173562&view=rev
Log:
test/remove-cstr-calls/basic.cpp: Disable again on mingw. It behaves unstable.

Modified:
    clang-tools-extra/trunk/test/remove-cstr-calls/basic.cpp

Modified: clang-tools-extra/trunk/test/remove-cstr-calls/basic.cpp
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/remove-cstr-calls/basic.cpp?rev=173562&r1=173561&r2=173562&view=diff
==============================================================================
--- clang-tools-extra/trunk/test/remove-cstr-calls/basic.cpp (original)
+++ clang-tools-extra/trunk/test/remove-cstr-calls/basic.cpp Sat Jan 26 00:39:48 2013
@@ -1,6 +1,7 @@
 // RUN: grep -Ev "// *[A-Z-]+:" %s > %t.cpp
 // RUN: remove-cstr-calls . %t.cpp --
 // RUN: FileCheck -input-file=%t.cpp %s
+// REQUIRES: shell
 
 namespace std {
 template<typename T> class allocator {};





More information about the cfe-commits mailing list