summaryrefslogtreecommitdiff
path: root/lldb
diff options
context:
space:
mode:
authorLeandro Lupori <leandro.lupori@linaro.org>2023-05-12 13:32:50 -0300
committerLeandro Lupori <leandro.lupori@linaro.org>2023-05-12 13:52:17 -0300
commitb58dd9230e655feb0d904b8095f113a4f0246cbf (patch)
treed3b2790187a1b125d023cdf7d7e00240eda4754c /lldb
parent1e317c3f819c7b42f8b45383438004193d3344d4 (diff)
downloadllvm-b58dd9230e655feb0d904b8095f113a4f0246cbf.tar.gz
[lldb-vscode] Skip restart tests on ARM
These tests always time out on ARM buildbot. Disabling them for now, until https://github.com/llvm/llvm-project/issues/62684 is fixed.
Diffstat (limited to 'lldb')
-rw-r--r--lldb/test/API/tools/lldb-vscode/restart/TestVSCode_restart_runInTerminal.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/API/tools/lldb-vscode/restart/TestVSCode_restart_runInTerminal.py b/lldb/test/API/tools/lldb-vscode/restart/TestVSCode_restart_runInTerminal.py
index f250e014cfe3..48931f4e1bb5 100644
--- a/lldb/test/API/tools/lldb-vscode/restart/TestVSCode_restart_runInTerminal.py
+++ b/lldb/test/API/tools/lldb-vscode/restart/TestVSCode_restart_runInTerminal.py
@@ -24,6 +24,7 @@ class TestVSCode_restart_runInTerminal(lldbvscode_testcase.VSCodeTestCaseBase):
@skipIfWindows
@skipIfRemote
+ @skipIf(archs=["arm"]) # Always times out on buildbot
def test_basic_functionality(self):
'''
Test basic restarting functionality when the process is running in
@@ -58,6 +59,7 @@ class TestVSCode_restart_runInTerminal(lldbvscode_testcase.VSCodeTestCaseBase):
@skipIfWindows
@skipIfRemote
+ @skipIf(archs=["arm"]) # Always times out on buildbot
def test_stopOnEntry(self):
'''
Check that stopOnEntry works correctly when using runInTerminal.