From: Daniel Dunbar Date: Wed, 25 Aug 2010 03:40:27 +0000 (+0000) Subject: tests: Disable this test for now, it is overly pessimistic and I am not sure how... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=33eaddda6369e0fb514154028446855b60864060;p=clang tests: Disable this test for now, it is overly pessimistic and I am not sure how to fix it. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@112023 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenObjC/debug-info-linkagename.m b/test/CodeGenObjC/debug-info-linkagename.m index 2b10e2bd67..af468bb80c 100644 --- a/test/CodeGenObjC/debug-info-linkagename.m +++ b/test/CodeGenObjC/debug-info-linkagename.m @@ -1,5 +1,8 @@ // RUN: %clang_cc1 -g -S -o %t %s +// FIXME: Reenable this test once this check is less picky. // RUN: not grep 001 %t +// +// REQUIRES: disabled @interface F -(int) bar;