From 5a75512eba7ef351dab6f699b45c8bef37cb60b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 17 Nov 2020 11:39:48 +0100 Subject: [PATCH] [lldb] [test] Mark command-process-connect.test XFAIL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We are still investigating why 'process connect' does not work while 'gdb-remote' does. Signed-off-by: Michał Górny --- lldb/test/Shell/Commands/command-process-connect.test | 1 + 1 file changed, 1 insertion(+) diff --git a/lldb/test/Shell/Commands/command-process-connect.test b/lldb/test/Shell/Commands/command-process-connect.test index 30782243d4ed..415cda123b35 100644 --- a/lldb/test/Shell/Commands/command-process-connect.test +++ b/lldb/test/Shell/Commands/command-process-connect.test @@ -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