Chromium Code Reviews| Index: tools/run-tests.py |
| diff --git a/tools/run-tests.py b/tools/run-tests.py |
| index e94f59939f7decab4a0f7cd2a8df06b724367fd9..603e0e1064a3b763841defe930a334a07b638cd4 100755 |
| --- a/tools/run-tests.py |
| +++ b/tools/run-tests.py |
| @@ -111,6 +111,7 @@ MORE_VARIANTS = [ |
| "stress", |
| "turbofan_opt", |
| "asm_wasm", |
| + "wasm_traps", |
|
jochen (gone - plz use gerrit)
2016/11/12 21:07:20
is there no better way to run all wasm tests with
Michael Achenbach
2016/11/14 07:41:50
Not a simple one. Neither the status file nor the
|
| ] |
| EXHAUSTIVE_VARIANTS = VARIANTS + MORE_VARIANTS |