Skip to content

Commit 08b9379

Browse files
authored
Merge pull request #1674 from JDevlieghere/🍒/bastille/7208cb1ac43e4be806bcb91c622fc1f8641e010b
[lldb] Remove XFAIL from now passing TestPtrRefs/TestPtreRefsObjC
2 parents 5111aed + a854d78 commit 08b9379

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)