[lldb] Remove XFAIL from now passing TestPtrRefs/TestPtreRefsObjC

8fcfe2862f and
0cceb54366 fixed those tests.
This commit is contained in:
Raphael Isemann 2020-08-15 08:14:42 +02:00
parent 1621c004da
commit 7208cb1ac4
2 changed files with 0 additions and 2 deletions

View File

@ -15,7 +15,6 @@ class TestPtrRefs(TestBase):
@skipIfAsan # The output looks different under ASAN.
@skipUnlessDarwin
@expectedFailureAll(oslist=["macosx"], debug_info=["dwarf", "gmodules"], bugnumber="llvm.org/pr45112")
def test_ptr_refs(self):
"""Test format string functionality."""
self.build()

View File

@ -15,7 +15,6 @@ class TestPtrRefsObjC(TestBase):
@skipIfAsan # The output looks different under ASAN.
@skipUnlessDarwin
@expectedFailureAll(oslist=["macosx"], debug_info=["dwarf", "gmodules"], bugnumber="llvm.org/pr45112")
def test_ptr_refs(self):
"""Test the ptr_refs tool on Darwin with Objective-C"""
self.build()