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.
1 parent 3ceb431 commit 812fbb8Copy full SHA for 812fbb8
print-unknown-panic.sh
@@ -44,7 +44,8 @@ for file in $(ls $TESTCASE_DIRECTORY/*.txt); do
44
| sed -e "/called \`Result::unwrap()\` on an \`Err\` value: \"element linking failed: BoolError/,+3d" \
45
| sed -e "/error receiving hit test result: Disconnected/,+3d" \
46
| 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" \
+ | 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" \
49
| sed -e "/slice index starts at [0-9]\+ but ends at [0-9]\+/,+3d" \
50
| grep -B5 -A10 'servoshell::panic_hook::panic_hook' \
51
;
0 commit comments