Skip to content

Commit

Permalink
[LLDB] Skip TestScriptedProcess on Arm/AArch64 Linux
Browse files Browse the repository at this point in the history
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
  • Loading branch information
omjavaid committed Oct 11, 2021
1 parent 6aaf1e7 commit c63cb0c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def test_python_plugin_package(self):
self.expect('script dir(ScriptedProcess)',
substrs=["launch"])

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

0 comments on commit c63cb0c

Please sign in to comment.