diff options
author | Devang Patel <dpatel@apple.com> | 2009-10-13 01:51:29 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2009-10-13 01:51:29 +0000 |
commit | 1c04f26c3e682a28878f7eb58e324892aaee875a (patch) | |
tree | fbdc57b7f69eab9010bea4cee78cc94c56d3379b /test/FrontendObjC | |
parent | bbf0a780e9c94afc562bafbb40ea0afd6377000f (diff) | |
download | external_llvm-1c04f26c3e682a28878f7eb58e324892aaee875a.zip external_llvm-1c04f26c3e682a28878f7eb58e324892aaee875a.tar.gz external_llvm-1c04f26c3e682a28878f7eb58e324892aaee875a.tar.bz2 |
XFAIL these tests for now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83933 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/FrontendObjC')
-rw-r--r-- | test/FrontendObjC/2009-08-17-DebugInfo.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/FrontendObjC/2009-08-17-DebugInfo.m b/test/FrontendObjC/2009-08-17-DebugInfo.m index 0bc4e9a..2f57699 100644 --- a/test/FrontendObjC/2009-08-17-DebugInfo.m +++ b/test/FrontendObjC/2009-08-17-DebugInfo.m @@ -7,6 +7,7 @@ // 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 { int my; |