[cfe-commits] r96645 - /cfe/trunk/test/CodeGenObjC/blocks-5.m

Fariborz Jahanian fjahanian at apple.com
Thu Feb 18 17:11:52 PST 2010


Author: fjahanian
Date: Thu Feb 18 19:11:52 2010
New Revision: 96645

URL: http://llvm.org/viewvc/llvm-project?rev=96645&view=rev
Log:
XFAIL until I can fugure out how test check for a pattern when
clang is built optimized.


Modified:
    cfe/trunk/test/CodeGenObjC/blocks-5.m

Modified: cfe/trunk/test/CodeGenObjC/blocks-5.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/blocks-5.m?rev=96645&r1=96644&r2=96645&view=diff

==============================================================================
--- cfe/trunk/test/CodeGenObjC/blocks-5.m (original)
+++ cfe/trunk/test/CodeGenObjC/blocks-5.m Thu Feb 18 19:11:52 2010
@@ -1,5 +1,6 @@
 // RUN: %clang_cc1 -fblocks -triple i386-apple-darwin10 -emit-llvm -o - %s | FileCheck %s
 // radar 7581175
+// XFAIL: *
 
 extern void dispatch_async (void (^)(void));
 





More information about the cfe-commits mailing list