[Lldb-commits] [lldb] 3d26e6c - Revert "[LLDB] Add debug output to test to diagnose bot failure"

Adrian Prantl via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 27 12:43:28 PDT 2025


Author: Adrian Prantl
Date: 2025-10-27T12:43:19-07:00
New Revision: 3d26e6c7172f31f9242e64e1515a20834c673646

URL: https://github.com/llvm/llvm-project/commit/3d26e6c7172f31f9242e64e1515a20834c673646
DIFF: https://github.com/llvm/llvm-project/commit/3d26e6c7172f31f9242e64e1515a20834c673646.diff

LOG: Revert "[LLDB] Add debug output to test to diagnose bot failure"

This reverts commit d8184343755ababad6479d07451f36dd695f75c1.

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 3633701833220..3b414ddb78b91 100644
--- a/lldb/test/API/macosx/posix_spawn/TestLaunchProcessPosixSpawn.py
+++ b/lldb/test/API/macosx/posix_spawn/TestLaunchProcessPosixSpawn.py
@@ -21,7 +21,6 @@ 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