[Lldb-commits] [lldb] 52f7cfb - [lldb][test] Remove a Windows xfail from TestThreadStates

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Tue Aug 12 03:49:36 PDT 2025


Author: David Spickett
Date: 2025-08-12T10:48:46Z
New Revision: 52f7cfb5ef0a21173f0c7ae2305c76e1662831c5

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

LOG: [lldb][test] Remove a Windows xfail from TestThreadStates

This case is passing since https://github.com/llvm/llvm-project/pull/152020.

Added: 
    

Modified: 
    lldb/test/API/functionalities/thread/state/TestThreadStates.py

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/functionalities/thread/state/TestThreadStates.py b/lldb/test/API/functionalities/thread/state/TestThreadStates.py
index 4dbe230c0ce85..6eeff07955733 100644
--- a/lldb/test/API/functionalities/thread/state/TestThreadStates.py
+++ b/lldb/test/API/functionalities/thread/state/TestThreadStates.py
@@ -30,7 +30,6 @@ def test_state_after_breakpoint(self):
     @expectedFailureAll(
         oslist=lldbplatformutil.getDarwinOSTriples(), bugnumber="llvm.org/pr23669"
     )
-    @expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr24660")
     def test_state_after_continue(self):
         """Test thread state after continue."""
         self.build()


        


More information about the lldb-commits mailing list