[dart2js] Run fragment merging tests on minified and csp bots.

Change-Id: Ie6d6ceb4baff8c06cd5031d0b26222594f3aa5cd
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/192602
Reviewed-by: Stephen Adams <sra@google.com>
Commit-Queue: Joshua Litt <joshualitt@google.com>
This commit is contained in:
Joshua Litt 2021-03-24 23:26:13 +00:00 committed by commit-bot@chromium.org
parent 727d90540d
commit 0c16d2f437

View file

@ -610,6 +610,18 @@
]
}
},
"dart2js-minified-csp-max-fragments-(linux|mac|win)-chrome": {
"options": {
"minified": true,
"csp": true,
"timeout": 240,
"dart2js-options": [
"--libraries-spec=sdk/lib/libraries.json",
"--platform-binaries=out/ReleaseX64/",
"--merge-fragments-threshold=3"
]
}
},
"dart2js-minified-(linux|mac|win)-d8": {
"options": {
"minified": true,
@ -625,6 +637,19 @@
]
}
},
"dart2js-minified-hostasserts-weak-max-fragments-(linux|win)-x64-d8": {
"options": {
"minified": true,
"host-checked": true,
"timeout": 240,
"builder-tag": "dart2js-weak",
"dart2js-options": [
"--libraries-spec=sdk/lib/libraries.json",
"--platform-binaries=out/ReleaseX64/",
"--merge-fragments-threshold=3"
]
}
},
"dart2js-production-(linux|mac|win)-d8": {
"options": {
"builder-tag": "dart2js_production",
@ -2576,6 +2601,16 @@
"--dart2js-batch",
"dart2js_2"
]
},
{
"name": "dart2js d8 fragment merging tests",
"arguments": [
"-ndart2js-minified-hostasserts-weak-max-fragments-linux-x64-d8",
"--dart2js-batch",
"web/deferred/"
],
"shards": 1,
"fileset": "web_platform_hostasserts"
}
]
},
@ -2630,6 +2665,14 @@
"--dart2js-batch",
"web_2"
]
},
{
"name": "dart2js d8 fragment merging tests",
"arguments": [
"-ndart2js-minified-csp-max-fragments-linux-chrome",
"--dart2js-batch",
"web/deferred/"
]
}
]
},