We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
lldb/test/Shell/BoundsSafety/boundssafetytrap.test
1 parent 00e33ed commit 377ef09Copy full SHA for 377ef09
lldb/test/Shell/BoundsSafety/boundssafetytrap.test
@@ -2,7 +2,7 @@
2
# RUN: %clang_host -Xclang -fbounds-safety -g -O0 %S/Inputs/boundsSafetyTrap.c -o %t.out
3
# RUN: %lldb -b -s %s %t.out | FileCheck %s
4
run
5
-# CHECK: thread #{{.*}}stop reason = Bounds check failed: Dereferencing above bounds
+# CHECK: thread #{{.*}}stop reason = Bounds check failed: indexing above upper bound in 'array[index]'
6
frame info
7
# CHECK: frame #{{.*}}`bad_read(index=10) at boundsSafetyTrap.c
8
frame recognizer info 0
0 commit comments