[Lldb-commits] [lldb] 5a75512 - [lldb] [test] Mark command-process-connect.test XFAIL

Michał Górny via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 18 03:09:52 PST 2020


Author: Michał Górny
Date: 2020-11-18T12:08:59+01:00
New Revision: 5a75512eba7ef351dab6f699b45c8bef37cb60b7

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

LOG: [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 at moritz.systems>

Added: 
    

Modified: 
    lldb/test/Shell/Commands/command-process-connect.test

Removed: 
    


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


        


More information about the lldb-commits mailing list