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

[foozzie] Suppress native function string representation

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

Review-Url: https://codereview.chromium.org/2633313002
Cr-Commit-Position: refs/heads/master@{#42392}
parent b5409ea2
......@@ -73,6 +73,8 @@ IGNORE_OUTPUT = {
'': {
'crbug.com/664068':
re.compile(r'RangeError', re.S),
'crbug.com/667678':
re.compile(r'\[native code\]', 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