Skip to content

Commit 4c4f463

Browse files
author
Craig Cornelius
authored
Datetime format tests: remove before 76 (#511)
* DateTime Format: remove testing before ICU77 / CLDR 47 * Adding back ICU 76 datetime tests * Reorder components in one instance * Remove NodeJS generator for datetime_fmt tests
1 parent f2d250a commit 4c4f463

File tree

2 files changed

+1
-635
lines changed

2 files changed

+1
-635
lines changed

run_config.json

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
"exec": "cpp",
5959
"test_type": [
6060
"collation",
61-
"datetime_fmt",
6261
"lang_names",
6362
"likely_subtags",
6463
"list_fmt",
@@ -80,7 +79,6 @@
8079
"exec": "cpp",
8180
"test_type": [
8281
"collation",
83-
"datetime_fmt",
8482
"lang_names",
8583
"likely_subtags",
8684
"list_fmt",
@@ -102,7 +100,6 @@
102100
"exec": "cpp",
103101
"test_type": [
104102
"collation",
105-
"datetime_fmt",
106103
"lang_names",
107104
"likely_subtags",
108105
"list_fmt",
@@ -124,7 +121,6 @@
124121
"exec": "cpp",
125122
"test_type": [
126123
"collation",
127-
"datetime_fmt",
128124
"lang_names",
129125
"list_fmt",
130126
"likely_subtags",
@@ -146,7 +142,6 @@
146142
"exec": "cpp",
147143
"test_type": [
148144
"collation",
149-
"datetime_fmt",
150145
"lang_names",
151146
"likely_subtags",
152147
"list_fmt",
@@ -216,10 +211,9 @@
216211
"exec": "node",
217212
"test_type": [
218213
"collation",
219-
"datetime_fmt",
214+
"lang_names",
220215
"list_fmt",
221216
"number_fmt",
222-
"lang_names",
223217
"likely_subtags",
224218
"plural_rules",
225219
"rdt_fmt",
@@ -234,7 +228,6 @@
234228
"exec": "dart_native",
235229
"test_type": [
236230
"collation",
237-
"datetime_fmt",
238231
"number_fmt",
239232
"lang_names",
240233
"plural_rules",
@@ -274,7 +267,6 @@
274267
"exec": "dart_web",
275268
"test_type": [
276269
"collation",
277-
"datetime_fmt",
278270
"number_fmt",
279271
"lang_names",
280272
"plural_rules",
@@ -294,7 +286,6 @@
294286
"exec": "dart_web",
295287
"test_type": [
296288
"collation",
297-
"datetime_fmt",
298289
"number_fmt",
299290
"lang_names",
300291
"plural_rules",
@@ -314,7 +305,6 @@
314305
"exec": "dart_web",
315306
"test_type": [
316307
"collation",
317-
"datetime_fmt",
318308
"number_fmt",
319309
"lang_names",
320310
"plural_rules",
@@ -334,7 +324,6 @@
334324
"exec": "node",
335325
"test_type": [
336326
"collation",
337-
"datetime_fmt",
338327
"list_fmt",
339328
"number_fmt",
340329
"lang_names",
@@ -356,7 +345,6 @@
356345
"exec": "node",
357346
"test_type": [
358347
"collation",
359-
"datetime_fmt",
360348
"list_fmt",
361349
"number_fmt",
362350
"lang_names",
@@ -378,7 +366,6 @@
378366
"exec": "node",
379367
"test_type": [
380368
"collation",
381-
"datetime_fmt",
382369
"list_fmt",
383370
"number_fmt",
384371
"likely_subtags",
@@ -400,7 +387,6 @@
400387
"test_type": [
401388
"collation",
402389
"list_fmt",
403-
"datetime_fmt",
404390
"number_fmt",
405391
"rdt_fmt",
406392
"plural_rules"
@@ -451,7 +437,6 @@
451437
"exec": "rust",
452438
"test_type": [
453439
"collation",
454-
"datetime_fmt",
455440
"number_fmt",
456441
"lang_names",
457442
"likely_subtags",
@@ -473,7 +458,6 @@
473458
"exec": "rust",
474459
"test_type": [
475460
"collation",
476-
"datetime_fmt",
477461
"number_fmt",
478462
"lang_names",
479463
"likely_subtags",
@@ -495,7 +479,6 @@
495479
"exec": "rust",
496480
"test_type": [
497481
"collation",
498-
"datetime_fmt",
499482
"number_fmt",
500483
"lang_names",
501484
"likely_subtags",
@@ -585,7 +568,6 @@
585568
"exec": "icu4j",
586569
"test_type": [
587570
"collation",
588-
"datetime_fmt",
589571
"lang_names",
590572
"likely_subtags",
591573
"list_fmt",
@@ -607,7 +589,6 @@
607589
"exec": "icu4j",
608590
"test_type": [
609591
"collation",
610-
"datetime_fmt",
611592
"lang_names",
612593
"likely_subtags",
613594
"list_fmt",
@@ -629,7 +610,6 @@
629610
"exec": "icu4j",
630611
"test_type": [
631612
"collation",
632-
"datetime_fmt",
633613
"lang_names",
634614
"likely_subtags",
635615
"list_fmt",

0 commit comments

Comments
 (0)