File tree Expand file tree Collapse file tree 3 files changed +25
-0
lines changed Expand file tree Collapse file tree 3 files changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -19,3 +19,6 @@ intl402/DateTimeFormat/prototype/formatToParts/temporal-objects-timezone-getoffs
1919# intl402/Temporal/PlainDateTime/prototype/toLocaleString/timezone-getoffsetnanosecondsfor-not-callable.js
2020# intl402/Temporal/PlainTime/prototype/toLocaleString/timezone-getoffsetnanosecondsfor-not-callable.js
2121
22+ # Not sure why these tests fail in Node 14, but it's EOL so not worth investigating.
23+ built-ins/Temporal/PlainYearMonth/prototype/toLocaleString/builtin-calendar-no-observable-calls.js
24+ built-ins/Temporal/PlainMonthDay/prototype/toLocaleString/builtin-calendar-no-observable-calls.js
Original file line number Diff line number Diff line change 22intl402/Temporal/TimeZone/supported-values-of.js
33intl402/Temporal/TimeZone/prototype/getNextTransition/transition-at-instant-boundaries.js
44intl402/Temporal/TimeZone/prototype/getPreviousTransition/transition-at-instant-boundaries.js
5+ intl402/Temporal/PlainDate/prototype/toLocaleString/calendar-mismatch.js
6+ intl402/Temporal/PlainDateTime/prototype/toLocaleString/calendar-mismatch.js
7+ intl402/Temporal/PlainMonthDay/prototype/toLocaleString/calendar-mismatch.js
8+ intl402/Temporal/PlainYearMonth/prototype/toLocaleString/calendar-mismatch.js
9+ intl402/Temporal/ZonedDateTime/prototype/toLocaleString/calendar-mismatch.js
Original file line number Diff line number Diff line change @@ -355,3 +355,20 @@ intl402/Temporal/Calendar/prototype/era/builtin.js
355355intl402/Temporal/Calendar/prototype/era/not-a-constructor.js
356356intl402/Temporal/Calendar/prototype/eraYear/builtin.js
357357intl402/Temporal/Calendar/prototype/eraYear/not-a-constructor.js
358+ built-ins/Temporal/Now/timeZoneId/not-a-constructor.js
359+ built-ins/Temporal/PlainDate/prototype/getCalendar/builtin.js
360+ built-ins/Temporal/PlainDate/prototype/getCalendar/not-a-constructor.js
361+ built-ins/Temporal/PlainDateTime/prototype/getCalendar/builtin.js
362+ built-ins/Temporal/PlainDateTime/prototype/getCalendar/not-a-constructor.js
363+ built-ins/Temporal/PlainMonthDay/prototype/getCalendar/builtin.js
364+ built-ins/Temporal/PlainMonthDay/prototype/getCalendar/not-a-constructor.js
365+ built-ins/Temporal/PlainYearMonth/prototype/getCalendar/builtin.js
366+ built-ins/Temporal/PlainYearMonth/prototype/getCalendar/not-a-constructor.js
367+ built-ins/Temporal/ZonedDateTime/prototype/getCalendar/builtin.js
368+ built-ins/Temporal/ZonedDateTime/prototype/getCalendar/not-a-constructor.js
369+ built-ins/Temporal/ZonedDateTime/prototype/getTimeZone/builtin.js
370+ built-ins/Temporal/ZonedDateTime/prototype/getTimeZone/not-a-constructor.js
371+
372+ # These two are too slow in ES5 so they'll time out in CI.
373+ intl402/Temporal/TimeZone/prototype/getPreviousTransition/transition-at-instant-boundaries.js
374+ intl402/Temporal/TimeZone/prototype/getNextTransition/transition-at-instant-boundaries.js
You can’t perform that action at this time.
0 commit comments