[llvm-commits] [llvm] r83975 - /llvm/trunk/test/FrontendObjC/2009-08-17-DebugInfo.m
Devang Patel
dpatel at apple.com
Tue Oct 13 09:32:09 PDT 2009
Author: dpatel
Date: Tue Oct 13 11:32:09 2009
New Revision: 83975
URL: http://llvm.org/viewvc/llvm-project?rev=83975&view=rev
Log:
Disable this test for now.
Modified:
llvm/trunk/test/FrontendObjC/2009-08-17-DebugInfo.m
Modified: llvm/trunk/test/FrontendObjC/2009-08-17-DebugInfo.m
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendObjC/2009-08-17-DebugInfo.m?rev=83975&r1=83974&r2=83975&view=diff
==============================================================================
--- llvm/trunk/test/FrontendObjC/2009-08-17-DebugInfo.m (original)
+++ llvm/trunk/test/FrontendObjC/2009-08-17-DebugInfo.m Tue Oct 13 11:32:09 2009
@@ -6,7 +6,6 @@
// RUN: echo {break randomFunc\n} > %t.in
// RUN: gdb -q -batch -n -x %t.in %t.exe | tee %t.out | \
// RUN: grep {Breakpoint 1 at 0x.*: file 2009-08-17-DebugInfo.m, line 21}
-// XTARGET: darwin
// XFAIL: *
@interface MyClass
{
More information about the llvm-commits
mailing list