[cfe-commits] r149208 - /cfe/trunk/test/Modules/compiler_builtins.m

Douglas Gregor dgregor at apple.com
Sun Jan 29 14:30:38 PST 2012


Author: dgregor
Date: Sun Jan 29 16:30:38 2012
New Revision: 149208

URL: http://llvm.org/viewvc/llvm-project?rev=149208&view=rev
Log:
Temporary disable the -verify on this test in the hope of getting some useful output from the buildbots

Modified:
    cfe/trunk/test/Modules/compiler_builtins.m

Modified: cfe/trunk/test/Modules/compiler_builtins.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Modules/compiler_builtins.m?rev=149208&r1=149207&r2=149208&view=diff
==============================================================================
--- cfe/trunk/test/Modules/compiler_builtins.m (original)
+++ cfe/trunk/test/Modules/compiler_builtins.m Sun Jan 29 16:30:38 2012
@@ -1,5 +1,5 @@
 // RUN: rm -rf %t
-// RUN: %clang_cc1 -fmodules -fmodule-cache-path %t -verify %s
+// RUN: %clang_cc1 -fmodules -fmodule-cache-path %t %s
 
 @import __compiler_builtins.float_constants;
 
@@ -9,4 +9,5 @@
 
 char getCharMax() { return CHAR_MAX; }
 
-size_t size; // expected-error{{unknown type name 'size_t'}}
+// FIXME: Re-enable this test.
+//size_t size; // expected-error{{unknown type name 'size_t'}}





More information about the cfe-commits mailing list