diff options
| author | Med Ismail Bennani <medismail.bennani@gmail.com> | 2022-01-27 18:39:55 +0100 |
|---|---|---|
| committer | Med Ismail Bennani <medismail.bennani@gmail.com> | 2022-01-27 18:42:08 +0100 |
| commit | 48c36a15a363e32757c51aa69de7adf88c143c37 (patch) | |
| tree | e5a1bf8268182f027c62048fe13cb1882b8a608b /lldb/test/API/functionalities/scripted_process/TestScriptedProcess.py | |
| parent | 09f2f81ce8b455b01c30e095788d53b383c43534 (diff) | |
[lldb/test] Disable test_launch_scripted_process_stack_frames on x86_64
There seems to be an issue on x86_64 when launching a ScriptdProcess.
This disables temporarely the test that causes the bot to timeout until
I finish investigating the issue.
Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>
Diffstat (limited to 'lldb/test/API/functionalities/scripted_process/TestScriptedProcess.py')
| -rw-r--r-- | lldb/test/API/functionalities/scripted_process/TestScriptedProcess.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/API/functionalities/scripted_process/TestScriptedProcess.py b/lldb/test/API/functionalities/scripted_process/TestScriptedProcess.py index 0c215f082c5d..2e80f74622fb 100644 --- a/lldb/test/API/functionalities/scripted_process/TestScriptedProcess.py +++ b/lldb/test/API/functionalities/scripted_process/TestScriptedProcess.py @@ -142,6 +142,7 @@ class ScriptedProcesTestCase(TestBase): self.assertTrue(self.dbg.DeleteTarget(target), "Couldn't delete target") @skipUnlessDarwin + @skipIf(archs=no_match(['arm64', 'arm64e'])) @skipIfOutOfTreeDebugserver def test_launch_scripted_process_stack_frames(self): """Test that we can launch an lldb scripted process from the command |
