Skip to content

Commit 5e747e7

Browse files
adrian-prantlaokblast
authored andcommitted
Revert "[LLDB] Disable rosetta test on green dragon"
This reverts commit 9a0aa92.
1 parent eea236e commit 5e747e7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lldb/test/API/macosx/posix_spawn/TestLaunchProcessPosixSpawn.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ def apple_silicon():
1818

1919

2020
def rosetta_debugserver_installed():
21-
import platform
22-
version = platform.mac_ver()
23-
# Workaround for an undiagnosed problem on green dragon.
24-
if version[0] == '15' and version[1] == '5':
25-
return False
2621
return exists("/Library/Apple/usr/libexec/oah/debugserver")
2722

2823

0 commit comments

Comments
 (0)