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

[test] Promote fullcode variant to prepare clean up of superfluous test steps

Bug: v8:6408
Change-Id: I10a191561fbb1f0312b1c4270b21c393e8efe51c
Reviewed-on: https://chromium-review.googlesource.com/527075Reviewed-by: 's avatarMichael Starzinger <mstarzinger@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#45766}
parent 9fef8fd2
...@@ -114,6 +114,7 @@ VARIANTS = ["default", "noturbofan"] ...@@ -114,6 +114,7 @@ VARIANTS = ["default", "noturbofan"]
MORE_VARIANTS = [ MORE_VARIANTS = [
"stress", "stress",
"nooptimization", "nooptimization",
"fullcode",
"asm_wasm", "asm_wasm",
"wasm_traps", "wasm_traps",
] ]
...@@ -125,8 +126,9 @@ VARIANT_ALIASES = { ...@@ -125,8 +126,9 @@ VARIANT_ALIASES = {
"dev": VARIANTS, "dev": VARIANTS,
# Additional variants, run on all bots. # Additional variants, run on all bots.
"more": MORE_VARIANTS, "more": MORE_VARIANTS,
# TODO(machenbach): Deprecate this after the step is removed on infra side.
# Additional variants, run on a subset of bots. # Additional variants, run on a subset of bots.
"extra": ["fullcode"], "extra": [],
} }
DEBUG_FLAGS = ["--nohard-abort", "--nodead-code-elimination", DEBUG_FLAGS = ["--nohard-abort", "--nodead-code-elimination",
......
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