[Lldb-commits] [lldb] 8fec756 - [lldb] Disable one more watchpoint test on Windows

Stella Stamenova via lldb-commits lldb-commits at lists.llvm.org
Wed Jan 12 08:56:24 PST 2022


Author: Stella Stamenova
Date: 2022-01-12T08:55:48-08:00
New Revision: 8fec756c0b54f8720b746b103ac277b5a153dff7

URL: https://github.com/llvm/llvm-project/commit/8fec756c0b54f8720b746b103ac277b5a153dff7
DIFF: https://github.com/llvm/llvm-project/commit/8fec756c0b54f8720b746b103ac277b5a153dff7.diff

LOG: [lldb] Disable one more watchpoint test on Windows

This should be the last remaining flaky watchpoint test on Windows

Added: 
    

Modified: 
    lldb/test/API/commands/watchpoints/multiple_threads/TestWatchpointMultipleThreads.py

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/commands/watchpoints/multiple_threads/TestWatchpointMultipleThreads.py b/lldb/test/API/commands/watchpoints/multiple_threads/TestWatchpointMultipleThreads.py
index 542a5d811064e..d6d8cca2f439f 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")


        


More information about the lldb-commits mailing list