[lldb] Remove XFAIL from now passing TestPtrRefs/TestPtreRefsObjC
8fcfe2862fand0cceb54366fixed those tests.
This commit is contained in:
parent
1621c004da
commit
7208cb1ac4
|
|
@ -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()
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue