diff options
author | Jim Ingham <jingham@apple.com> | 2016-10-14 01:03:03 +0000 |
---|---|---|
committer | Jim Ingham <jingham@apple.com> | 2016-10-14 01:03:03 +0000 |
commit | f5afb8bd809fb81107f87ac41aab1d8d64930a39 (patch) | |
tree | 7333874094b94dce1db63ed8a2616c215df6a717 /lldb/packages/Python/lldbsuite/test/lang/objc/objc-class-method/TestObjCClassMethod.py | |
parent | ac28703111dff3498fd40681ea9f3880f6b9d380 (diff) | |
download | bcm5719-llvm-f5afb8bd809fb81107f87ac41aab1d8d64930a39.tar.gz bcm5719-llvm-f5afb8bd809fb81107f87ac41aab1d8d64930a39.zip |
This test is passing on i386 now.
llvm-svn: 284182
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/objc/objc-class-method/TestObjCClassMethod.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/lang/objc/objc-class-method/TestObjCClassMethod.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lang/objc/objc-class-method/TestObjCClassMethod.py b/lldb/packages/Python/lldbsuite/test/lang/objc/objc-class-method/TestObjCClassMethod.py index 5140f26c4fd..50ed2992ee7 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/objc/objc-class-method/TestObjCClassMethod.py +++ b/lldb/packages/Python/lldbsuite/test/lang/objc/objc-class-method/TestObjCClassMethod.py @@ -24,9 +24,7 @@ class TestObjCClassMethod(TestBase): self.main_source, '// Set breakpoint here.') @skipUnlessDarwin - @expectedFailureAll(archs=["i[3-6]86"]) @add_test_categories(['pyapi']) - # rdar://problem/9745789 "expression" can't call functions in class methods def test_with_python_api(self): """Test calling functions in class methods.""" self.build() |