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 cefd280 commit c0d1128Copy full SHA for c0d1128
lldb/test/API/functionalities/interactive_scripted_process/TestInteractiveScriptedProcess.py
@@ -23,7 +23,7 @@ def setUp(self):
23
self.script_file = self.script_module + ".py"
24
25
@skipUnlessDarwin
26
- @expectedFailureDarwin
+ @skipIfDarwin
27
def test_passthrough_launch(self):
28
"""Test a simple pass-through process launch"""
29
self.passthrough_launch()
@@ -44,7 +44,7 @@ def test_passthrough_launch(self):
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