Skip to content

Commit

Permalink
[lldb] XFAIL TestVSCode_breakpointEvents.py on Ventura
Browse files Browse the repository at this point in the history
TestVSCode_breakpointEvents.py is failing on macOS Ventura because we
receive 3 breakpoint events instead of one. This is likely the result of
dyld moving into the shared cache.
  • Loading branch information
JDevlieghere committed Jun 29, 2022
1 parent 3514131 commit 65a7ebf
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -16,6 +16,7 @@ class TestVSCode_breakpointEvents(lldbvscode_testcase.VSCodeTestCaseBase):

@skipIfWindows
@skipUnlessDarwin
@expectedFailureAll(macos_version=[">=", "10.16"])
def test_breakpoint_events(self):
'''
This test sets a breakpoint in a shared library and runs and stops
Expand Down

0 comments on commit 65a7ebf

Please sign in to comment.