Commit 7e2033eb authored by Michael Achenbach's avatar Michael Achenbach Committed by Commit Bot

[test] Run the future variant on a subset of bots.

TBR=sergiyb@chromium.org

Bug: chromium:786938,v8:7106
Change-Id: Id60354be899187e4c09d53434ad70019c857f9e9
Reviewed-on: https://chromium-review.googlesource.com/779725
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#49511}
parent f93b14b0
...@@ -651,6 +651,7 @@ ...@@ -651,6 +651,7 @@
['variant == future', { ['variant == future', {
# BUG(v8:7106). # BUG(v8:7106).
'regress/typed-array-lifetime': [SKIP], 'regress/typed-array-lifetime': [SKIP],
'regress/regress-2249': [SKIP],
}], # variant == future }], # variant == future
############################################################################## ##############################################################################
......
...@@ -48,7 +48,7 @@ VARIANT_ALIASES = { ...@@ -48,7 +48,7 @@ VARIANT_ALIASES = {
# Additional variants, run on all bots. # Additional variants, run on all bots.
"more": MORE_VARIANTS, "more": MORE_VARIANTS,
# Additional variants, run on a subset of bots. # Additional variants, run on a subset of bots.
"extra": [], "extra": ["future"],
} }
GC_STRESS_FLAGS = ["--gc-interval=500", "--stress-compaction", GC_STRESS_FLAGS = ["--gc-interval=500", "--stress-compaction",
......
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