[lldb/test] Disable Interactive Scripted Process test unless Darwin
Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>
This commit is contained in:
@@ -22,6 +22,7 @@ class TestInteractiveScriptedProcess(TestBase):
|
||||
self.script_module = "interactive_scripted_process"
|
||||
self.script_file = self.script_module + ".py"
|
||||
|
||||
@skipUnlessDarwin
|
||||
def test_passthrough_launch(self):
|
||||
"""Test a simple pass-through process launch"""
|
||||
self.passthrough_launch()
|
||||
@@ -41,6 +42,7 @@ class TestInteractiveScriptedProcess(TestBase):
|
||||
)
|
||||
self.assertState(lldb.SBProcess.GetStateFromEvent(event), lldb.eStateStopped)
|
||||
|
||||
@skipUnlessDarwin
|
||||
def test_multiplexed_launch(self):
|
||||
"""Test a multiple interactive scripted process debugging"""
|
||||
self.passthrough_launch()
|
||||
|
||||
Reference in New Issue
Block a user