[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:31:12 PDT 2020


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

--- Comment #7 from Yusuke Suzuki <ysuzuki at apple.com> ---
(In reply to Michael Catanzaro from comment #6)
> (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. :)

Yeah, IIRC, I tested 61, 64, 66, and 67. And 64 and 66 shows the same behavior while 61 and 67 shows the same behavior. So I putted >= 64 and <= 66. If 65 has different behavior, please add it too.

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


More information about the webkit-unassigned mailing list