Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(208)

Unified Diff: tools/run-tests.py

Issue 2214283003: [test] Activate ignition_staging variant (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Skip one cpu profiler test Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/mjsunit/mjsunit.status ('k') | tools/testrunner/local/variants.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/run-tests.py
diff --git a/tools/run-tests.py b/tools/run-tests.py
index 09e881628ba4278a7e2bbe15e86878593a8a6f12..16e67facc8720d57a1fdeb092d5d4ac49dbd55c9 100755
--- a/tools/run-tests.py
+++ b/tools/run-tests.py
@@ -98,8 +98,7 @@ TEST_MAP = {
TIMEOUT_DEFAULT = 60
-# TODO(machenbach): Add ignition_staging variant.
-VARIANTS = ["default", "turbofan"]
+VARIANTS = ["default", "turbofan", "ignition_staging"]
MORE_VARIANTS = [
"ignition",
« no previous file with comments | « test/mjsunit/mjsunit.status ('k') | tools/testrunner/local/variants.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698