[Lldb-commits] [lldb] d818434 - [LLDB] Add debug output to test to diagnose bot failure
Adrian Prantl via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 27 11:54:13 PDT 2025
Author: Adrian Prantl
Date: 2025-10-27T11:53:59-07:00
New Revision: d8184343755ababad6479d07451f36dd695f75c1
URL: https://github.com/llvm/llvm-project/commit/d8184343755ababad6479d07451f36dd695f75c1
DIFF: https://github.com/llvm/llvm-project/commit/d8184343755ababad6479d07451f36dd695f75c1.diff
LOG: [LLDB] Add debug output to test to diagnose bot failure
Added:
Modified:
lldb/test/API/macosx/posix_spawn/TestLaunchProcessPosixSpawn.py
Removed:
################################################################################
diff --git a/lldb/test/API/macosx/posix_spawn/TestLaunchProcessPosixSpawn.py b/lldb/test/API/macosx/posix_spawn/TestLaunchProcessPosixSpawn.py
index 3b414ddb78b91..3633701833220 100644
--- a/lldb/test/API/macosx/posix_spawn/TestLaunchProcessPosixSpawn.py
+++ b/lldb/test/API/macosx/posix_spawn/TestLaunchProcessPosixSpawn.py
@@ -21,6 +21,7 @@ def rosetta_debugserver_installed():
import platform
version = platform.mac_ver()
# Workaround for an undiagnosed problem on green dragon.
+ print(version)
if version[0] and version[0][0] == '15' and version[0][1] == '5':
return False
return exists("/Library/Apple/usr/libexec/oah/debugserver")
More information about the lldb-commits
mailing list