[Lldb-commits] [lldb] a868e7e - Revert "[LLDB] Disable rosetta test on green dragon"
Adrian Prantl via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 27 10:33:08 PDT 2025
Author: Adrian Prantl
Date: 2025-10-27T10:32:47-07:00
New Revision: a868e7ed597ad1e4b83dc8591edb842792aafe43
URL: https://github.com/llvm/llvm-project/commit/a868e7ed597ad1e4b83dc8591edb842792aafe43
DIFF: https://github.com/llvm/llvm-project/commit/a868e7ed597ad1e4b83dc8591edb842792aafe43.diff
LOG: Revert "[LLDB] Disable rosetta test on green dragon"
This reverts commit 9a0aa922ed3e0accc2d2fbfffa619e249a7c84ac.
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 4516c9b58ba37..0f40dfd09c958 100644
--- a/lldb/test/API/macosx/posix_spawn/TestLaunchProcessPosixSpawn.py
+++ b/lldb/test/API/macosx/posix_spawn/TestLaunchProcessPosixSpawn.py
@@ -18,11 +18,6 @@ def apple_silicon():
def rosetta_debugserver_installed():
- import platform
- version = platform.mac_ver()
- # Workaround for an undiagnosed problem on green dragon.
- if version[0] == '15' and version[1] == '5':
- return False
return exists("/Library/Apple/usr/libexec/oah/debugserver")
More information about the lldb-commits
mailing list