From: Jonas Devlieghere Date: Wed, 29 Jun 2022 21:58:16 +0000 (-0700) Subject: [lldb] XFAIL TestVSCode_breakpointEvents.py on Ventura X-Git-Tag: upstream/15.0.7~3090 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=65a7ebff33428f1b9941e23fd79167d30d642b7b;p=platform%2Fupstream%2Fllvm.git [lldb] XFAIL TestVSCode_breakpointEvents.py on Ventura 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. --- diff --git a/lldb/test/API/tools/lldb-vscode/breakpoint-events/TestVSCode_breakpointEvents.py b/lldb/test/API/tools/lldb-vscode/breakpoint-events/TestVSCode_breakpointEvents.py index 483684e..13c1402 100644 --- a/lldb/test/API/tools/lldb-vscode/breakpoint-events/TestVSCode_breakpointEvents.py +++ b/lldb/test/API/tools/lldb-vscode/breakpoint-events/TestVSCode_breakpointEvents.py @@ -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