Author: Raphael Isemann Date: 2020-08-15T08:14:44+02:00 New Revision: 7208cb1ac43e4be806bcb91c622fc1f8641e010b
URL: https://github.com/llvm/llvm-project/commit/7208cb1ac43e4be806bcb91c622fc1f8641e010b DIFF: https://github.com/llvm/llvm-project/commit/7208cb1ac43e4be806bcb91c622fc1f8641e010b.diff LOG: [lldb] Remove XFAIL from now passing TestPtrRefs/TestPtreRefsObjC 8fcfe2862fd4fde4793e232cfeebe6c5540c80a5 and 0cceb54366b406649fdfe7bb11b133ab96f3cd70 fixed those tests. Added: Modified: lldb/test/API/functionalities/ptr_refs/TestPtrRefs.py lldb/test/API/lang/objc/ptr_refs/TestPtrRefsObjC.py Removed: ################################################################################ diff --git a/lldb/test/API/functionalities/ptr_refs/TestPtrRefs.py b/lldb/test/API/functionalities/ptr_refs/TestPtrRefs.py index 6a392a0a756e..96073ea7fa6b 100644 --- a/lldb/test/API/functionalities/ptr_refs/TestPtrRefs.py +++ b/lldb/test/API/functionalities/ptr_refs/TestPtrRefs.py @@ -15,7 +15,6 @@ class TestPtrRefs(TestBase): @skipIfAsan # The output looks diff erent 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() diff --git a/lldb/test/API/lang/objc/ptr_refs/TestPtrRefsObjC.py b/lldb/test/API/lang/objc/ptr_refs/TestPtrRefsObjC.py index ca543eb91967..7767f7b45720 100644 --- a/lldb/test/API/lang/objc/ptr_refs/TestPtrRefsObjC.py +++ b/lldb/test/API/lang/objc/ptr_refs/TestPtrRefsObjC.py @@ -15,7 +15,6 @@ class TestPtrRefsObjC(TestBase): @skipIfAsan # The output looks diff erent 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() _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits