Author: Charles Zablit Date: 2025-12-22T15:52:01+01:00 New Revision: ec18557dee5c4a7122a7a6dea651283a5af051f3
URL: https://github.com/llvm/llvm-project/commit/ec18557dee5c4a7122a7a6dea651283a5af051f3 DIFF: https://github.com/llvm/llvm-project/commit/ec18557dee5c4a7122a7a6dea651283a5af051f3.diff LOG: [lldb][windows] skip TestPlatformProcessLaunchGDBServer.test_launch_with_unusual_process_name (#173250) This patch skips TestPlatformProcessLaunchGDBServer.test_launch_with_unusual_process_name on Windows which is flaky. The test will be reenabled once it has been fixed. Added: Modified: lldb/test/API/commands/platform/launchgdbserver/TestPlatformLaunchGDBServer.py Removed: ################################################################################ diff --git a/lldb/test/API/commands/platform/launchgdbserver/TestPlatformLaunchGDBServer.py b/lldb/test/API/commands/platform/launchgdbserver/TestPlatformLaunchGDBServer.py index 45d855f5c1938..65f0cefae96b4 100644 --- a/lldb/test/API/commands/platform/launchgdbserver/TestPlatformLaunchGDBServer.py +++ b/lldb/test/API/commands/platform/launchgdbserver/TestPlatformLaunchGDBServer.py @@ -65,6 +65,7 @@ def test_launch_error(self): @skipIfRemote @skipIfDarwin # Uses debugserver for debugging + @skipIfWindows @add_test_categories(["lldb-server"]) def test_launch_with_unusual_process_name(self): """ _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
