[Webkit-unassigned] [Bug 214589] REGRESSION(r264639): Intl.DisplayNames tests failing on all architectures

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 21 11:35:04 PDT 2020


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

--- Comment #3 from Michael Catanzaro <mcatanzaro at gnome.org> ---
(In reply to Michael Catanzaro from comment #2)
> if ($vm.icuVersion() >= 64 && $vm.icuVersion() <= 66)
> 
> Is this really intentional? ICU 64, 65, and 66 had different behavior, then
> ICU 67 switched back to the original behavior, in all of these different
> places?

No, because on my host system with ICU 65.1, I see:

stress/intl-displaynames.js.default: Exception: Error: bad value: Traditional Chinese

The test would pass if not for the if ($vm.icuVersion() >= 64 && $vm.icuVersion() <= 66) guard. I don't understand the purpose of this guard.

-- 
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/20200721/b3614454/attachment.htm>


More information about the webkit-unassigned mailing list