From 80c836ec557acd8ffb9fd6b3483dc75c4bcf0b11 Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Fri, 20 May 2022 08:24:42 -0700 Subject: [PATCH] [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 --- .../ScriptInterpreter/Python/Crashlog/scripted_crashlog_json.test | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.7.4