mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-23 22:00:10 +00:00
[lldb/test] Disable Interactive Scripted Process test unless Darwin
Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>
This commit is contained in:
parent
135d29c3f5
commit
d0d902df06
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user