We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce91892 commit 4d163a9Copy full SHA for 4d163a9
run_config.json
@@ -224,7 +224,7 @@
224
},
225
{
226
"run": {
227
- "icu_version": "icu74",
+ "icu_version": "icu77",
228
"exec": "dart_native",
229
"test_type": [
230
"collation",
@@ -236,6 +236,26 @@
236
"per_execution": 10000
237
}
238
239
+ {
240
+ "prereq": {
241
+ "name": "nvm 24.0.0, icu77.1",
242
+ "version": "24.0.0",
243
+ "command": "nvm install 24.0.0;nvm use 24.0.0 --silent"
244
+ },
245
+ "run": {
246
+ "icu_version": "icu76",
247
+ "exec": "dart_web",
248
+ "test_type": [
249
+ "collation",
250
+ "datetime_fmt",
251
+ "number_fmt",
252
+ "lang_names",
253
+ "plural_rules",
254
+ "list_fmt"
255
+ ],
256
+ "per_execution": 10000
257
+ }
258
259
260
"prereq": {
261
"name": "nvm",
0 commit comments