forked from OSchip/llvm-project
[lldb] [test] Mark command-process-connect.test XFAIL
We are still investigating why 'process connect' does not work while 'gdb-remote' does. Signed-off-by: Michał Górny <mgorny@moritz.systems>
This commit is contained in:
parent
3e1f1b406e
commit
5a75512eba
|
@ -1,4 +1,5 @@
|
|||
# UNSUPPORTED: system-windows
|
||||
# XFAIL: system-freebsd
|
||||
|
||||
# Synchronous
|
||||
# RUN: %lldb -o 'platform select remote-gdb-server' -o 'process connect connect://localhost:4321' 2>&1 | FileCheck %s
|
||||
|
|
Loading…
Reference in New Issue