aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api
diff options
context:
space:
mode:
authorDavid Spickett <david.spickett@linaro.org>2024-03-13 14:14:24 +0000
committerDavid Spickett <david.spickett@linaro.org>2024-03-13 14:15:30 +0000
commiteb21ee49cff081911d99d29ba887c1715fc2b8fc (patch)
tree5fb369938162111b5ae5e706c3f58e65eada746b /lldb/test/API/python_api
parent390f28702fad7b704d026b5c3e9a6030cecab01b (diff)
downloadllvm-eb21ee49cff081911d99d29ba887c1715fc2b8fc.zip
llvm-eb21ee49cff081911d99d29ba887c1715fc2b8fc.tar.gz
llvm-eb21ee49cff081911d99d29ba887c1715fc2b8fc.tar.bz2
[lldb][test] Disable other runlocker test on AArch64 Linux
Flaky on the bot: https://lab.llvm.org/buildbot/#/builders/96/builds/54435
Diffstat (limited to 'lldb/test/API/python_api')
-rw-r--r--lldb/test/API/python_api/run_locker/TestRunLocker.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/API/python_api/run_locker/TestRunLocker.py b/lldb/test/API/python_api/run_locker/TestRunLocker.py
index 1083284..4e0dd26 100644
--- a/lldb/test/API/python_api/run_locker/TestRunLocker.py
+++ b/lldb/test/API/python_api/run_locker/TestRunLocker.py
@@ -15,6 +15,8 @@ class TestRunLocker(TestBase):
NO_DEBUG_INFO_TESTCASE = True
@expectedFailureAll(oslist=["windows"])
+ # Is flaky on Linux AArch64 buildbot.
+ @skipIf(oslist=["linux"], archs=["aarch64"])
def test_run_locker(self):
"""Test that the run locker is set correctly when we launch"""
self.build()