Skip to content

Commit d95961f

Browse files
committed
[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 <[email protected]>
1 parent b389fbd commit d95961f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lldb/test/Shell/ScriptInterpreter/Python/Crashlog/scripted_crashlog_json.test

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# REQUIRES: python, native && target-aarch64 && system-darwin
2+
13
# RUN: %clang_host -g %S/Inputs/test.c -o %t.out
24

35
# RUN: cp %S/Inputs/scripted_crashlog.ips %t.crash

0 commit comments

Comments
 (0)