[Lldb-commits] [lldb] [lldb][Windows] enable TestGdbRemote_qThreadStopInfo (PR #201868)
Charles Zablit via lldb-commits
lldb-commits at lists.llvm.org
Fri Jun 5 08:51:11 PDT 2026
https://github.com/charles-zablit created https://github.com/llvm/llvm-project/pull/201868
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.
>From 1c0fb31b8c3f04112c50adc8e9b9ca1dbcb41037 Mon Sep 17 00:00:00 2001
From: Charles Zablit <c_zablit at apple.com>
Date: Fri, 5 Jun 2026 16:49:37 +0100
Subject: [PATCH] [lldb][Windows] enable TestGdbRemote_qThreadStopInfo
---
lldb/test/API/tools/lldb-server/TestGdbRemote_qThreadStopInfo.py | 1 -
1 file changed, 1 deletion(-)
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 lldb-commits
mailing list