[lldb/test] Disable scripted_crashlog_json.test on non darwin aarch64 systems

This patch adds requirement for the `scripted_crashlog_json` test to
make sure it only runs on apple silicon systems.

This should fix the following green dragon failure:
https://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake/41454

Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>
This commit is contained in:
Med Ismail Bennani 2022-02-16 13:49:48 -08:00
parent b389fbd015
commit d95961f214
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# REQUIRES: python, native && target-aarch64 && system-darwin
# RUN: %clang_host -g %S/Inputs/test.c -o %t.out
# RUN: cp %S/Inputs/scripted_crashlog.ips %t.crash