]> granicus.if.org Git - clang/commitdiff
Disable tests that check debug info intrinsic. This does not work if debug info intri...
authorDevang Patel <dpatel@apple.com>
Mon, 12 Oct 2009 23:46:58 +0000 (23:46 +0000)
committerDevang Patel <dpatel@apple.com>
Mon, 12 Oct 2009 23:46:58 +0000 (23:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@83929 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/blocks-2.c
test/CodeGenObjC/PR4894-recursive-debug-crash.m

index d3ccda6d9999c19f897c8c2e4e4cb75c8d50b8a2..bc6c2b916abd062dfd84e46f1a19aac820062858 100644 (file)
@@ -1,6 +1,7 @@
 // RUN: clang-cc -g %s -emit-llvm -o %t -fblocks &&
 // RUN: grep "func.start" %t | count 4
 // 1 declaration, 1 bar, 1 test_block_dbg and 1 for the block.
+// XFAIL
 
 static __inline__ __attribute__((always_inline)) int bar(int va, int vb) { return (va == vb); }
 
index a57a686b8477be065b20dc6da74731a90f10d448..c5f901c2680e1f06f1e5d604d5043ac59afe9f9a 100644 (file)
@@ -3,6 +3,7 @@
 //
 // This test is actually just making sure we can generate the debug info for the
 // return type from im0 without crashing.
+// XFAIL
 
 @interface I0 {
   I0 *_iv0;