forked from unicode-org/conformance
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrun_config.json
More file actions
258 lines (258 loc) · 5.38 KB
/
run_config.json
File metadata and controls
258 lines (258 loc) · 5.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
[
{
"prereq": {
"name": "Get ICU4C 71",
"version": "71.1",
"command": "bash ../executors/cpp/set_icu4c_binary.sh ../gh-cache/icu4c-71_1-Ubuntu20.04-x64.tgz"
},
"run": {
"icu_version": "icu71",
"exec": "cpp",
"test_type": [
"collation_short",
"lang_names",
"likely_subtags",
"number_fmt"
],
"per_execution": 10000
}
},
{
"prereq": {
"name": "Get ICU4C 72",
"version": "72.1",
"command": "bash ../executors/cpp/set_icu4c_binary.sh ../gh-cache/icu4c-72_1-Ubuntu22.04-x64.tgz"
},
"run": {
"icu_version": "icu72",
"exec": "cpp",
"test_type": [
"collation_short",
"lang_names",
"likely_subtags",
"number_fmt"
],
"per_execution": 10000
}
},
{
"prereq": {
"name": "Get ICU4C 73",
"version": "73.1",
"command": "bash ../executors/cpp/set_icu4c_binary.sh ../gh-cache/icu4c-73_1-Ubuntu22.04-x64.tgz"
},
"run": {
"icu_version": "icu73",
"exec": "cpp",
"test_type": [
"collation_short",
"lang_names",
"likely_subtags",
"number_fmt"
],
"per_execution": 10000
}
},
{
"prereq": {
"name": "Get ICU4C 74.2",
"version": "74.2",
"command": "bash ../executors/cpp/set_icu4c_binary.sh ../gh-cache/icu4c-74_2-Ubuntu22.04-x64.tgz"
},
"run": {
"icu_version": "icu74",
"exec": "cpp",
"test_type": [
"collation_short",
"lang_names",
"likely_subtags",
"number_fmt"
],
"per_execution": 10000
}
},
{
"prereq": {
"name": "nvm",
"version": "20.1.0",
"command": "nvm install 21.6.0;nvm use 21.6.0"
},
"run": {
"icu_version": "icu73",
"exec": "dart_web",
"test_type": [
"collation_short",
"number_fmt",
"lang_names",
"likely_subtags"
],
"per_execution": 10000
}
},
{
"run": {
"icu_version": "icu73",
"exec": "dart_native",
"test_type": [
"collation_short"
],
"per_execution": 10000
}
},
{
"prereq": {
"name": "nvm 21.6.0, icu74.1",
"version": "20.1.0",
"command": "nvm install 21.6.0;nvm use 21.6.0"
},
"run": {
"icu_version": "icu74",
"exec": "node",
"test_type": [
"collation_short",
"number_fmt",
"lang_names",
"likely_subtags"
],
"per_execution": 10000
}
},
{
"prereq": {
"name": "nvm",
"version": "20.1.0",
"command": "nvm install 20.1.0;nvm use 20.1.0"
},
"run": {
"icu_version": "icu73",
"exec": "node",
"test_type": [
"collation_short",
"number_fmt",
"lang_names",
"likely_subtags"
],
"per_execution": 10000
}
},
{
"prereq": {
"name": "nvm",
"version": "18.14.2",
"command": "nvm install 18.14.2;nvm use 18.14.2"
},
"run": {
"icu_version": "icu72",
"exec": "node",
"test_type": [
"collation_short",
"number_fmt",
"lang_names",
"likely_subtags"
],
"per_execution": 10000
}
},
{
"prereq": {
"name": "nvm",
"version": "18.7.0",
"command": "nvm install 18.7.0;nvm use 18.7.0"
},
"run": {
"icu_version": "icu71",
"exec": "node",
"test_type": [
"collation_short",
"number_fmt"
],
"per_execution": 10000
}
},
{
"prereq": {
"name": "nvm",
"version": "14.21.3",
"command": "nvm install 14.21.3;nvm use 14.21.3"
},
"run": {
"icu_version": "icu70",
"exec": "node",
"test_type": [
"collation_short",
"number_fmt"
],
"per_execution": 10000
}
},
{
"prereq": {
"name": "nvm",
"version": "14.18.3",
"command": "nvm install 14.18.3;nvm use 14.18.3"
},
"run": {
"icu_version": "icu69",
"exec": "node",
"test_type": [
"collation_short",
"number_fmt"
],
"per_execution": 10000
}
},
{
"prereq": {
"name": "rust1.3",
"version": "1.3",
"command": "CARGO_TARGET_DIR=../executors/rust/target cargo build --release --manifest-path ../executors/rust/1.3/Cargo.toml"
},
"run": {
"icu_version": "icu73",
"exec": "rust",
"test_type": [
"collation_short",
"number_fmt",
"lang_names",
"likely_subtags"
],
"per_execution": 10000
}
},
{
"prereq": {
"name": "rust1.4",
"version": "1.4",
"command": "CARGO_TARGET_DIR=../executors/rust/target cargo build --release --manifest-path ../executors/rust/1.4/Cargo.toml"
},
"run": {
"icu_version": "icu74",
"exec": "rust",
"test_type": [
"collation_short",
"number_fmt",
"lang_names",
"likely_subtags"
],
"per_execution": 10000
}
},
{
"prereq": {
"name": "mvn-icu4j-73-shaded",
"version": "73",
"command": "mvn -f ../executors/icu4j/73/executor-icu4j/pom.xml package"
},
"run": {
"icu_version": "icu73",
"exec": "icu4j",
"test_type": [
"collation_short",
"lang_names",
"likely_subtags",
"number_fmt"
],
"per_execution": 10000
}
}
]