Commit 761f373b authored by machenbach's avatar machenbach Committed by Commit bot

[foozzie] Use stronger suppression for crbug.com/681806

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

Review-Url: https://codereview.chromium.org/2644573002
Cr-Commit-Position: refs/heads/master@{#42462}
parent bc857f9d
......@@ -95,7 +95,7 @@ IGNORE_OUTPUT = {
'crbug.com/667678':
re.compile(r'\[native code\]', re.S),
'crbug.com/681806':
re.compile(r'\[object WebAssembly\.Instance\]', re.S),
re.compile(r'WebAssembly\.Instance', re.S),
'crbug.com/681088':
re.compile(r'TypeError: Cannot read property \w+ of undefined', re.S),
},
......
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