diff options
author | Johnny Chen <johnny.chen@apple.com> | 2012-05-15 21:27:40 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2012-05-15 21:27:40 +0000 |
commit | 5604c98fec8c1d86fafd81a9291390b381273619 (patch) | |
tree | 7dd8bf94b3e676baed70549c4034e828de71f201 /lldb/test/lang/objc/objc-class-method/TestObjCClassMethod.py | |
parent | a952ebbcee7bc092db0fee11b5338dca3dc589d2 (diff) | |
download | bcm5719-llvm-5604c98fec8c1d86fafd81a9291390b381273619.tar.gz bcm5719-llvm-5604c98fec8c1d86fafd81a9291390b381273619.zip |
Add i386-only expectedFailure decorators for current ToT.
llvm-svn: 156855
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): |