Chromium Code Reviews| 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 = { |