Author: Charles Zablit Date: 2026-07-09T14:07:20+01:00 New Revision: 73077ed0279054407517083bfe580b7cb40e864d
URL: https://github.com/llvm/llvm-project/commit/73077ed0279054407517083bfe580b7cb40e864d DIFF: https://github.com/llvm/llvm-project/commit/73077ed0279054407517083bfe580b7cb40e864d.diff LOG: [lldb][Windows] mark TestPlatformProcessConnect as XFAIL (#208445) https://github.com/llvm/llvm-project/pull/202688 incorrectly marked `TestPlatformProcessConnect.py` as PASS on Windows with `lldb-server`. They do not work and are failing just like with the in process plugin. Re-mark both of them as XFAIL. rdar://181797532 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 15c1bff44e93b..e3cf03ef45f44 100644 --- a/lldb/test/API/commands/platform/connect/TestPlatformConnect.py +++ b/lldb/test/API/commands/platform/connect/TestPlatformConnect.py @@ -13,7 +13,7 @@ class TestPlatformProcessConnect(TestBase): @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
