Skip to content

Commit e0c68e2

Browse files
committed
Update test262
1 parent 7bbe0e3 commit e0c68e2

File tree

2 files changed

+20
-6
lines changed

2 files changed

+20
-6
lines changed

polyfill/test/expected-failures.txt

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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
2522
intl402/Temporal/PlainDate/prototype/monthCode/chinese-calendar-dates.js
2623
intl402/Temporal/PlainDateTime/prototype/monthCode/chinese-calendar-dates.js
2724
intl402/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
3532
intl402/DateTimeFormat/prototype/resolvedOptions/resolved-calendar-unicode-extensions-and-options.js
3633
intl402/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

polyfill/test262

Submodule test262 updated 1052 files

0 commit comments

Comments
 (0)