[cfe-commits] r116082 - /cfe/trunk/test/ASTMerge/class.cpp

Eric Christopher echristo at apple.com
Fri Oct 8 12:18:57 PDT 2010


Author: echristo
Date: Fri Oct  8 14:18:57 2010
New Revision: 116082

URL: http://llvm.org/viewvc/llvm-project?rev=116082&view=rev
Log:
Disable this test temporarily in an attempt to green the buildbots.

Modified:
    cfe/trunk/test/ASTMerge/class.cpp

Modified: cfe/trunk/test/ASTMerge/class.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/ASTMerge/class.cpp?rev=116082&r1=116081&r2=116082&view=diff
==============================================================================
--- cfe/trunk/test/ASTMerge/class.cpp (original)
+++ cfe/trunk/test/ASTMerge/class.cpp Fri Oct  8 14:18:57 2010
@@ -1,6 +1,6 @@
-// RUN: %clang_cc1 -emit-pch -o %t.1.ast %S/Inputs/class1.cpp
-// RUN: %clang_cc1 -emit-pch -o %t.2.ast %S/Inputs/class2.cpp
-// RUN: %clang_cc1 -ast-merge %t.1.ast -ast-merge %t.2.ast -fsyntax-only %s 2>&1 | FileCheck %s
+// XRUN: %clang_cc1 -emit-pch -o %t.1.ast %S/Inputs/class1.cpp
+// XRUN: %clang_cc1 -emit-pch -o %t.2.ast %S/Inputs/class2.cpp
+// XRUN: %clang_cc1 -ast-merge %t.1.ast -ast-merge %t.2.ast -fsyntax-only %s 2>&1 | FileCheck %s
 
 // CHECK: class1.cpp:5:8: warning: type 'B' has incompatible definitions in different translation units
 // CHECK: class1.cpp:6:9: note: field 'y' has type 'float' here





More information about the cfe-commits mailing list