[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:
parent
905d72befe
commit
4cdee4fd85
@ -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$',
|
||||
]
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user