Chromium Code Reviews| Index: tools/run-tests.py |
| diff --git a/tools/run-tests.py b/tools/run-tests.py |
| index b826d6ffad2e3495e5317ecc02dedd75f9b84365..b1c71dd0a76d7e12222dbf85a2465ab4e5dd1075 100755 |
| --- a/tools/run-tests.py |
| +++ b/tools/run-tests.py |
| @@ -105,6 +105,7 @@ TIMEOUT_DEFAULT = 60 |
| VARIANTS = ["default", "stress", "turbofan"] |
| EXHAUSTIVE_VARIANTS = VARIANTS + [ |
| + "ignition", |
| "nocrankshaft", |
| "turbofan_opt", |
| ] |