Bug 216636 - [GTK][WPE] test/intl402/Intl/getCanonicalLocales/unicode-ext-canonicalize-yes-to-true.js is failing with ICU 67
Summary: [GTK][WPE] test/intl402/Intl/getCanonicalLocales/unicode-ext-canonicalize-yes...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-09-16 20:43 PDT by Lauro Moura
Modified: 2020-09-18 00:15 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lauro Moura 2020-09-16 20:43:43 PDT
ICU 67 added https://github.com/unicode-org/icu/pull/952 which removed the -true in toLanguageTag. This is causing the mentioned test to fail since the flatpak SDK was updated to 0.3:

> 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
>