From 5b8e4a11029ff169fdac7caa3c7aa211f318adf6 Mon Sep 17 00:00:00 2001 From: Jordan Rupprecht Date: Mon, 23 Nov 2020 12:45:46 -0800 Subject: [PATCH] [lldb/test] Remove flaky `process connect` test. This test is flaky because it assumes port 4321 is not already open on a machine. --- lldb/test/Shell/Commands/command-process-connect.test | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 lldb/test/Shell/Commands/command-process-connect.test diff --git a/lldb/test/Shell/Commands/command-process-connect.test b/lldb/test/Shell/Commands/command-process-connect.test deleted file mode 100644 index 3078224..0000000 --- a/lldb/test/Shell/Commands/command-process-connect.test +++ /dev/null @@ -1,11 +0,0 @@ -# UNSUPPORTED: system-windows - -# Synchronous -# RUN: %lldb -o 'platform select remote-gdb-server' -o 'process connect connect://localhost:4321' 2>&1 | FileCheck %s - -# Asynchronous -# RUN: echo -e 'platform select remote-gdb-server\nprocess connect connect://localhost:4321' | %lldb 2>&1 | FileCheck %s - -# CHECK: Platform: remote-gdb-server -# CHECK: Connected: no -# CHECK: error: Failed to connect port -- 2.7.4