[Webkit-unassigned] [Bug 215327] [GTK][WPE] regionDisplayName test failure with ICU 64

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 14 20:12:34 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=215327

--- Comment #5 from Lauro Moura <lmoura at igalia.com> ---
(In reply to Philippe Normand from comment #2)
<snip>

> But test-262 fail:
> 
> FAIL test/built-ins/Array/length/define-own-prop-length-coercion-order.js
> (default)
> Full Output:
> Exception: Test262Error: Expected a TypeError to be thrown but no exception
> was thrown at all
> 
> FAIL test/built-ins/Array/length/define-own-prop-length-coercion-order.js
> (strict mode)
> Full Output:
> Exception: Test262Error: Expected a TypeError to be thrown but no exception
> was thrown at all
> 

These are present since r266925 (update to test262)

> FAIL
> test/intl402/Intl/getCanonicalLocales/unicode-ext-canonicalize-yes-to-true.
> js (default)
> Full Output:
> Exception: Test262Error: Expected SameValue(«und-u-ka», «und-u-ka-yes») to
> be true
> 
> FAIL
> test/intl402/Intl/getCanonicalLocales/unicode-ext-canonicalize-yes-to-true.
> js (strict mode)
> Full Output:
> Exception: Test262Error: Expected SameValue(«und-u-ka», «und-u-ka-yes») to
> be true
> 

New failures since 0.3 update.

> FAIL
> test/intl402/Locale/prototype/minimize/removing-likely-subtags-first-adds-
> likely-subtags.js (default)
> Full Output:
> Exception: Test262Error: "und".minimize() should be "en"
> Expected SameValue(«und», «en») to be true
> 
> FAIL
> test/intl402/Locale/prototype/minimize/removing-likely-subtags-first-adds-
> likely-subtags.js (strict mode)
> Full Output:
> Exception: Test262Error: "und".minimize() should be "en"
> Expected SameValue(«und», «en») to be true

Also present since before the flatpak update but still ICU related. Even with ICU 67 (from git), minimizing "und" locales becomes a NOP (returning the same locale). Likely due to passing an invalid locale ID to IntlLocale::minimize() (language is passed empty istead of "und"). I'll open an bug about it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200915/7d25e8df/attachment-0001.htm>


More information about the webkit-unassigned mailing list