[foozzie] Ignore some wasm console output

BUG=chromium:677032
NOTRY=true
TBR=titzer@chromium.org

Review-Url: https://codereview.chromium.org/2607473002
Cr-Commit-Position: refs/heads/master@{#41955}
This commit is contained in:
machenbach 2016-12-26 09:14:36 -08:00 committed by Commit bot
parent 905d72befe
commit 4cdee4fd85

View File

@ -113,6 +113,9 @@ IGNORE_LINES = [
r'^Warning: unknown flag .*$',
r'^Warning: .+ is deprecated.*$',
r'^Try --help for options$',
# crbug.com/677032
r'^.*:\d+:.*asm\.js.*: success$',
]