Skip to content

Commit

Permalink
Unreviewed, update test262 intl baseline part 2
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=259868
rdar://113460773

* JSTests/test262/config.yaml:

Canonical link: https://commits.webkit.org/266624@main
  • Loading branch information
Constellation committed Aug 6, 2023
1 parent b501ddb commit d87a70e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions JSTests/test262/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,16 @@ skip:
# Slightly different formatting. We should update test262 side.
- test/intl402/DateTimeFormat/prototype/formatRangeToParts/en-US.js
- test/intl402/DateTimeFormat/prototype/formatRangeToParts/fractionalSecondDigits.js
- test/intl402/NumberFormat/test-option-roundingPriority-mixed-options.js
- test/intl402/NumberFormat/prototype/format/unit-ja-JP.js
- test/intl402/NumberFormat/prototype/format/unit-zh-TW.js
- test/intl402/NumberFormat/prototype/formatToParts/unit-ja-JP.js
- test/intl402/NumberFormat/prototype/formatToParts/unit-zh-TW.js
- test/intl402/DurationFormat/prototype/format/style-digital-en.js
- test/intl402/DurationFormat/prototype/format/style-narrow-en.js
- test/intl402/DurationFormat/prototype/formatToParts/formatToParts-style-default-en.js
- test/intl402/DurationFormat/prototype/formatToParts/formatToParts-style-long-en.js
- test/intl402/DurationFormat/prototype/formatToParts/formatToParts-style-short-en.js

# New ICU (66~) raises a different failure
- test/intl402/Locale/constructor-apply-options-canonicalizes-twice.js
Expand All @@ -78,11 +83,19 @@ skip:
# ICU canonicalization bug
# https://unicode-org.atlassian.net/browse/ICU-21367
- test/intl402/Intl/getCanonicalLocales/unicode-ext-canonicalize-yes-to-true.js
- test/intl402/Locale/constructor-options-region-valid.js
- test/intl402/Intl/getCanonicalLocales/complex-language-subtag-replacement.js
- test/intl402/Intl/getCanonicalLocales/complex-region-subtag-replacement.js
- test/intl402/Intl/getCanonicalLocales/grandfathered.js
- test/intl402/Intl/getCanonicalLocales/canonicalized-tags.js

# Test is obsolete. microseconds and nanoseconds are added in the spec.
- test/intl402/Intl/supportedValuesOf/units.js
- test/intl402/NumberFormat/prototype/format/units-invalid.js

# Approximately sign is only supported after ICU 71.
- test/intl402/NumberFormat/prototype/formatRangeToParts/en-US.js

# Depends on Temporal.Duration relativeTo option
- test/built-ins/Temporal/Duration/compare/basic.js
- test/built-ins/Temporal/Duration/compare/calendar-dateadd-called-with-options-undefined.js
Expand Down

0 comments on commit d87a70e

Please sign in to comment.