llvmorg-github-actions[bot] wrote:

<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-lldb

Author: Charles Zablit (charles-zablit)

<details>
<summary>Changes</summary>

`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

---
Full diff: https://github.com/llvm/llvm-project/pull/206956.diff


1 Files Affected:

- (modified) lldb/test/API/commands/register/register_command/TestRegisters.py 
(+1-1) 


``````````diff
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()

``````````

</details>


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

Reply via email to