[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 16:22:02 PDT 2020


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

--- Comment #6 from Michael Catanzaro <mcatanzaro at gnome.org> ---
(In reply to Yusuke Suzuki from comment #5)
> This is because ICU 64 and ICU 66 have different outputs for these strings.

But your condition is:

if ($vm.icuVersion() >= 64 && $vm.icuVersion() <= 66)

This implies that there are two sets of behavior:

 * One behavior for ICU 63 and earlier and for ICU 67 and later
 * One behavior for ICU 64, 65, and 66 alone

That is, it implies that the behavior changed in ICU 64, then changed back to the way it was before in ICU 67. This seems unlikely. Did you intend to write the conditions that way?

Also, because I'm seeing "Traditional Chinese" and "Simplified Chinese (Hong Kong)" with ICU 65, not "Chinese, Traditional" and "Chinese, Simplified (Hong Kong)", I know the check cannot be right. :)

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


More information about the webkit-unassigned mailing list