[Webkit-unassigned] [Bug 154530] New intl-numberformat.js test fails on many Linux platforms

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 25 05:57:05 PDT 2016


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

--- Comment #14 from Carlos Garcia Campos <cgarcia at igalia.com> ---
In my laptop:

$ LANG=en_US.UTF-8 bin/jsc -e "print(Intl.NumberFormat('es', {useGrouping: true}).format(1234567.123))"
1.234.567,123

In the bot:

$ LANG=en_US.UTF-8 bin/jsc -e "print(Intl.NumberFormat('es', {useGrouping: true}).format(1234567.123))"
1 234 567,123

There must be something else, doesn't look like a WebKit problem.

-- 
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/20160525/06c04b32/attachment.html>


More information about the webkit-unassigned mailing list