Commit 44debc4f authored by Michael Achenbach's avatar Michael Achenbach Committed by Commit Bot

[foozzie] Suppress more array buffer range errors

BUG=chromium:664068
NOTRY=true
TBR=yangguo@chromium.org,jarin@chromium.org

Change-Id: I180153f0cb70e81711e01c9c09060e9af2f85354
Reviewed-on: https://chromium-review.googlesource.com/446363Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Reviewed-by: 's avatarYang Guo <yangguo@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#43484}
parent 4deb9ffd
......@@ -146,6 +146,9 @@ ALLOWED_LINE_DIFFS = [
# crbug.com/681326
r'^(.*<anonymous>):\d+:\d+(.*)$',
# crbug.com/664068
r'^(.*)(?:Array buffer allocation failed|Invalid array buffer length)(.*)$',
]
# Lines matching any of the following regular expressions will be ignored.
......
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