https://github.com/charles-zablit created 
https://github.com/llvm/llvm-project/pull/206956

`RegisterCommandsTestCase.test_convenience_registers` passes when using 
`LLDB_USE_LLDB_SERVER=1` since https://github.com/llvm/llvm-project/pull/203498 
was merged.

rdar://180307995

>From 20d33fa73195e240b7ef41f2d1022e46a13a1f79 Mon Sep 17 00:00:00 2001
From: Charles Zablit <[email protected]>
Date: Wed, 1 Jul 2026 13:00:01 +0100
Subject: [PATCH] [lldb][Windows] allow test_convenience_registers to PASS

---
 .../API/commands/register/register_command/TestRegisters.py     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lldb/test/API/commands/register/register_command/TestRegisters.py 
b/lldb/test/API/commands/register/register_command/TestRegisters.py
index f113edb13537c..8707d59675cf1 100644
--- a/lldb/test/API/commands/register/register_command/TestRegisters.py
+++ b/lldb/test/API/commands/register/register_command/TestRegisters.py
@@ -126,7 +126,7 @@ def test_register_expressions(self):
 
     @skipIfiOSSimulator
     @skipIf(archs=no_match(["amd64", "x86_64"]))
-    @expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr37683")
+    @expectedFailureWindowsAndNoLLDBServer(bugnumber="llvm.org/pr37683")
     def test_convenience_registers(self):
         """Test convenience registers."""
         self.build()

_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to