File tree Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,20 @@ intl402/Temporal/PlainYearMonth/from/canonicalize-era-codes.js
18
18
intl402/Temporal/PlainYearMonth/from/reference-day-chinese.js
19
19
intl402/Temporal/PlainYearMonth/from/reference-day-gregory.js
20
20
intl402/Temporal/PlainYearMonth/from/reference-day-hebrew.js
21
+ intl402/Temporal/PlainYearMonth/prototype/with/minimum-valid-year-month.js
21
22
intl402/Temporal/ZonedDateTime/construct-non-utc-non-iso.js
22
23
intl402/Temporal/ZonedDateTime/supported-values-of.js
23
24
staging/Intl402/Temporal/old/japanese-era.js
25
+
26
+ # Bug where -u-ca- in locale identifier is not honored
27
+ intl402/DateTimeFormat/prototype/format/temporal-objects-not-overlapping-options.js
28
+ intl402/DateTimeFormat/prototype/formatRange/temporal-objects-not-overlapping-options.js
29
+ intl402/DateTimeFormat/prototype/formatRangeToParts/temporal-objects-not-overlapping-options.js
30
+ intl402/DateTimeFormat/prototype/formatToParts/temporal-objects-not-overlapping-options.js
31
+ intl402/Temporal/PlainMonthDay/prototype/toLocaleString/default-does-not-include-year-time-and-time-zone-name.js
32
+ intl402/Temporal/PlainMonthDay/prototype/toLocaleString/lone-options-accepted.js
33
+ intl402/Temporal/PlainYearMonth/prototype/toLocaleString/default-does-not-include-day-time-and-time-zone-name.js
34
+ intl402/Temporal/PlainYearMonth/prototype/toLocaleString/lone-options-accepted.js
35
+
36
+ # Bug where lone dayPeriod pulls in default date options
37
+ intl402/Temporal/PlainTime/prototype/toLocaleString/lone-options-accepted.js
Original file line number Diff line number Diff line change @@ -21,3 +21,6 @@ intl402/DateTimeFormat/prototype/resolvedOptions/hourCycle-default.js
21
21
22
22
# Fails until CLDR 46 (released 2024-10-24) makes its way into a Node.js release
23
23
staging/Intl402/Temporal/old/non-iso-calendars.js
24
+
25
+ # https://github.com/tc39/test262/pull/4336
26
+ intl402/DateTimeFormat/canonicalize-utc-timezone.js
You can’t perform that action at this time.
0 commit comments