@@ -15,13 +15,10 @@ intl402/DateTimeFormat/prototype/resolvedOptions/hourCycle-default.js
1515
1616# Possibly faulty calculations for year 0 in Hebrew calendar in ICU4C
1717# https://unicode-org.atlassian.net/browse/ICU-23007
18- staging/sm/Temporal/PlainDate/from-constrain-hebrew.js
19-
20- # Test is incorrect, no reason why this date should not exist; seems to be
21- # working around an ICU4X bug
22- staging/sm/Temporal/PlainDate/from-islamic-umalqura.js
18+ intl402/Temporal/PlainDate/from/calc-epoch-year-hebrew.js
2319
2420# Faulty leap month calculations in Chinese calendar in ICU4C
21+ # https://unicode-org.atlassian.net/browse/ICU-13195
2522intl402/Temporal/PlainDate/prototype/monthCode/chinese-calendar-dates.js
2623intl402/Temporal/PlainDateTime/prototype/monthCode/chinese-calendar-dates.js
2724intl402/Temporal/PlainMonthDay/prototype/monthCode/chinese-calendar-dates.js
@@ -34,3 +31,20 @@ staging/sm/Temporal/PlainMonthDay/from-chinese-leap-month-uncommon.js
3431# Fails on V8, no upstream bug open yet
3532intl402/DateTimeFormat/prototype/resolvedOptions/resolved-calendar-unicode-extensions-and-options.js
3633intl402/DateTimeFormat/prototype/resolvedOptions/resolved-numbering-system-unicode-extensions-and-options.js
34+
35+ # ICU4C internal error in extreme dates in chinese/dangi calendars
36+ intl402/Temporal/PlainDate/from/extreme-dates.js
37+ intl402/Temporal/PlainDateTime/from/extreme-dates.js
38+ intl402/Temporal/PlainYearMonth/from/extreme-dates.js
39+ intl402/Temporal/ZonedDateTime/from/extreme-dates.js
40+
41+ # ICU4C 77 failures. Remove these lines when updating to a version of Node.js
42+ # with ICU4C 78.
43+ intl402/Temporal/PlainDate/from/hebrew-keviah.js
44+ intl402/Temporal/PlainDate/from/roundtrip-from-string.js
45+ intl402/Temporal/PlainDate/prototype/daysInYear/basic-hebrew.js
46+ intl402/Temporal/PlainDateTime/from/roundtrip-from-string.js
47+ intl402/Temporal/PlainDateTime/prototype/daysInYear/basic-hebrew.js
48+ intl402/Temporal/PlainYearMonth/prototype/daysInYear/basic-hebrew.js
49+ intl402/Temporal/ZonedDateTime/from/roundtrip-from-string.js
50+ intl402/Temporal/ZonedDateTime/prototype/daysInYear/basic-hebrew.js
0 commit comments