Commit 4cdee4fd authored by machenbach's avatar machenbach Committed by Commit bot

[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}
parent 905d72be
......@@ -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$',
]
......
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