[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:
Michał Górny 2020-11-17 11:39:48 +01:00
parent 3e1f1b406e
commit 5a75512eba
1 changed files with 1 additions and 0 deletions

View File

@ -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