Skip to content

Commit

Permalink
[lldb] XFAIL TestObjCXXBridgedPO on macOS Ventura
Browse files Browse the repository at this point in the history
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
  • Loading branch information
JDevlieghere committed Jun 30, 2022
1 parent 09424f8 commit 3a56858
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -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(
Expand Down

0 comments on commit 3a56858

Please sign in to comment.