Changeset 283461 in webkit
- Timestamp:
- Oct 2, 2021, 9:04:30 PM (5 years ago)
- Location:
- trunk/JSTests
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
test262/config.yaml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/JSTests/ChangeLog
r283460 r283461 1 2021-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 1 10 2021-10-02 Yusuke Suzuki <ysuzuki@apple.com> 2 11 -
trunk/JSTests/test262/config.yaml
r282885 r283461 92 92 93 93 # Failing because we are building WebKit with very old ICU headers 94 - test/intl402/DateTimeFormat/prototype/formatRange/date-same-returns-single-date.js95 - test/intl402/DateTimeFormat/prototype/formatRangeToParts/argument-date-string.js96 - test/intl402/DateTimeFormat/prototype/formatRangeToParts/argument-near-time-boundaries.js97 - test/intl402/DateTimeFormat/prototype/formatRangeToParts/argument-to-integer.js98 - test/intl402/DateTimeFormat/prototype/formatRangeToParts/argument-tonumber-throws.js99 - test/intl402/DateTimeFormat/prototype/formatRangeToParts/builtin.js100 - test/intl402/DateTimeFormat/prototype/formatRangeToParts/date-is-infinity-throws.js101 - test/intl402/DateTimeFormat/prototype/formatRangeToParts/date-is-nan-throws.js102 - test/intl402/DateTimeFormat/prototype/formatRangeToParts/date-same-returns-single-date.js103 - test/intl402/DateTimeFormat/prototype/formatRangeToParts/date-x-greater-than-y-throws.js104 - test/intl402/DateTimeFormat/prototype/formatRangeToParts/length.js105 - test/intl402/DateTimeFormat/prototype/formatRangeToParts/name.js106 - test/intl402/DateTimeFormat/prototype/formatRangeToParts/pattern-on-calendar.js107 - test/intl402/DateTimeFormat/prototype/formatRangeToParts/prop-desc.js108 94 - test/intl402/ListFormat/constructor/constructor/locales-invalid.js 109 95 - test/intl402/ListFormat/constructor/constructor/locales-valid.js … … 188 174 - test/intl402/ListFormat/prototype/toStringTag/toString.js 189 175 - test/intl402/ListFormat/prototype/toStringTag/toStringTag.js 190 - test/intl402/NumberFormat/constructor-compactDisplay-compact.js191 - test/intl402/NumberFormat/constructor-compactDisplay-no-compact.js192 - test/intl402/NumberFormat/constructor-notation.js193 - test/intl402/NumberFormat/constructor-signDisplay.js194 - test/intl402/NumberFormat/constructor-unit.js195 - test/intl402/NumberFormat/constructor-unitDisplay.js196 - test/intl402/NumberFormat/currencyDisplay-unit.js197 - test/intl402/NumberFormat/prototype/format/engineering-scientific-de-DE.js198 - test/intl402/NumberFormat/prototype/format/engineering-scientific-en-US.js199 - test/intl402/NumberFormat/prototype/format/engineering-scientific-ja-JP.js200 - test/intl402/NumberFormat/prototype/format/engineering-scientific-ko-KR.js201 - test/intl402/NumberFormat/prototype/format/engineering-scientific-zh-TW.js202 - test/intl402/NumberFormat/prototype/format/notation-compact-de-DE.js203 - test/intl402/NumberFormat/prototype/format/notation-compact-en-US.js204 - test/intl402/NumberFormat/prototype/format/notation-compact-ja-JP.js205 - test/intl402/NumberFormat/prototype/format/notation-compact-ko-KR.js206 - test/intl402/NumberFormat/prototype/format/notation-compact-zh-TW.js207 - test/intl402/NumberFormat/prototype/format/unit-de-DE.js208 - test/intl402/NumberFormat/prototype/format/unit-en-US.js209 - test/intl402/NumberFormat/prototype/format/unit-ko-KR.js210 - test/intl402/NumberFormat/prototype/format/units.js211 - test/intl402/NumberFormat/prototype/formatToParts/engineering-scientific-de-DE.js212 - test/intl402/NumberFormat/prototype/formatToParts/engineering-scientific-en-US.js213 - test/intl402/NumberFormat/prototype/formatToParts/engineering-scientific-ja-JP.js214 - test/intl402/NumberFormat/prototype/formatToParts/engineering-scientific-ko-KR.js215 - test/intl402/NumberFormat/prototype/formatToParts/engineering-scientific-zh-TW.js216 - test/intl402/NumberFormat/prototype/formatToParts/notation-compact-de-DE.js217 - test/intl402/NumberFormat/prototype/formatToParts/notation-compact-en-US.js218 - test/intl402/NumberFormat/prototype/formatToParts/notation-compact-ja-JP.js219 - test/intl402/NumberFormat/prototype/formatToParts/notation-compact-ko-KR.js220 - test/intl402/NumberFormat/prototype/formatToParts/notation-compact-zh-TW.js221 - test/intl402/NumberFormat/prototype/formatToParts/percent-en-US.js222 - test/intl402/NumberFormat/prototype/formatToParts/unit-de-DE.js223 - test/intl402/NumberFormat/prototype/formatToParts/unit-en-US.js224 - test/intl402/NumberFormat/prototype/formatToParts/unit-ko-KR.js225 - test/intl402/NumberFormat/prototype/formatToParts/unit.js226 - test/intl402/NumberFormat/prototype/resolvedOptions/compactDisplay.js227 - test/intl402/NumberFormat/style-unit.js
Note:
See TracChangeset
for help on using the changeset viewer.