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

Changeset 263849 in webkit


Ignore:
Timestamp:
Jul 2, 2020, 10:17:04 AM (6 years ago)
Author:
ysuzuki@apple.com
Message:

Unreviewed, mark JSTests/test262/test/intl402/NumberFormat/prototype/format/numbering-systems.js fail since it requires ICU 66
https://bugs.webkit.org/show_bug.cgi?id=213872

This test in test262 requires ICU 66 while Catalina bot is using ICU 64.

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

Legend:

Unmodified
Added
Removed
  • trunk/JSTests/ChangeLog

    r263837 r263849  
     12020-07-02  Yusuke Suzuki  <ysuzuki@apple.com>
     2
     3        Unreviewed, mark JSTests/test262/test/intl402/NumberFormat/prototype/format/numbering-systems.js fail since it requires ICU 66
     4        https://bugs.webkit.org/show_bug.cgi?id=213872
     5
     6        This test in test262 requires ICU 66 while Catalina bot is using ICU 64.
     7
     8        * test262/config.yaml:
     9
    1102020-07-02  Yusuke Suzuki  <ysuzuki@apple.com>
    211
  • trunk/JSTests/test262/config.yaml

    r263227 r263849  
    129129    - test/intl402/RelativeTimeFormat/prototype/format/en-us-numeric-auto.js
    130130    - test/intl402/RelativeTimeFormat/prototype/formatToParts/en-us-numeric-auto.js
     131
     132    # Do not work with ICU 64, and work with ICU 66 or later.
     133    - test/intl402/NumberFormat/prototype/format/numbering-systems.js
Note: See TracChangeset for help on using the changeset viewer.