From 7a7dbb8a6c5519983562e8cb5dba2cc491b76059 Mon Sep 17 00:00:00 2001 From: Todd Fiala Date: Wed, 9 Jul 2014 21:15:46 +0000 Subject: [PATCH] Marked failing TestObjCDynamicSBType tests XFAIL on Darwin. See http://llvm.org/bugs/show_bug.cgi?id=20270 llvm-svn: 212655 --- lldb/test/lang/objc/objc-dyn-sbtype/TestObjCDynamicSBType.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lldb/test/lang/objc/objc-dyn-sbtype/TestObjCDynamicSBType.py b/lldb/test/lang/objc/objc-dyn-sbtype/TestObjCDynamicSBType.py index 335aab3..e4e13bd 100644 --- a/lldb/test/lang/objc/objc-dyn-sbtype/TestObjCDynamicSBType.py +++ b/lldb/test/lang/objc/objc-dyn-sbtype/TestObjCDynamicSBType.py @@ -15,6 +15,7 @@ class ObjCDynamicSBTypeTestCase(TestBase): @dsym_test @skipIfi386 + @expectedFailureDarwin("llvm.org/pr20270") def test_nsimage_dyn_with_dsym(self): """Test that we are able to properly report a usable dynamic type.""" d = {'EXE': self.exe_name} @@ -24,6 +25,7 @@ class ObjCDynamicSBTypeTestCase(TestBase): @dwarf_test @skipIfi386 + @expectedFailureDarwin("llvm.org/pr20270") def test_nsimage_dyn_with_dwarf(self): """Test that we are able to properly report a usable dynamic type.""" d = {'EXE': self.exe_name} -- 2.7.4