diff options
| author | Med Ismail Bennani <medismail.bennani@gmail.com> | 2022-02-16 13:49:48 -0800 |
|---|---|---|
| committer | Med Ismail Bennani <medismail.bennani@gmail.com> | 2022-02-16 13:51:53 -0800 |
| commit | d95961f214a9f2e7abc2844cee309e42eba5600c (patch) | |
| tree | 238db7423d3be92443a76016666426c7d2397187 /lldb/test/Shell/ScriptInterpreter/Python | |
| parent | b389fbd015955b96a88adeef75b6ef6af40461e5 (diff) | |
| download | llvm-d95961f214a9f2e7abc2844cee309e42eba5600c.zip llvm-d95961f214a9f2e7abc2844cee309e42eba5600c.tar.gz llvm-d95961f214a9f2e7abc2844cee309e42eba5600c.tar.bz2 | |
[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>
Diffstat (limited to 'lldb/test/Shell/ScriptInterpreter/Python')
| -rw-r--r-- | lldb/test/Shell/ScriptInterpreter/Python/Crashlog/scripted_crashlog_json.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/scripted_crashlog_json.test b/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/scripted_crashlog_json.test index a94a667..c82c183 100644 --- a/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/scripted_crashlog_json.test +++ b/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/scripted_crashlog_json.test @@ -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 |
