[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/446363 Reviewed-by: Michael Achenbach <machenbach@chromium.org> Reviewed-by: Yang Guo <yangguo@chromium.org> Commit-Queue: Michael Achenbach <machenbach@chromium.org> Cr-Commit-Position: refs/heads/master@{#43484}
This commit is contained in:
parent
4deb9ffdec
commit
44debc4f71
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user