• Ben Noordhuis's avatar
    [intl] translate locale en_US_POSIX to en-US · 2b5a36d5
    Ben Noordhuis authored
    en_US_POSIX is ICU's fallback locale on POSIX platforms for when it
    cannot detect a default locale.  Consider it equivalent to en-US.
    
    I won't claim this is the best possible fix but it makes the following
    tests pass again for me locally:
    
        intl/break-iterator/default-locale
        intl/break-iterator/wellformed-unsupported-locale
        intl/collator/default-locale
        intl/collator/wellformed-unsupported-locale
        intl/date-format/default-locale
        intl/date-format/wellformed-unsupported-locale
        intl/number-format/default-locale
        intl/number-format/wellformed-unsupported-locale
    
    R=jgruber@chromium.org
    
    Cq-Include-Trybots: master.tryserver.v8:v8_linux_noi18n_rel_ng
    Change-Id: I0e8029f4ffaf5fd3ca72a1cc5db2878891744864
    Reviewed-on: https://chromium-review.googlesource.com/567981
    Commit-Queue: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-by: 's avatarYang Guo <yangguo@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#46730}
    2b5a36d5
Name
Last commit
Last update
..
runtime-array.cc Loading commit data...
runtime-atomics.cc Loading commit data...
runtime-classes.cc Loading commit data...
runtime-collections.cc Loading commit data...
runtime-compiler.cc Loading commit data...
runtime-date.cc Loading commit data...
runtime-debug.cc Loading commit data...
runtime-error.cc Loading commit data...
runtime-forin.cc Loading commit data...
runtime-function.cc Loading commit data...
runtime-futex.cc Loading commit data...
runtime-generator.cc Loading commit data...
runtime-internal.cc Loading commit data...
runtime-interpreter.cc Loading commit data...
runtime-intl.cc Loading commit data...
runtime-literals.cc Loading commit data...
runtime-liveedit.cc Loading commit data...
runtime-maths.cc Loading commit data...
runtime-module.cc Loading commit data...
runtime-numbers.cc Loading commit data...
runtime-object.cc Loading commit data...
runtime-operators.cc Loading commit data...
runtime-promise.cc Loading commit data...
runtime-proxy.cc Loading commit data...
runtime-regexp.cc Loading commit data...
runtime-scopes.cc Loading commit data...
runtime-strings.cc Loading commit data...
runtime-symbol.cc Loading commit data...
runtime-test.cc Loading commit data...
runtime-typedarray.cc Loading commit data...
runtime-utils.h Loading commit data...
runtime-wasm.cc Loading commit data...
runtime.cc Loading commit data...
runtime.h Loading commit data...