[Webkit-unassigned] [Bug 154524] [iOS Simulator] js/number-toLocaleString.html failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 22 08:58:08 PST 2016


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

--- Comment #3 from Sukolsak Sakshuwong <sukolsak at gmail.com> ---
One way to reproduce this case:

$ LANG=en_US.UTF-8 ./jsc -e "print(Infinity.toLocaleString())"
∞
$ LANG=en_US_POSIX.UTF-8 ./jsc -e "print(Infinity.toLocaleString())"
INF

-- 
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/20160222/8d1f2a4d/attachment.html>


More information about the webkit-unassigned mailing list