[test] Use all test suites with the ignition alias

First step of deprecating the dedicated ignition alias.
Next it will be changed on the bots to use the bot_default
suite. Then we'll delete it.

BUG=v8:5238

Review-Url: https://codereview.chromium.org/2194153002
Cr-Commit-Position: refs/heads/master@{#38202}
This commit is contained in:
machenbach 2016-08-01 04:19:27 -07:00 committed by Commit bot
parent de79665c72
commit 1acc2f536c
2 changed files with 13 additions and 1 deletions

View File

@ -9,8 +9,13 @@
},
'includes': [
'cctest/cctest.isolate',
'mjsunit/mjsunit.isolate',
'fuzzer/fuzzer.isolate',
'inspector_protocol_parser_test/inspector_protocol_parser_test.isolate',
'intl/intl.isolate',
'message/message.isolate',
'mjsunit/mjsunit.isolate',
'preparser/preparser.isolate',
'unittests/unittests.isolate',
'webkit/webkit.isolate',
],
}

View File

@ -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": [