Skip to content

Commit e108638

Browse files
committed
[lldb] Disable watchpoint_callback.test temporarily on darwin
This test started failing on the green-dragon bot, but after some investigation, it doesn't have anything to do with Lua. If we use a variable watchpoint with a condition using a scope variable, if we go out-of-scope, the watpoint remains active which can the expression evaluator to fail to parse the watchpoint condition (because of the missing varible bindings). For now, we should disable this test until we come up with a fix for it. rdar://109574319 Signed-off-by: Med Ismail Bennani <[email protected]>
1 parent d39d932 commit e108638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/Shell/ScriptInterpreter/Lua/watchpoint_callback.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# XFAIL: system-netbsd
1+
# XFAIL: system-netbsd, system-darwin
22
# RUN: %clang_host -x c %S/Inputs/val.c -g -o %t
33
# RUN: %lldb -b -s %S/Inputs/watchpoint1.in --script-language lua %t 2>&1 | FileCheck %S/Inputs/watchpoint1.in
44
# RUN: %lldb -b -s %S/Inputs/watchpoint2.in --script-language lua %t 2>&1 | FileCheck %S/Inputs/watchpoint2.in

0 commit comments

Comments
 (0)