[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}
This commit is contained in:
parent
743fdb25b3
commit
c2e8cb195a
@ -86,6 +86,8 @@ IGNORE_OUTPUT = {
|
|||||||
re.compile(r'RangeError', re.S),
|
re.compile(r'RangeError', re.S),
|
||||||
'crbug.com/667678':
|
'crbug.com/667678':
|
||||||
re.compile(r'\[native code\]', re.S),
|
re.compile(r'\[native code\]', re.S),
|
||||||
|
'crbug.com/681806':
|
||||||
|
re.compile(r'\[object WebAssembly\.Instance\]', re.S),
|
||||||
},
|
},
|
||||||
'validate_asm': {
|
'validate_asm': {
|
||||||
'validate_asm':
|
'validate_asm':
|
||||||
|
Loading…
Reference in New Issue
Block a user