Author: Jordan Rupprecht
Date: 2020-11-23T12:49:50-08:00
New Revision: 5b8e4a11029ff169fdac7caa3c7aa211f318adf6

URL: 
https://github.com/llvm/llvm-project/commit/5b8e4a11029ff169fdac7caa3c7aa211f318adf6
DIFF: 
https://github.com/llvm/llvm-project/commit/5b8e4a11029ff169fdac7caa3c7aa211f318adf6.diff

LOG: [lldb/test] Remove flaky `process connect` test.

This test is flaky because it assumes port 4321 is not already open on a 
machine.

Added: 
    

Modified: 
    

Removed: 
    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 30782243d4ed..000000000000
--- 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


        
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to