| Index: tools/run-tests.py
|
| diff --git a/tools/run-tests.py b/tools/run-tests.py
|
| index 613e21a112281777cc05588fa844f006f993dd53..b9f40be0d89c1d5bbd60cb3fc1ab20b0c7d3e7af 100755
|
| --- a/tools/run-tests.py
|
| +++ b/tools/run-tests.py
|
| @@ -85,11 +85,18 @@ TEST_MAP = {
|
| "inspector_protocol_parser_test",
|
| ],
|
| # This needs to stay in sync with test/ignition.isolate.
|
| + # TODO(machenbach): This will be deprecated. Istead default or bot_default
|
| + # will be used together with ignition flags.
|
| "ignition": [
|
| "mjsunit",
|
| "cctest",
|
| "webkit",
|
| + "fuzzer",
|
| "message",
|
| + "preparser",
|
| + "intl",
|
| + "unittests",
|
| + "inspector_protocol_parser_test",
|
| ],
|
| # This needs to stay in sync with test/optimize_for_size.isolate.
|
| "optimize_for_size": [
|
|
|