[Lldb-commits] [lldb] ef38283 - [lldb][test] Temporarily X-fail TestPtrRefs.py and TestPtrRefsObjC.py

Tatyana Krasnukha via lldb-commits lldb-commits at lists.llvm.org
Thu Mar 5 03:39:03 PST 2020


Author: Tatyana Krasnukha
Date: 2020-03-05T14:38:44+03:00
New Revision: ef38283a0980c0ca3d4e866eceec189807eec7f9

URL: https://github.com/llvm/llvm-project/commit/ef38283a0980c0ca3d4e866eceec189807eec7f9
DIFF: https://github.com/llvm/llvm-project/commit/ef38283a0980c0ca3d4e866eceec189807eec7f9.diff

LOG: [lldb][test] Temporarily X-fail TestPtrRefs.py and TestPtrRefsObjC.py

Bugzilla issue: llvm.org/pr45112

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 7e3b7dfb7752..e945688cbe3f 100644
--- a/lldb/test/API/functionalities/ptr_refs/TestPtrRefs.py
+++ b/lldb/test/API/functionalities/ptr_refs/TestPtrRefs.py
@@ -14,6 +14,7 @@ class TestPtrRefs(TestBase):
     mydir = TestBase.compute_mydir(__file__)
 
     @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 41a063b4ab99..f8b6db1a7a5e 100644
--- a/lldb/test/API/lang/objc/ptr_refs/TestPtrRefsObjC.py
+++ b/lldb/test/API/lang/objc/ptr_refs/TestPtrRefsObjC.py
@@ -14,6 +14,7 @@ class TestPtrRefsObjC(TestBase):
     mydir = TestBase.compute_mydir(__file__)
 
     @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()


        


More information about the lldb-commits mailing list