diff --git a/lldb/test/API/functionalities/scripted_process/TestScriptedProcess.py b/lldb/test/API/functionalities/scripted_process/TestScriptedProcess.py index b595d3dba32e5..2341aa27e66b0 100644 --- a/lldb/test/API/functionalities/scripted_process/TestScriptedProcess.py +++ b/lldb/test/API/functionalities/scripted_process/TestScriptedProcess.py @@ -88,6 +88,7 @@ def test_scripted_process_and_scripted_thread(self): for idx, reg in enumerate(registers, start=1): self.assertEqual(idx, int(reg.value, 16)) + @skipUnlessDarwin 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."""