Commit c2e8cb19 authored by machenbach's avatar machenbach Committed by Commit bot

[foozzie] Suppress crbug.com/681806

BUG=chromium:681806
NOTRY=true
TBR=titzer@chromium.org,bradnelson@chromium.org

Review-Url: https://codereview.chromium.org/2638913002
Cr-Commit-Position: refs/heads/master@{#42410}
parent 743fdb25
......@@ -86,6 +86,8 @@ IGNORE_OUTPUT = {
re.compile(r'RangeError', re.S),
'crbug.com/667678':
re.compile(r'\[native code\]', re.S),
'crbug.com/681806':
re.compile(r'\[object WebAssembly\.Instance\]', re.S),
},
'validate_asm': {
'validate_asm':
......
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