JDevlieghere created this revision.
JDevlieghere requested review of this revision.
The watchpoint isn't hit the first time, resulting is us only printing "val
=2". XFAIL the test until the underlying watchpoint issue gets fixed.
https://reviews.llvm.org/D119170
Files:
lldb/test/Shell/ScriptInterpreter/Lua/watchpoint_callback.test
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
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
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits