Changeset 263849 in webkit
- Timestamp:
- Jul 2, 2020, 10:17:04 AM (6 years ago)
- Location:
- trunk/JSTests
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
test262/config.yaml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/JSTests/ChangeLog
r263837 r263849 1 2020-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 1 10 2020-07-02 Yusuke Suzuki <ysuzuki@apple.com> 2 11 -
trunk/JSTests/test262/config.yaml
r263227 r263849 129 129 - test/intl402/RelativeTimeFormat/prototype/format/en-us-numeric-auto.js 130 130 - 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.