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