Commit ea7dc87c authored by Michael Achenbach's avatar Michael Achenbach Committed by Commit Bot

[foozzie] Suppress some test cases using f.arguments

BUG=chromium:662424
NOTRY=true
TBR=mstarzinger@chromium.org,jarin@chromium.org

Change-Id: I3576f90a864831e22d065af6ff6ab6b0e2264b1d
Reviewed-on: https://chromium-review.googlesource.com/438305Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#42956}
parent 252eb705
......@@ -38,7 +38,12 @@ CARET_RE = re.compile(r'^\s*\^\s*$')
# be suppressed if one of the files below was used to mutate the test.
IGNORE_SOURCES = {
# This contains a usage of f.arguments that often fires.
'crbug.com/662424': ['/v8/test/mjsunit/regress/regress-2989.js'],
'crbug.com/662424': [
'/v8/test/mjsunit/bugs/bug-222.js',
'/v8/test/mjsunit/bugs/bug-941049.js',
'/v8/test/mjsunit/regress/regress-crbug-668795.js',
'/v8/test/mjsunit/regress/regress-2989.js',
],
# crbug.com/681088
'crbug.com/681088': [
......
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