[llvm-branch-commits] [lldb] 86d0c2b - [lldb][Windows] enable TestGdbRemote_qThreadStopInfo (#201868)

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Jun 5 09:27:21 PDT 2026


Author: Charles Zablit
Date: 2026-06-05T16:51:15+01:00
New Revision: 86d0c2b10427110892de794f73c0b0db476a9211

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

LOG: [lldb][Windows] enable TestGdbRemote_qThreadStopInfo (#201868)

Added: 
    

Modified: 
    lldb/test/API/tools/lldb-server/TestGdbRemote_qThreadStopInfo.py

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/tools/lldb-server/TestGdbRemote_qThreadStopInfo.py b/lldb/test/API/tools/lldb-server/TestGdbRemote_qThreadStopInfo.py
index 957404f257f15..d373b60c8b7d3 100644
--- a/lldb/test/API/tools/lldb-server/TestGdbRemote_qThreadStopInfo.py
+++ b/lldb/test/API/tools/lldb-server/TestGdbRemote_qThreadStopInfo.py
@@ -66,7 +66,6 @@ def test_qThreadStopInfo_works_for_multiple_threads(self):
 
     @expectedFailureAll(oslist=["freebsd"], bugnumber="llvm.org/pr48418")
     @expectedFailureNetBSD
-    @expectedFailureAll(oslist=["windows"])  # Output forwarding not implemented
     def test_qThreadStopInfo_only_reports_one_thread_stop_reason_during_interrupt(self):
         self.build()
         self.set_inferior_startup_launch()


        


More information about the llvm-branch-commits mailing list