Skip to content

Commit

Permalink
Tests: Update expected failures
Browse files Browse the repository at this point in the history
Some of the SpiderMonkey staging tests are incorrect. Others expose bugs
in ICU4C.
  • Loading branch information
ptomato authored and Ms2ger committed Jan 10, 2025
1 parent 49d6545 commit c970eda
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions polyfill/test/expected-failures.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,17 @@ staging/Intl402/Temporal/old/non-iso-calendars.js

# https://github.com/tc39/test262/pull/4336
intl402/DateTimeFormat/canonicalize-utc-timezone.js

# Possibly faulty calculations for year 0 in Hebrew calendar in ICU4C
# https://unicode-org.atlassian.net/browse/ICU-23007
staging/sm/Temporal/PlainDate/from-constrain-hebrew.js

# Test is incorrect as per https://github.com/tc39/proposal-temporal/issues/2865
staging/sm/Temporal/PlainDate/from-constrain-japanese.js

# Faulty leap month calculations in Chinese calendar in ICU4C
# https://unicode-org.atlassian.net/browse/ICU-22230
staging/sm/Temporal/PlainMonthDay/from-chinese-leap-month-uncommon.js

# Test is incorrect as per https://github.com/tc39/proposal-temporal/issues/2864
staging/sm/Temporal/PlainMonthDay/from-gregory.js

0 comments on commit c970eda

Please sign in to comment.