Skip to content

Commit 812fbb8

Browse files
committed
1 parent 3ceb431 commit 812fbb8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

print-unknown-panic.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ for file in $(ls $TESTCASE_DIRECTORY/*.txt); do
4444
| sed -e "/called \`Result::unwrap()\` on an \`Err\` value: \"element linking failed: BoolError/,+3d" \
4545
| sed -e "/error receiving hit test result: Disconnected/,+3d" \
4646
| sed -e "/failed to send message to system font service/,+3d" \
47-
| sed -e "/out of bounds. \(Row\|Column\) must be less than [0-9]\+, but is [0-9]\+/,3d" \
47+
| sed -e "/index out of bounds: the len is [0-9]\+ but the index is [0-9]\+/,+3d" \
48+
| sed -e "/out of bounds. \(Row\|Column\) must be less than [0-9]\+, but is [0-9]\+/,+3d" \
4849
| sed -e "/slice index starts at [0-9]\+ but ends at [0-9]\+/,+3d" \
4950
| grep -B5 -A10 'servoshell::panic_hook::panic_hook' \
5051
;

0 commit comments

Comments
 (0)