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

Unified Diff: tools/run-tests.py

Issue 49633004: Add --optimize_for_size to tests flag matrix. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 2 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/cctest/cctest.h ('k') | no next file » | 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 dfe90368aed7c41a89286ce6515be51e8c56616e..f15fd4582a5725372a61d4ea77a47147bee7731a 100755
--- a/tools/run-tests.py
+++ b/tools/run-tests.py
@@ -54,6 +54,7 @@ TIMEOUT_SCALEFACTOR = {"debug" : 4,
# Use this to run several variants of the tests.
VARIANT_FLAGS = [[],
+ ["--optimize-for-size"],
Sven Panne 2013/10/29 12:43:31 I am not sure if this is the right way to proceed,
rmcilroy 2013/10/29 14:02:55 I realize this will increase test time by about 25
["--stress-opt", "--always-opt"],
["--nocrankshaft"]]
MODE_FLAGS = {
« no previous file with comments | « test/cctest/cctest.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698