Commit 65160749 authored by Michael Achenbach's avatar Michael Achenbach Committed by Commit Bot

[foozzie] Suppress syntax errors from stack overflow

BUG=chromium:689877
NOTRY=true
TBR=yangguo@chromium.org,jgruber@chromium.org

Change-Id: I53112d487545acc4086cb48a153a96f0f1aabb21
Reviewed-on: https://chromium-review.googlesource.com/439286Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#43025}
parent d9c091dd
......@@ -157,6 +157,9 @@ IGNORE_LINES = [
# crbug.com/680064
r'^\s*at .* \(<anonymous>\)$',
# crbug.com/689877
r'^.*SyntaxError: .*Stack overflow$',
]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment