1 # XFAIL: system-freebsd
5 # UNSUPPORTED: system-linux
7 # UNSUPPORTED: system-windows
8 # RUN: %clang_host -g -O0 %S/Inputs/assert.c -o %t.out
9 # RUN: %lldb -b -s %s %t.out | FileCheck %s
11 # CHECK: thread #{{.*}}stop reason = hit program assert
12 # CHECK: frame #{{.*}}`main at assert.c
13 frame recognizer info 0
14 # CHECK: frame 0 is recognized by Assert StackFrame Recognizer
15 set set thread-format "{${thread.stop-reason-raw}}\n"
17 # CHECK: signal SIGABRT