From a7d25264eb62fc4966980029bf04a71aae8951f6 Mon Sep 17 00:00:00 2001 From: Jim Ingham Date: Tue, 18 Oct 2016 01:43:22 +0000 Subject: [PATCH] More testsuite xfail markings cleanup. llvm-svn: 284446 --- .../Python/lldbsuite/test/lang/objc/foundation/TestObjCMethods2.py | 4 ++-- .../Python/lldbsuite/test/lang/objc/objc-super/TestObjCSuper.py | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/lldb/packages/Python/lldbsuite/test/lang/objc/foundation/TestObjCMethods2.py b/lldb/packages/Python/lldbsuite/test/lang/objc/foundation/TestObjCMethods2.py index e7f7e9b..2322efe 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/objc/foundation/TestObjCMethods2.py +++ b/lldb/packages/Python/lldbsuite/test/lang/objc/foundation/TestObjCMethods2.py @@ -137,7 +137,7 @@ class FoundationTestCase2(TestBase): self.expect('expression str = (id)[NSString stringWithCString: "new"]') self.runCmd("process continue") - @expectedFailureAll(archs=["i[3-6]86"]) + @expectedFailureAll(archs=["i[3-6]86"], bugnumber="") def test_MyString_dump_with_runtime(self): """Test dump of a known Objective-C object by dereferencing it.""" self.build() @@ -158,7 +158,7 @@ class FoundationTestCase2(TestBase): "\(MyBase\)"]) self.runCmd("process continue") - @expectedFailureAll(archs=["i[3-6]86"]) + @expectedFailureAll(archs=["i[3-6]86"], bugnumber="") def test_runtime_types(self): """Test commands that require runtime types""" self.build() diff --git a/lldb/packages/Python/lldbsuite/test/lang/objc/objc-super/TestObjCSuper.py b/lldb/packages/Python/lldbsuite/test/lang/objc/objc-super/TestObjCSuper.py index bf6befb..d1d755e 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/objc/objc-super/TestObjCSuper.py +++ b/lldb/packages/Python/lldbsuite/test/lang/objc/objc-super/TestObjCSuper.py @@ -24,7 +24,6 @@ class TestObjCSuperMethod(TestBase): self.main_source, '// Set breakpoint here.') @skipUnlessDarwin - @expectedFailureAll(archs=["i[3-6]86"]) @add_test_categories(['pyapi']) def test_with_python_api(self): """Test calling methods on super.""" -- 2.7.4