From dc029e892f4206829e2f4a62fc27b271ef9c67b5 Mon Sep 17 00:00:00 2001 From: Craig Cornelius Date: Tue, 14 Jan 2025 16:37:11 -0800 Subject: [PATCH] Re-add more dart versions: 74, 75, and 76 after fixing extraneous error logging (#392) * Revert "Revert "Add more dart versions: 74, 75, and 76" (#389)" This reverts commit e1dfd412ae4c497aab4ec2bbb5a0073df1528a9b. * Update executors/dart_native/bin/executor.dart --- run_config.json | 54 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/run_config.json b/run_config.json index 0d979da5..c533753a 100644 --- a/run_config.json +++ b/run_config.json @@ -177,6 +177,60 @@ "per_execution": 10000 } }, + { + "prereq": { + "name": "nvm", + "version": "23.3.0", + "command": "nvm install 23.3.0;nvm use 23.3.0 --silent" + }, + "run": { + "icu_version": "icu76", + "exec": "dart_web", + "test_type": [ + "collation", + "number_fmt", + "lang_names", + "likely_subtags" + ], + "per_execution": 10000 + } + }, + { + "prereq": { + "name": "nvm", + "version": "22.6.0", + "command": "nvm install 22.6.0;nvm use 22.6.0 --silent" + }, + "run": { + "icu_version": "icu75", + "exec": "dart_web", + "test_type": [ + "collation", + "number_fmt", + "lang_names", + "likely_subtags" + ], + "per_execution": 10000 + } + }, + { + "prereq": { + "name": "nvm", + "version": "21.6.0", + "command": "nvm install 21.6.0;nvm use 21.6 --silent" + }, + "run": { + "icu_version": "icu74", + "exec": "dart_web", + "test_type": [ + "collation", + "number_fmt", + "lang_names", + "likely_subtags" + ], + "per_execution": 10000 + } + }, { "prereq": { "name": "nvm",