v8/test/intl/general
jshin ac9e628539 Fix two DCHECK failures in ICU case mapping code
1.
DCHECK in runtime-i18n.cc for case mapping was wrong to
assume that the longest primary language tag is 3 characters.
BCP 47 actually allows up to 8 characters.

2. GetFlatContent() was called to a string without flattening it first.

BUG=680314,680464
TEST=intl/general/case-mapping (see also the bugs)

Review-Url: https://codereview.chromium.org/2629763003
Cr-Commit-Position: refs/heads/master@{#42343}
2017-01-13 23:12:43 +00:00
..
case-mapping.js Fix two DCHECK failures in ICU case mapping code 2017-01-13 23:12:43 +00:00
constructor.js [intl] Add new semantics + compat fallback to Intl constructor 2016-12-23 14:32:16 +00:00
empty-handle.js
getCanonicalLocales.js Expose getCanonicalLocales() for Intl object. 2016-08-18 23:27:23 +00:00
mapped-locale.js
smp-identifier.js
supported-locales-of.js