Author: Med Ismail Bennani Date: 2023-04-25T16:00:58-07:00 New Revision: d0d902df0698f94957e13df159e9cd159a99344c
URL: https://github.com/llvm/llvm-project/commit/d0d902df0698f94957e13df159e9cd159a99344c DIFF: https://github.com/llvm/llvm-project/commit/d0d902df0698f94957e13df159e9cd159a99344c.diff LOG: [lldb/test] Disable Interactive Scripted Process test unless Darwin Signed-off-by: Med Ismail Bennani <medismail.benn...@gmail.com> Added: Modified: lldb/test/API/functionalities/interactive_scripted_process/TestInteractiveScriptedProcess.py Removed: ################################################################################ diff --git a/lldb/test/API/functionalities/interactive_scripted_process/TestInteractiveScriptedProcess.py b/lldb/test/API/functionalities/interactive_scripted_process/TestInteractiveScriptedProcess.py index ce05764b3f90..7a0d2f2d817e 100644 --- a/lldb/test/API/functionalities/interactive_scripted_process/TestInteractiveScriptedProcess.py +++ b/lldb/test/API/functionalities/interactive_scripted_process/TestInteractiveScriptedProcess.py @@ -22,6 +22,7 @@ def setUp(self): 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 @@ def test_passthrough_launch(self): ) self.assertState(lldb.SBProcess.GetStateFromEvent(event), lldb.eStateStopped) + @skipUnlessDarwin def test_multiplexed_launch(self): """Test a multiple interactive scripted process debugging""" self.passthrough_launch() _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits