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

[foozzie] Blacklist some files for ignition_eager

BUG=chromium:691589,chromium:691587
NOTRY=true
TBR=marja@chromium.org

Change-Id: I769af6472caa38f0a5d383cb8d5e30540f7c988a
Reviewed-on: https://chromium-review.googlesource.com/449713Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Reviewed-by: 's avatarMarja Hölttä <marja@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#43575}
parent 4ae278bf
......@@ -68,6 +68,16 @@ IGNORE_SOURCES = {
'crbug.com/688159': [
'/v8/test/mjsunit/es7/exponentiation-operator.js',
],
# TODO(machenbach): Implement blacklisting files for particular configs only,
# here ignition_eager.
'crbug.com/691589': [
'/v8/test/mjsunit/regress/regress-1200351.js',
],
'crbug.com/691587': [
'/v8/test/mjsunit/asm/regress-674089.js',
],
}
# Ignore by test case pattern. Map from bug->regexp.
......
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