From f5afb8bd809fb81107f87ac41aab1d8d64930a39 Mon Sep 17 00:00:00 2001 From: Jim Ingham Date: Fri, 14 Oct 2016 01:03:03 +0000 Subject: This test is passing on i386 now. llvm-svn: 284182 --- .../lldbsuite/test/lang/objc/objc-class-method/TestObjCClassMethod.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'lldb/packages/Python/lldbsuite/test/lang/objc/objc-class-method/TestObjCClassMethod.py') 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() -- cgit v1.2.3