Author: Jonas Devlieghere Date: 2020-11-13T20:02:05-08:00 New Revision: 875be9f454c31c94701bdf4e28f8bea07a8c9c79
URL: https://github.com/llvm/llvm-project/commit/875be9f454c31c94701bdf4e28f8bea07a8c9c79 DIFF: https://github.com/llvm/llvm-project/commit/875be9f454c31c94701bdf4e28f8bea07a8c9c79.diff LOG: [lldb] Mark command-process-connect as unsupported on Windows Windows doesn't support remote connections. Added: Modified: lldb/test/Shell/Commands/command-process-connect.test Removed: ################################################################################ diff --git a/lldb/test/Shell/Commands/command-process-connect.test b/lldb/test/Shell/Commands/command-process-connect.test index c4761360d541..30782243d4ed 100644 --- a/lldb/test/Shell/Commands/command-process-connect.test +++ b/lldb/test/Shell/Commands/command-process-connect.test @@ -1,3 +1,5 @@ +# UNSUPPORTED: system-windows + # Synchronous # RUN: %lldb -o 'platform select remote-gdb-server' -o 'process connect connect://localhost:4321' 2>&1 | FileCheck %s _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits