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