Skip to content

Commit 71ad0f9

Browse files
committed
[LLDB] Skip TestClangREPL.py on Arm/AArch64 Linux
TestClangREPL.py has been failing randomly on Arm/AArch64 Linux buildbot. I am marking it as skipped to reduce false alarms.
1 parent 32a7d60 commit 71ad0f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/repl/clang/TestClangREPL.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ def expect_repl(self, expr, substrs=[]):
2222
# PExpect uses many timeouts internally and doesn't play well
2323
# under ASAN on a loaded machine..
2424
@skipIfAsan
25+
@skipIf(oslist=["linux"], archs=["arm", "aarch64"]) # Randomly fails on buildbot
2526
@skipIfEditlineSupportMissing
2627
def test_basic_completion(self):
2728
"""Test that we can complete a simple multiline expression"""

0 commit comments

Comments
 (0)