[lldb] Remove XFAIL from now passing TestPtrRefs/TestPtreRefsObjC
authorRaphael Isemann <teemperor@gmail.com>
Sat, 15 Aug 2020 06:14:42 +0000 (08:14 +0200)
committerRaphael Isemann <teemperor@gmail.com>
Sat, 15 Aug 2020 06:14:44 +0000 (08:14 +0200)
8fcfe2862fd4fde4793e232cfeebe6c5540c80a5 and
0cceb54366b406649fdfe7bb11b133ab96f3cd70 fixed those tests.

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

index 6a392a0..96073ea 100644 (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()
index ca543eb..7767f7b 100644 (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()