Index: lldb/test/Shell/ScriptInterpreter/Lua/watchpoint_callback.test =================================================================== --- lldb/test/Shell/ScriptInterpreter/Lua/watchpoint_callback.test +++ lldb/test/Shell/ScriptInterpreter/Lua/watchpoint_callback.test @@ -1,4 +1,5 @@ # XFAIL: system-netbsd +# XFAIL: system-darwin && target-aarch64 # RUN: echo "int main() { int val = 1; val++; return 0; }" | %clang_host -x c - -g -o %t # RUN: %lldb -s %s --script-language lua %t 2>&1 | FileCheck %s b main