[Webkit-unassigned] [Bug 154533] number-toLocaleString.js test fails on ARM Linux buildbots

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


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

--- Comment #1 from Sukolsak Sakshuwong <sukolsak at gmail.com> ---
This is likely the same issue as Bug 152448. It is because Intl uses POSIX locale.

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

The proposed patch in Bug 152448 should fix it.

-- 
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/53328cde/attachment.html>


More information about the webkit-unassigned mailing list