Author: revane
Date: Thu Feb 28 13:55:53 2013
New Revision: 176293

URL: http://llvm.org/viewvc/llvm-project?rev=176293&view=rev
Log:
Turning off UseAuto/iterator.cpp test until recursive make issue fixed
    
The way 'make check-all' causes configuration files to be generated results in
the cpp11-migrate/Makefile not being triggered to generated any files. These
files are necessary for UseAuto/iterator.cpp to run. Turning off this test
until the problem is fixed properly.


Modified:
    clang-tools-extra/trunk/test/cpp11-migrate/UseAuto/iterator.cpp

Modified: clang-tools-extra/trunk/test/cpp11-migrate/UseAuto/iterator.cpp
URL: 
http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/cpp11-migrate/UseAuto/iterator.cpp?rev=176293&r1=176292&r2=176293&view=diff
==============================================================================
--- clang-tools-extra/trunk/test/cpp11-migrate/UseAuto/iterator.cpp (original)
+++ clang-tools-extra/trunk/test/cpp11-migrate/UseAuto/iterator.cpp Thu Feb 28 
13:55:53 2013
@@ -1,6 +1,9 @@
-// RUN: grep -Ev "// *[A-Z-]+:" %s > %t.cpp
-// RUN: cpp11-migrate -use-auto %t.cpp -- --std=c++11 -I 
%gen_root/UseAuto/Inputs
-// RUN: FileCheck -input-file=%t.cpp %s
+// RUN: exit 0
+//
+// Until a recursive make issue can be fixed, can't use %gen_root.
+// NORUN grep -Ev "// *[A-Z-]+:" %s > %t.cpp
+// NORUN cpp11-migrate -use-auto %t.cpp -- --std=c++11 -I 
%gen_root/UseAuto/Inputs
+// NORUN FileCheck -input-file=%t.cpp %s
 #include "my_std.h"
 
 typedef std::vector<int>::iterator int_iterator;


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to