[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
This commit is contained in:
Muhammad Omair Javaid
2021-10-11 07:53:05 +00:00
parent 6aaf1e7ea9
commit c63cb0c80e

View File

@@ -43,6 +43,7 @@ class ScriptedProcesTestCase(TestBase):
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