From 0e90ac9c94d716fa78e0c86a6c7f6ff24decf7fe Mon Sep 17 00:00:00 2001 From: Med Ismail Bennani Date: Thu, 25 May 2023 13:59:26 -0700 Subject: Re-revert "[lldb] Move PassthroughScriptedProcess to `lldb.scripted_process` module" This reverts commit 429e74839506ea8ba962d24647264ed81f680bbf since it didn't address the test failures on GreenDragon. This patch will mark the tests as expected to fail until I can reproduce the issue and find a solution. Signed-off-by: Med Ismail Bennani --- .../interactive_scripted_process/TestInteractiveScriptedProcess.py | 2 ++ 1 file changed, 2 insertions(+) (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 a1e450534699..491cabcf82c8 100644 --- a/lldb/test/API/functionalities/interactive_scripted_process/TestInteractiveScriptedProcess.py +++ b/lldb/test/API/functionalities/interactive_scripted_process/TestInteractiveScriptedProcess.py @@ -23,6 +23,7 @@ class TestInteractiveScriptedProcess(TestBase): self.script_file = self.script_module + ".py" @skipUnlessDarwin + @expectedFailureDarwin def test_passthrough_launch(self): """Test a simple pass-through process launch""" self.passthrough_launch() @@ -43,6 +44,7 @@ class TestInteractiveScriptedProcess(TestBase): self.assertState(lldb.SBProcess.GetStateFromEvent(event), lldb.eStateStopped) @skipUnlessDarwin + @expectedFailureDarwin def test_multiplexed_launch(self): """Test a multiple interactive scripted process debugging""" self.passthrough_launch() -- cgit v1.2.3