Commit 1acc2f53 authored by machenbach's avatar machenbach Committed by Commit bot

[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}
parent de79665c
......@@ -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',
],
}
......@@ -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": [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment