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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 27 17:45:24 PST 2016


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

--- Comment #3 from Darin Adler <darin at apple.com> ---
There are two separate questions here:

One is how to make WebKit and JavaScriptCore properly choose a default locale for each platform. I don’t know what the right way to do that is for Linux in general. Fixing that for WebCore is what bug 152448 is all about. But it almost certainly needs to be fixed for direct JavaScriptCore use too. At least I know it does need to be done on the Apple platforms. So we may need a bug to track that.

The other is how to make the test harness set a consistent language so that tests are reliable, rather than being sensitive to the language the user running the tests happens to prefer. That's something we need to address separately. There are lots of calls to setenv in various test tools, so it could be as simple as doing a setenv("LANG") in the right place for the appropriate platforms in some of the test tools.

-- 
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/20160228/0760be66/attachment.html>


More information about the webkit-unassigned mailing list