Bug 216636
| Summary: | [GTK][WPE] test/intl402/Intl/getCanonicalLocales/unicode-ext-canonicalize-yes-to-true.js is failing with ICU 67 | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Lauro Moura <lmoura> |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | bugs-noreply, pnormand |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=215327 | ||
Lauro Moura
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
>
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |