[test] Update testing-variant stages

This prepares for adding the ignition_staging variant to the
default variant set.

BUG=v8:5238

Review-Url: https://codereview.chromium.org/2205883002
Cr-Commit-Position: refs/heads/master@{#38257}
This commit is contained in:
machenbach 2016-08-02 10:22:48 -07:00 committed by Commit bot
parent 56f9754387
commit 3eab4e87da

View File

@ -98,11 +98,12 @@ TEST_MAP = {
TIMEOUT_DEFAULT = 60
VARIANTS = ["default", "stress", "turbofan"]
# TODO(machenbach): Add ignition_staging variant.
VARIANTS = ["default", "turbofan"]
MORE_VARIANTS = [
"ignition",
"nocrankshaft",
"stress",
"turbofan_opt",
]
@ -114,7 +115,7 @@ VARIANT_ALIASES = {
# Additional variants, run on all bots.
"more": MORE_VARIANTS,
# Additional variants, run on a subset of bots.
"extra": [],
"extra": ["nocrankshaft"],
}
DEBUG_FLAGS = ["--nohard-abort", "--nodead-code-elimination",