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

[foozzie] Suppress test cases using performance.now

BUG=chromium:679957
NOTRY=true
TBR=jarin@chromium.org,bmeurer@chromium.org

Review-Url: https://codereview.chromium.org/2628813002
Cr-Commit-Position: refs/heads/master@{#42211}
parent 088df4e1
......@@ -46,6 +46,9 @@ IGNORE_TEST_CASES = {
'crbug.com/666308':
re.compile(r'.*End stripped down and modified version.*'
r'\.prototype.*instanceof.*.*', re.S),
'crbug.com/679957':
re.compile(r'.*performance\.now.*', re.S),
}
# Ignore by output pattern. Map from config->bug->regexp. Config '' is used
......
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