[lldb] XFAIL TestVSCode_breakpointEvents.py on Ventura
authorJonas Devlieghere <jonas@devlieghere.com>
Wed, 29 Jun 2022 21:58:16 +0000 (14:58 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Wed, 29 Jun 2022 22:00:57 +0000 (15:00 -0700)
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.

lldb/test/API/tools/lldb-vscode/breakpoint-events/TestVSCode_breakpointEvents.py

index 483684e..13c1402 100644 (file)
@@ -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