diff options
Diffstat (limited to 'lldb/test/lang/objc/objc-class-method/TestObjCClassMethod.py')
-rw-r--r-- | lldb/test/lang/objc/objc-class-method/TestObjCClassMethod.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/lang/objc/objc-class-method/TestObjCClassMethod.py b/lldb/test/lang/objc/objc-class-method/TestObjCClassMethod.py index 5ac41bf98b7..8f05295322f 100644 --- a/lldb/test/lang/objc/objc-class-method/TestObjCClassMethod.py +++ b/lldb/test/lang/objc/objc-class-method/TestObjCClassMethod.py @@ -13,12 +13,14 @@ class TestObjCClassMethod(TestBase): @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin") @python_api_test + @expectedFailurei386 @dsym_test def test_with_dsym_and_python_api(self): """Test calling functions in class methods.""" self.buildDsym() self.objc_class_method() + @expectedFailurei386 @python_api_test @dwarf_test def test_with_dwarf_and_python_api(self): |