⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 283461 in webkit


Ignore:
Timestamp:
Oct 2, 2021, 9:04:30 PM (5 years ago)
Author:
ysuzuki@apple.com
Message:

[JSC] Update test262 config.yaml since OSS WebKit now uses ICU 64.2 header
https://bugs.webkit.org/show_bug.cgi?id=231121

Reviewed by Mark Lam.

  • test262/config.yaml:
Location:
trunk/JSTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JSTests/ChangeLog

    r283460 r283461  
     12021-10-02  Yusuke Suzuki  <ysuzuki@apple.com>
     2
     3        [JSC] Update test262 config.yaml since OSS WebKit now uses ICU 64.2 header
     4        https://bugs.webkit.org/show_bug.cgi?id=231121
     5
     6        Reviewed by Mark Lam.
     7
     8        * test262/config.yaml:
     9
    1102021-10-02  Yusuke Suzuki  <ysuzuki@apple.com>
    211
  • trunk/JSTests/test262/config.yaml

    r282885 r283461  
    9292
    9393    # Failing because we are building WebKit with very old ICU headers
    94     - test/intl402/DateTimeFormat/prototype/formatRange/date-same-returns-single-date.js
    95     - test/intl402/DateTimeFormat/prototype/formatRangeToParts/argument-date-string.js
    96     - test/intl402/DateTimeFormat/prototype/formatRangeToParts/argument-near-time-boundaries.js
    97     - test/intl402/DateTimeFormat/prototype/formatRangeToParts/argument-to-integer.js
    98     - test/intl402/DateTimeFormat/prototype/formatRangeToParts/argument-tonumber-throws.js
    99     - test/intl402/DateTimeFormat/prototype/formatRangeToParts/builtin.js
    100     - test/intl402/DateTimeFormat/prototype/formatRangeToParts/date-is-infinity-throws.js
    101     - test/intl402/DateTimeFormat/prototype/formatRangeToParts/date-is-nan-throws.js
    102     - test/intl402/DateTimeFormat/prototype/formatRangeToParts/date-same-returns-single-date.js
    103     - test/intl402/DateTimeFormat/prototype/formatRangeToParts/date-x-greater-than-y-throws.js
    104     - test/intl402/DateTimeFormat/prototype/formatRangeToParts/length.js
    105     - test/intl402/DateTimeFormat/prototype/formatRangeToParts/name.js
    106     - test/intl402/DateTimeFormat/prototype/formatRangeToParts/pattern-on-calendar.js
    107     - test/intl402/DateTimeFormat/prototype/formatRangeToParts/prop-desc.js
    10894    - test/intl402/ListFormat/constructor/constructor/locales-invalid.js
    10995    - test/intl402/ListFormat/constructor/constructor/locales-valid.js
     
    188174    - test/intl402/ListFormat/prototype/toStringTag/toString.js
    189175    - test/intl402/ListFormat/prototype/toStringTag/toStringTag.js
    190     - test/intl402/NumberFormat/constructor-compactDisplay-compact.js
    191     - test/intl402/NumberFormat/constructor-compactDisplay-no-compact.js
    192     - test/intl402/NumberFormat/constructor-notation.js
    193     - test/intl402/NumberFormat/constructor-signDisplay.js
    194     - test/intl402/NumberFormat/constructor-unit.js
    195     - test/intl402/NumberFormat/constructor-unitDisplay.js
    196     - test/intl402/NumberFormat/currencyDisplay-unit.js
    197     - test/intl402/NumberFormat/prototype/format/engineering-scientific-de-DE.js
    198     - test/intl402/NumberFormat/prototype/format/engineering-scientific-en-US.js
    199     - test/intl402/NumberFormat/prototype/format/engineering-scientific-ja-JP.js
    200     - test/intl402/NumberFormat/prototype/format/engineering-scientific-ko-KR.js
    201     - test/intl402/NumberFormat/prototype/format/engineering-scientific-zh-TW.js
    202     - test/intl402/NumberFormat/prototype/format/notation-compact-de-DE.js
    203     - test/intl402/NumberFormat/prototype/format/notation-compact-en-US.js
    204     - test/intl402/NumberFormat/prototype/format/notation-compact-ja-JP.js
    205     - test/intl402/NumberFormat/prototype/format/notation-compact-ko-KR.js
    206     - test/intl402/NumberFormat/prototype/format/notation-compact-zh-TW.js
    207     - test/intl402/NumberFormat/prototype/format/unit-de-DE.js
    208     - test/intl402/NumberFormat/prototype/format/unit-en-US.js
    209     - test/intl402/NumberFormat/prototype/format/unit-ko-KR.js
    210     - test/intl402/NumberFormat/prototype/format/units.js
    211     - test/intl402/NumberFormat/prototype/formatToParts/engineering-scientific-de-DE.js
    212     - test/intl402/NumberFormat/prototype/formatToParts/engineering-scientific-en-US.js
    213     - test/intl402/NumberFormat/prototype/formatToParts/engineering-scientific-ja-JP.js
    214     - test/intl402/NumberFormat/prototype/formatToParts/engineering-scientific-ko-KR.js
    215     - test/intl402/NumberFormat/prototype/formatToParts/engineering-scientific-zh-TW.js
    216     - test/intl402/NumberFormat/prototype/formatToParts/notation-compact-de-DE.js
    217     - test/intl402/NumberFormat/prototype/formatToParts/notation-compact-en-US.js
    218     - test/intl402/NumberFormat/prototype/formatToParts/notation-compact-ja-JP.js
    219     - test/intl402/NumberFormat/prototype/formatToParts/notation-compact-ko-KR.js
    220     - test/intl402/NumberFormat/prototype/formatToParts/notation-compact-zh-TW.js
    221     - test/intl402/NumberFormat/prototype/formatToParts/percent-en-US.js
    222     - test/intl402/NumberFormat/prototype/formatToParts/unit-de-DE.js
    223     - test/intl402/NumberFormat/prototype/formatToParts/unit-en-US.js
    224     - test/intl402/NumberFormat/prototype/formatToParts/unit-ko-KR.js
    225     - test/intl402/NumberFormat/prototype/formatToParts/unit.js
    226     - test/intl402/NumberFormat/prototype/resolvedOptions/compactDisplay.js
    227     - test/intl402/NumberFormat/style-unit.js
Note: See TracChangeset for help on using the changeset viewer.