| Index: tools/test.py
|
| diff --git a/tools/test.py b/tools/test.py
|
| index 676bd5753bd07e2a8bb97340035f272d4c2f3f48..43c11e28c827f063fdbd47011f161fca6eff9588 100755
|
| --- a/tools/test.py
|
| +++ b/tools/test.py
|
| @@ -584,9 +584,7 @@ class TestSuite(object):
|
|
|
| # Use this to run several variants of the tests, e.g.:
|
| # VARIANT_FLAGS = [[], ['--always_compact', '--noflush_code']]
|
| -VARIANT_FLAGS = [[],
|
| - ['--stress-opt', '--always-opt'],
|
| - ['--always-full-compiler']]
|
| +VARIANT_FLAGS = [[], ['--stress-opt', '--always-opt'], ['--nocrankshaft']]
|
|
|
|
|
| class TestRepository(TestSuite):
|
|
|