bolt/deps/llvm-18.1.8/lldb/test/Shell/Watchpoint/LocalVariableWatchpointDisabler.test
2025-02-14 19:21:04 +01:00

10 lines
457 B
Text

# REQUIRES: system-darwin
# TODO: This test is breaking with my output
# reformatting done for Large Watchpoint support,
# but the lines being output by lldb are identical,
# by visual inspection.
# FileCheck is seeing some difference between them,
# which I need to get to the bottom of.
# UNSUPPORTED: system-darwin
# RUN: %clang_host -x c %S/Inputs/val.c -g -o %t
# RUN: %lldb -b -s %S/Inputs/watchpoint.in %t 2>&1 | FileCheck %S/Inputs/watchpoint.in