[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:05:34 PDT 2020


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

--- Comment #2 from Michael Catanzaro <mcatanzaro at gnome.org> ---
All of the affected code is guarded by:

if ($vm.icuVersion() >= 61)

I'll continue to investigate.

Yusuke, you have in several places these guards:

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?

-- 
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/678f8b7b/attachment-0001.htm>


More information about the webkit-unassigned mailing list