[Lldb-commits] [lldb] bcdafc1 - [lldb] Disable reverse continue command test on Windows

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Thu Apr 24 05:18:07 PDT 2025


Author: David Spickett
Date: 2025-04-24T12:16:29Z
New Revision: bcdafc107e1fb68893036cfba14e761c7b37b0e9

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

LOG: [lldb] Disable reverse continue command test on Windows

The new test added in https://github.com/llvm/llvm-project/pull/132783
is timing out on our Windows on Arm bot
https://lab.llvm.org/buildbot/#/builders/141/builds/8149

Disable it there while I figure out the problem.

Added: 
    

Modified: 
    lldb/test/API/commands/process/reverse-continue/TestReverseContinueNotSupported.py

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/commands/process/reverse-continue/TestReverseContinueNotSupported.py b/lldb/test/API/commands/process/reverse-continue/TestReverseContinueNotSupported.py
index 3d318120b55cd..54d757dc4b98b 100644
--- a/lldb/test/API/commands/process/reverse-continue/TestReverseContinueNotSupported.py
+++ b/lldb/test/API/commands/process/reverse-continue/TestReverseContinueNotSupported.py
@@ -11,6 +11,7 @@
 
 
 class TestReverseContinueNotSupported(TestBase):
+    @skipIfWindows
     def test_reverse_continue_not_supported(self):
         target = self.connect()
 


        


More information about the lldb-commits mailing list