Skip to content

Commit 77b929d

Browse files
omjavaidmedismailben
authored andcommitted
[LLDB] Skip TestScriptedProcess on Arm/AArch64 Linux
This is failing on Arm and AArch64 Linux buildbots since the time it was comitted. https://lab.llvm.org/buildbot/#/builders/96/builds/12628 Differential Revision: https://reviews.llvm.org/D107585
1 parent fd6b58b commit 77b929d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/functionalities/scripted_process/TestScriptedProcess.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ def test_python_plugin_package(self):
4343
self.expect('script dir(ScriptedProcess)',
4444
substrs=["launch"])
4545

46+
@skipIf(oslist=["linux"], archs=["arm", "aarch64"])
4647
def test_scripted_process_and_scripted_thread(self):
4748
"""Test that we can launch an lldb scripted process using the SBAPI,
4849
check its process ID, read string from memory, check scripted thread

0 commit comments

Comments
 (0)