Revert "[lldb] Fix failure in TestStackCoreScriptedProcess on x86_64"

This reverts commit 4177b49035, since I
landed it by mistake.
This commit is contained in:
Med Ismail Bennani
2023-06-13 13:45:59 -07:00
parent 4177b49035
commit 68d964d024
3 changed files with 4 additions and 6 deletions

View File

@@ -35,6 +35,7 @@ class StackCoreScriptedProcesTestCase(TestBase):
@skipIfOutOfTreeDebugserver
@skipIfRemote
@skipIfAsan # On ASAN builds, this test times-out (rdar://98678134)
@skipIfDarwin
def test_launch_scripted_process_stack_frames(self):
"""Test that we can launch an lldb scripted process from the command
line, check its process ID and read string from memory."""