Skip to content

Commit c0d1128

Browse files
committed
[lldb] Skip instead of XFAIL TestInteractiveScriptedProcess
The test is failing on x86_64 but passing on arm64. Skip until Ismail can investigate this further.
1 parent cefd280 commit c0d1128

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

2525
@skipUnlessDarwin
26-
@expectedFailureDarwin
26+
@skipIfDarwin
2727
def test_passthrough_launch(self):
2828
"""Test a simple pass-through process launch"""
2929
self.passthrough_launch()
@@ -44,7 +44,7 @@ def test_passthrough_launch(self):
4444
self.assertState(lldb.SBProcess.GetStateFromEvent(event), lldb.eStateStopped)
4545

4646
@skipUnlessDarwin
47-
@expectedFailureDarwin
47+
@skipIfDarwin
4848
def test_multiplexed_launch(self):
4949
"""Test a multiple interactive scripted process debugging"""
5050
self.passthrough_launch()

0 commit comments

Comments
 (0)