14 lines · plain
1# Tests that we show the first non-STL frame when2# a verbose_trap triggers from within the STL.3 4# UNSUPPORTED: system-windows5#6# RUN: %clangxx_host -g -O0 %S/Inputs/verbose_trap-in-stl-nested.cpp -o %t.out7# RUN: %lldb -b -s %s %t.out | FileCheck %s --check-prefixes=CHECK8 9run10# CHECK: thread #{{.*}}stop reason = Bounds error: out-of-bounds access11frame info12# CHECK: frame #{{.*}}`g() at verbose_trap-in-stl-nested.cpp13q14