[Lldb-commits] [lldb] 3a56858 - [lldb] XFAIL TestObjCXXBridgedPO on macOS Ventura

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Thu Jun 30 09:21:01 PDT 2022


Author: Jonas Devlieghere
Date: 2022-06-30T09:20:56-07:00
New Revision: 3a56858cee5c88a3027492ebe4abecc87fb50ee1

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

LOG: [lldb] XFAIL TestObjCXXBridgedPO on macOS Ventura

TestObjCXXBridgedPO is broken on macOS Ventura (but not on macOS
Monterey). I took a look but it doesn't seem trivial. I'm XFAILing the
test until Adrian, who wrote the test, can take a look.

rdar://96224141

Added: 
    

Modified: 
    lldb/test/API/lang/objcxx/cxx-bridged-po/TestObjCXXBridgedPO.py

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/lang/objcxx/cxx-bridged-po/TestObjCXXBridgedPO.py b/lldb/test/API/lang/objcxx/cxx-bridged-po/TestObjCXXBridgedPO.py
index 5b96aed38e3aa..ec0e9182b182a 100644
--- a/lldb/test/API/lang/objcxx/cxx-bridged-po/TestObjCXXBridgedPO.py
+++ b/lldb/test/API/lang/objcxx/cxx-bridged-po/TestObjCXXBridgedPO.py
@@ -5,6 +5,7 @@
 
 class TestObjCXXBridgedPO(TestBase):
 
+    @expectedFailureAll(macos_version=[">=", "10.16"]) # rdar://96224141
     def test_bridged_type_po(self):
         self.build()
         lldbutil.run_to_source_breakpoint(


        


More information about the lldb-commits mailing list