Skip to content

Commit 7208cb1

Browse files
committed
[lldb] Remove XFAIL from now passing TestPtrRefs/TestPtreRefsObjC
8fcfe28 and 0cceb54 fixed those tests.
1 parent 1621c00 commit 7208cb1

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

lldb/test/API/functionalities/ptr_refs/TestPtrRefs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ class TestPtrRefs(TestBase):
1515

1616
@skipIfAsan # The output looks different under ASAN.
1717
@skipUnlessDarwin
18-
@expectedFailureAll(oslist=["macosx"], debug_info=["dwarf", "gmodules"], bugnumber="llvm.org/pr45112")
1918
def test_ptr_refs(self):
2019
"""Test format string functionality."""
2120
self.build()

lldb/test/API/lang/objc/ptr_refs/TestPtrRefsObjC.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ class TestPtrRefsObjC(TestBase):
1515

1616
@skipIfAsan # The output looks different under ASAN.
1717
@skipUnlessDarwin
18-
@expectedFailureAll(oslist=["macosx"], debug_info=["dwarf", "gmodules"], bugnumber="llvm.org/pr45112")
1918
def test_ptr_refs(self):
2019
"""Test the ptr_refs tool on Darwin with Objective-C"""
2120
self.build()

0 commit comments

Comments
 (0)