From c0d1128f4243276e9c771b88c2012c87c1a71495 Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Fri, 26 May 2023 13:10:51 -0700 Subject: [lldb] Skip instead of XFAIL TestInteractiveScriptedProcess The test is failing on x86_64 but passing on arm64. Skip until Ismail can investigate this further. --- .../interactive_scripted_process/TestInteractiveScriptedProcess.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lldb/test/API/functionalities/interactive_scripted_process/TestInteractiveScriptedProcess.py') diff --git a/lldb/test/API/functionalities/interactive_scripted_process/TestInteractiveScriptedProcess.py b/lldb/test/API/functionalities/interactive_scripted_process/TestInteractiveScriptedProcess.py index 491cabcf82c8..6c531550c95e 100644 --- a/lldb/test/API/functionalities/interactive_scripted_process/TestInteractiveScriptedProcess.py +++ b/lldb/test/API/functionalities/interactive_scripted_process/TestInteractiveScriptedProcess.py @@ -23,7 +23,7 @@ class TestInteractiveScriptedProcess(TestBase): self.script_file = self.script_module + ".py" @skipUnlessDarwin - @expectedFailureDarwin + @skipIfDarwin def test_passthrough_launch(self): """Test a simple pass-through process launch""" self.passthrough_launch() @@ -44,7 +44,7 @@ class TestInteractiveScriptedProcess(TestBase): self.assertState(lldb.SBProcess.GetStateFromEvent(event), lldb.eStateStopped) @skipUnlessDarwin - @expectedFailureDarwin + @skipIfDarwin def test_multiplexed_launch(self): """Test a multiple interactive scripted process debugging""" self.passthrough_launch() -- cgit v1.2.3