[Lldb-commits] [lldb] c84a0bd - Fix buildbots by disabling this new test until I can fix it.
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Thu Feb 13 09:33:35 PST 2020
Author: Greg Clayton
Date: 2020-02-13T09:32:19-08:00
New Revision: c84a0bd9adb3ad699cd6bd4bf865d8b1ea76f2b0
URL: https://github.com/llvm/llvm-project/commit/c84a0bd9adb3ad699cd6bd4bf865d8b1ea76f2b0
DIFF: https://github.com/llvm/llvm-project/commit/c84a0bd9adb3ad699cd6bd4bf865d8b1ea76f2b0.diff
LOG: Fix buildbots by disabling this new test until I can fix it.
This tests works on Darwin. I will need to check windows and linux.
Added:
Modified:
lldb/test/API/tools/lldb-vscode/breakpoint-events/TestVSCode_breakpointEvents.py
Removed:
################################################################################
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 e519075923d3..e99297c35e32 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
@@ -17,6 +17,7 @@ class TestVSCode_breakpointEvents(lldbvscode_testcase.VSCodeTestCaseBase):
mydir = TestBase.compute_mydir(__file__)
@skipIfWindows
+ @skipUnlessDarwin
def test_breakpoint_events(self):
'''
This test sets a breakpoint in a shared library and runs and stops
More information about the lldb-commits
mailing list