[Webkit-unassigned] [Bug 152448] Intl.Collator uses POSIX locale (detected by js/intl-collator.html on iOS Simulator)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 25 18:28:02 PST 2015


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

Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[iOS Simulator]             |Intl.Collator uses POSIX
                   |js/intl-collator.html       |locale (detected by
                   |failing                     |js/intl-collator.html on
                   |                            |iOS Simulator)
           Hardware|iOS                         |All
                 OS|iOS 9.0                     |All
          Component|New Bugs                    |WebCore Misc.

--- Comment #17 from Alexey Proskuryakov <ap at webkit.org> ---
This is actually a bug in Intl.Collator implementation, not in tools. WebKit should never fall back to uloc_getDefault, because it's not expected to be correct on OS X or iOS. We should get the locale using Cocoa.

Having said this, the difference between WebKitTestRunner and WebKitTestRunnerApp is caused by code in Tools/Scripts/webkitpy/common/host.py (see _engage_awesome_locale_hacks), which sets some language variables to override host tools' output. These happen to be inherited by WebKitTestRunner too.

-- 
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/20151226/0e03cb4d/attachment.html>


More information about the webkit-unassigned mailing list