Author: Charles Zablit
Date: 2026-07-02T12:58:14+01:00
New Revision: 305dd8773f938a65b020b82ae803f86de2c5ac22

URL: 
https://github.com/llvm/llvm-project/commit/305dd8773f938a65b020b82ae803f86de2c5ac22
DIFF: 
https://github.com/llvm/llvm-project/commit/305dd8773f938a65b020b82ae803f86de2c5ac22.diff

LOG: [lldb][Windows] Mark test as expected failure (#207153)

In f31853255c300e07b93783425e40948cc0dfdb0f, this test was marked as
expected failure only when running with `lldb-server.exe`. It shoulds
not have been, it is still failing. Revert the decorator to
`expectedFailureWindows`.

Added: 
    

Modified: 
    lldb/test/API/commands/platform/connect/TestPlatformConnect.py

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/commands/platform/connect/TestPlatformConnect.py 
b/lldb/test/API/commands/platform/connect/TestPlatformConnect.py
index e971dc135487d..93fa5a5da45ea 100644
--- a/lldb/test/API/commands/platform/connect/TestPlatformConnect.py
+++ b/lldb/test/API/commands/platform/connect/TestPlatformConnect.py
@@ -63,7 +63,7 @@ def test_platform_process_connect(self):
     @skipIfRemote
     @expectedFailureAll(hostoslist=["windows"], triple=".*-android")
     @skipIfDarwin  # lldb-server not found correctly
-    @expectedFailureWindowsAndNoLLDBServer()  # process modules not loaded
+    @expectedFailureWindows  # process modules not loaded
     # lldb-server platform times out waiting for the gdbserver port number to 
be
     # written to the pipe, yet it seems the gdbserver already has written it.
     @expectedFailureAll(


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

Reply via email to