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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Dec 19 14:05:50 PST 2015


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

--- Comment #8 from Alexey Proskuryakov <ap at webkit.org> ---
> We should never assume that the default locale is English anyway.

Why are you saying that? Tests should run in a predictable environment - we don't them to fail for people whose computers are configured to use a different language or locale.

> It seems to have something to do with the environment variable LANG.

The ICU function that I mentioned does check LANG as part of fallback, so this is definitely one of the ways to make it use what we want. Other things that it checks are LC_ALL and LC_CTYPE environment variables, and the current POSIX locale.

The question is how to most cleanly make WebKitTestRunner use a consistent locale in all of the processes (including WebProcess and NetworkProcess). Given that it's an app, I suggest looking if Info.plist and/or localization changes can achieve that.

-- 
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/20151219/763be77a/attachment.html>


More information about the webkit-unassigned mailing list