llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-lldb Author: Charles Zablit (charles-zablit) <details> <summary>Changes</summary> 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. --- Full diff: https://github.com/llvm/llvm-project/pull/173250.diff 1 Files Affected: - (modified) lldb/test/API/commands/platform/launchgdbserver/TestPlatformLaunchGDBServer.py (+1) ``````````diff 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): """ `````````` </details> https://github.com/llvm/llvm-project/pull/173250 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
