diff options
| author | Jonas Devlieghere <jonas@devlieghere.com> | 2023-05-26 13:10:51 -0700 |
|---|---|---|
| committer | Jonas Devlieghere <jonas@devlieghere.com> | 2023-05-26 13:13:18 -0700 |
| commit | c0d1128f4243276e9c771b88c2012c87c1a71495 (patch) | |
| tree | 0092e849d74cc9f3b61863b0087a887d12ab7fa1 /lldb/test/API/functionalities/interactive_scripted_process/TestInteractiveScriptedProcess.py | |
| parent | cefd2802aa49274942da87edf5019b5a23315f01 (diff) | |
[lldb] Skip instead of XFAIL TestInteractiveScriptedProcess
The test is failing on x86_64 but passing on arm64. Skip until Ismail
can investigate this further.
Diffstat (limited to 'lldb/test/API/functionalities/interactive_scripted_process/TestInteractiveScriptedProcess.py')
| -rw-r--r-- | lldb/test/API/functionalities/interactive_scripted_process/TestInteractiveScriptedProcess.py | 4 |
1 files changed, 2 insertions, 2 deletions
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() |
