[Webkit-unassigned] [Bug 152448] [iOS Simulator] js/intl-collator.html failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Dec 19 23:11:47 PST 2015


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

--- Comment #13 from Sukolsak Sakshuwong <sukolsak at gmail.com> ---
(In reply to comment #12)
> I'm not really sure what you are arguing for.
> 
> It seems pretty obvious that the test harness should not depend on user's
> locale. It also seems pretty obvious that tests should not need to account
> for technical differences in how the harness is implemented on various
> platforms (command line vs. app, for example).
> 
> Do you disagree with the above? Or if you agree with that, do you think that
> the patch is the right way to fix the problem nonetheless?

I agree with that. My point is that the currently existing test depends on user's locale, because it uses "new Intl.Collator()". My patch is trying to make the test not depend on user's locale.

"new Intl.Collator()" will always depend on user's locale. That's what the spec says.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151220/e3af084a/attachment.html>


More information about the webkit-unassigned mailing list