adrian-prantl wrote: @cs01 This doesn't seem to work on macOS:
``` [2025-10-23T17:00:02.993Z] ******************** TEST 'lldb-shell :: lldb-server/TestPlatformSuccessfulStartup.test' FAILED ******************** [2025-10-23T17:00:02.993Z] Exit Code: 127 [2025-10-23T17:00:02.993Z] [2025-10-23T17:00:02.993Z] Command Output (stdout): [2025-10-23T17:00:02.993Z] -- [2025-10-23T17:00:02.993Z] # RUN: at line 4 [2025-10-23T17:00:02.993Z] rm -f /Users/ec2-user/jenkins/workspace/llvm.org/lldb-cmake/lldb-build/tools/lldb/test/Shell/lldb-server/Output/TestPlatformSuccessfulStartup.test.tmp.socket1 [2025-10-23T17:00:02.993Z] # executed command: rm -f /Users/ec2-user/jenkins/workspace/llvm.org/lldb-cmake/lldb-build/tools/lldb/test/Shell/lldb-server/Output/TestPlatformSuccessfulStartup.test.tmp.socket1 [2025-10-23T17:00:02.993Z] # note: command had no output on stdout or stderr [2025-10-23T17:00:02.993Z] # RUN: at line 5 [2025-10-23T17:00:02.993Z] timeout 0.2s /Users/ec2-user/jenkins/workspace/llvm.org/lldb-cmake/lldb-build/bin/lldb-server platform --listen tcp://127.0.0.1:0 --socket-file /Users/ec2-user/jenkins/workspace/llvm.org/lldb-cmake/lldb-build/tools/lldb/test/Shell/lldb-server/Output/TestPlatformSuccessfulStartup.test.tmp.socket1 > /Users/ec2-user/jenkins/workspace/llvm.org/lldb-cmake/lldb-build/tools/lldb/test/Shell/lldb-server/Output/TestPlatformSuccessfulStartup.test.tmp.out1 2>&1 || true [2025-10-23T17:00:02.993Z] # executed command: timeout 0.2s /Users/ec2-user/jenkins/workspace/llvm.org/lldb-cmake/lldb-build/bin/lldb-server platform --listen tcp://127.0.0.1:0 --socket-file /Users/ec2-user/jenkins/workspace/llvm.org/lldb-cmake/lldb-build/tools/lldb/test/Shell/lldb-server/Output/TestPlatformSuccessfulStartup.test.tmp.socket1 [2025-10-23T17:00:02.993Z] # .---command stderr------------ [2025-10-23T17:00:02.993Z] # | 'timeout': command not found [2025-10-23T17:00:02.993Z] # `----------------------------- [2025-10-23T17:00:02.993Z] # error: command failed with exit status: 127 [2025-10-23T17:00:02.993Z] [2025-10-23T17:00:02.993Z] -- ``` https://green.lab.llvm.org/job/llvm.org/view/LLDB/job/lldb-cmake/16164/changes#faf7af864f9258768133894764f1fae58d43bb09 https://github.com/llvm/llvm-project/pull/162730 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
