forked from OSchip/llvm-project
[lldb/test] Remove flaky `process connect` test.
This test is flaky because it assumes port 4321 is not already open on a machine.
This commit is contained in:
parent
269ef315d1
commit
5b8e4a1102
|
@ -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
|
Loading…
Reference in New Issue