Skip to content

Commit 276521f

Browse files
committed
[lldb/test] Disable Interactive Scripted Process test unless Darwin
Signed-off-by: Med Ismail Bennani <[email protected]>
1 parent 9cb5882 commit 276521f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lldb/test/API/functionalities/interactive_scripted_process/TestInteractiveScriptedProcess.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ def setUp(self):
2222
self.script_module = "interactive_scripted_process"
2323
self.script_file = self.script_module + ".py"
2424

25+
@skipUnlessDarwin
2526
def test_passthrough_launch(self):
2627
"""Test a simple pass-through process launch"""
2728
self.passthrough_launch()
@@ -41,6 +42,7 @@ def test_passthrough_launch(self):
4142
)
4243
self.assertState(lldb.SBProcess.GetStateFromEvent(event), lldb.eStateStopped)
4344

45+
@skipUnlessDarwin
4446
def test_multiplexed_launch(self):
4547
"""Test a multiple interactive scripted process debugging"""
4648
self.passthrough_launch()

0 commit comments

Comments
 (0)