RESOLVED FIXED 200351
Update Test262 (2019.08.01)
https://bugs.webkit.org/show_bug.cgi?id=200351
Summary Update Test262 (2019.08.01)
Ross Kirsling
Reported 2019-08-01 10:51:32 PDT
Update Test262 (2019.08.01)
Attachments
Patch (1.05 MB, patch)
2019-08-01 10:53 PDT, Ross Kirsling
no flags
Ross Kirsling
Comment 1 2019-08-01 10:53:57 PDT
Keith Miller
Comment 2 2019-08-01 11:26:25 PDT
Comment on attachment 375324 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=375324&action=review rs=me with question. > JSTests/test262/expectations.yaml:-2156 > -test/intl402/NumberFormat/prototype/resolvedOptions/order.js: > - default: 'Test262Error: Expected [locale, numberingSystem, style, currency, currencyDisplay, minimumIntegerDigits, minimumFractionDigits, maximumFractionDigits, minimumSignificantDigits, maximumSignificantDigits, useGrouping] and [locale, numberingSystem, style, currency, currencyDisplay, minimumIntegerDigits, minimumSignificantDigits, maximumSignificantDigits, useGrouping] to have the same contents. undefined' > - strict mode: 'Test262Error: Expected [locale, numberingSystem, style, currency, currencyDisplay, minimumIntegerDigits, minimumFractionDigits, maximumFractionDigits, minimumSignificantDigits, maximumSignificantDigits, useGrouping] and [locale, numberingSystem, style, currency, currencyDisplay, minimumIntegerDigits, minimumSignificantDigits, maximumSignificantDigits, useGrouping] to have the same contents. undefined' > -test/intl402/fallback-locales-are-supported.js: > - default: "Test262Error: Locale zh-Hans-CN is supported, but fallback zh-Hans isn't. Expected SameValue(ë-1û, ë-1û) to be false (Testing with Collator.)" > - strict mode: "Test262Error: Locale zh-Hans-CN is supported, but fallback zh-Hans isn't. Expected SameValue(ë-1û, ë-1û) to be false (Testing with Collator.)" What happened here?
Ross Kirsling
Comment 3 2019-08-01 11:42:42 PDT
(In reply to Keith Miller from comment #2) > Comment on attachment 375324 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=375324&action=review > > rs=me with question. > > > JSTests/test262/expectations.yaml:-2156 > > -test/intl402/NumberFormat/prototype/resolvedOptions/order.js: > > - default: 'Test262Error: Expected [locale, numberingSystem, style, currency, currencyDisplay, minimumIntegerDigits, minimumFractionDigits, maximumFractionDigits, minimumSignificantDigits, maximumSignificantDigits, useGrouping] and [locale, numberingSystem, style, currency, currencyDisplay, minimumIntegerDigits, minimumSignificantDigits, maximumSignificantDigits, useGrouping] to have the same contents. undefined' > > - strict mode: 'Test262Error: Expected [locale, numberingSystem, style, currency, currencyDisplay, minimumIntegerDigits, minimumFractionDigits, maximumFractionDigits, minimumSignificantDigits, maximumSignificantDigits, useGrouping] and [locale, numberingSystem, style, currency, currencyDisplay, minimumIntegerDigits, minimumSignificantDigits, maximumSignificantDigits, useGrouping] to have the same contents. undefined' > > -test/intl402/fallback-locales-are-supported.js: > > - default: "Test262Error: Locale zh-Hans-CN is supported, but fallback zh-Hans isn't. Expected SameValue(ë-1û, ë-1û) to be false (Testing with Collator.)" > > - strict mode: "Test262Error: Locale zh-Hans-CN is supported, but fallback zh-Hans isn't. Expected SameValue(ë-1û, ë-1û) to be false (Testing with Collator.)" > > What happened here? Looks like https://github.com/tc39/test262/commit/8b725e3957085602a7a6766ca464cf3984c9313b added "features: [Intl.NumberFormat-unified]", which is on our ignore list.
WebKit Commit Bot
Comment 4 2019-08-01 12:12:41 PDT
Comment on attachment 375324 [details] Patch Clearing flags on attachment: 375324 Committed r248115: <https://trac.webkit.org/changeset/248115>
WebKit Commit Bot
Comment 5 2019-08-01 12:12:43 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 6 2019-08-01 12:13:17 PDT
Note You need to log in before you can comment on or make changes to this bug.