Skip to content

Commit 5649e78

Browse files
JDevliegherejasonmolenda
authored andcommitted
[lldb] Skip instead of XFAIL TestInteractiveScriptedProcess
The test is failing on x86_64 but passing on arm64. Skip until Ismail can investigate this further. (cherry picked from commit c0d1128)
1 parent a671416 commit 5649e78

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
@@ -23,6 +23,7 @@ def setUp(self):
2323
self.script_file = self.script_module + ".py"
2424

2525
@skipUnlessDarwin
26+
@skipIfDarwin
2627
def test_passthrough_launch(self):
2728
"""Test a simple pass-through process launch"""
2829
self.passthrough_launch()
@@ -43,6 +44,7 @@ def test_passthrough_launch(self):
4344
self.assertState(lldb.SBProcess.GetStateFromEvent(event), lldb.eStateStopped)
4445

4546
@skipUnlessDarwin
47+
@skipIfDarwin
4648
def test_multiplexed_launch(self):
4749
"""Test a multiple interactive scripted process debugging"""
4850
self.passthrough_launch()

0 commit comments

Comments
 (0)