[Lldb-commits] [lldb] [lldb][Windows] enable TestGdbRemote_qThreadStopInfo (PR #201868)
via lldb-commits
lldb-commits at lists.llvm.org
Fri Jun 5 08:51:50 PDT 2026
llvmorg-github-actions[bot] wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-lldb
Author: Charles Zablit (charles-zablit)
<details>
<summary>Changes</summary>
https://github.com/llvm/llvm-project/pull/201595 and https://github.com/llvm/llvm-project/pull/201124 caused this test to pass. The CI was not rerun between each PR, causing the test to XPASS once both patches were merged.
---
Full diff: https://github.com/llvm/llvm-project/pull/201868.diff
1 Files Affected:
- (modified) lldb/test/API/tools/lldb-server/TestGdbRemote_qThreadStopInfo.py (-1)
``````````diff
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()
``````````
</details>
https://github.com/llvm/llvm-project/pull/201868
More information about the lldb-commits
mailing list