diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2022-05-20 08:24:42 -0700 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2022-05-20 08:24:46 -0700 |
commit | 80c836ec557acd8ffb9fd6b3483dc75c4bcf0b11 (patch) | |
tree | d95ab92ba1e0fc745c56e8f6718efb1abad28d28 /lldb/test/Shell/ScriptInterpreter/Python | |
parent | 78ec59e6aea9c29f204877bacfa12d70c21289fc (diff) | |
download | llvm-80c836ec557acd8ffb9fd6b3483dc75c4bcf0b11.zip llvm-80c836ec557acd8ffb9fd6b3483dc75c4bcf0b11.tar.gz llvm-80c836ec557acd8ffb9fd6b3483dc75c4bcf0b11.tar.bz2 |
[lldb] Disable scripted_crashlog_json.test on Apple Silicon
Disable scripted_crashlog_json.test on Apple Silicon until Ismail has
bandwidth to investigate.
rdar://93655633
Diffstat (limited to 'lldb/test/Shell/ScriptInterpreter/Python')
-rw-r--r-- | lldb/test/Shell/ScriptInterpreter/Python/Crashlog/scripted_crashlog_json.test | 3 |
1 files changed, 3 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 4cf6159..2bf8d3e 100644 --- a/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/scripted_crashlog_json.test +++ b/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/scripted_crashlog_json.test @@ -1,5 +1,8 @@ # REQUIRES: python, native && target-aarch64 && system-darwin +# rdar://93655633 +# UNSUPPORTED: arm64 + # RUN: %clangxx_host -std=c++17 -g %S/Inputs/multithread-test.cc -o %t.out # RUN: cp %S/Inputs/scripted_crashlog.ips %t.crash |