We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a66550e commit 577d278Copy full SHA for 577d278
lldb/test/API/functionalities/scripted_process/TestScriptedProcess.py
@@ -88,6 +88,7 @@ def test_scripted_process_and_scripted_thread(self):
88
for idx, reg in enumerate(registers, start=1):
89
self.assertEqual(idx, int(reg.value, 16))
90
91
+ @skipUnlessDarwin
92
def test_launch_scripted_process_stack_frames(self):
93
"""Test that we can launch an lldb scripted process from the command
94
line, check its process ID and read string from memory."""
0 commit comments