summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStella Stamenova <stilis@microsoft.com>2022-01-12 08:55:48 -0800
committerStella Stamenova <stilis@microsoft.com>2022-01-12 08:55:48 -0800
commit8fec756c0b54f8720b746b103ac277b5a153dff7 (patch)
treebe4b976a70be984b4d2885d39aeebc80d75a0950
parent3150bce0780c41db1da8dda28d84a5375a2cdd81 (diff)
[lldb] Disable one more watchpoint test on Windows
This should be the last remaining flaky watchpoint test on Windows
-rw-r--r--lldb/test/API/commands/watchpoints/multiple_threads/TestWatchpointMultipleThreads.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/API/commands/watchpoints/multiple_threads/TestWatchpointMultipleThreads.py b/lldb/test/API/commands/watchpoints/multiple_threads/TestWatchpointMultipleThreads.py
index 542a5d811064..d6d8cca2f439 100644
--- a/lldb/test/API/commands/watchpoints/multiple_threads/TestWatchpointMultipleThreads.py
+++ b/lldb/test/API/commands/watchpoints/multiple_threads/TestWatchpointMultipleThreads.py
@@ -18,6 +18,7 @@ class WatchpointForMultipleThreadsTestCase(TestBase):
NO_DEBUG_INFO_TESTCASE = True
main_spec = lldb.SBFileSpec("main.cpp", False)
+ @skipIfWindows # This test is flaky on Windows
def test_watchpoint_before_thread_start(self):
"""Test that we can hit a watchpoint we set before starting another thread"""
self.do_watchpoint_test("Before running the thread")