| Index: tools/run-tests.py
|
| diff --git a/tools/run-tests.py b/tools/run-tests.py
|
| index cbc6116f892035f6c8392444618154df25350081..5484b3f0472f51976c403852b8fa55b0b4f5bba7 100755
|
| --- a/tools/run-tests.py
|
| +++ b/tools/run-tests.py
|
| @@ -62,7 +62,7 @@ VARIANT_FLAGS = {
|
| "turbofan": ["--turbo-filter=*", "--always-opt"],
|
| "nocrankshaft": ["--nocrankshaft"]}
|
|
|
| -VARIANTS = ["default", "stress", "nocrankshaft"]
|
| +VARIANTS = ["default", "stress", "turbofan", "nocrankshaft"]
|
|
|
| MODE_FLAGS = {
|
| "debug" : ["--nohard-abort", "--nodead-code-elimination",
|
|
|