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 9cb5882 commit 276521fCopy full SHA for 276521f
lldb/test/API/functionalities/interactive_scripted_process/TestInteractiveScriptedProcess.py
@@ -22,6 +22,7 @@ def setUp(self):
22
self.script_module = "interactive_scripted_process"
23
self.script_file = self.script_module + ".py"
24
25
+ @skipUnlessDarwin
26
def test_passthrough_launch(self):
27
"""Test a simple pass-through process launch"""
28
self.passthrough_launch()
@@ -41,6 +42,7 @@ def test_passthrough_launch(self):
41
42
)
43
self.assertState(lldb.SBProcess.GetStateFromEvent(event), lldb.eStateStopped)
44
45
46
def test_multiplexed_launch(self):
47
"""Test a multiple interactive scripted process debugging"""
48
0 commit comments