Bug 55117
Summary: | [Chromium] fast/js/i18n-bindings-locale.html is failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Hajime Morrita <morrita> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | cira, jshin, tony |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Linux |
Hajime Morrita
The failures is introduced by
http://src.chromium.org/viewvc/chrome?view=rev&revision=75854.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Tony Chang
For reference, the failing test case is:
var locale = new v8Locale('de-Latn-DE@collation=phone').minimizedLocale();
// FIXME: Fix ICU to return de@collation=phone.
reportResult(locale.locale, 'de-@collation=phone');
reportResult(locale.language, 'de');
reportResult(locale.script, undefined);
reportResult(locale.region, undefined);
In this case, locale.language is "". Perhaps the comment is trying to tell us something?
Jungshik Shin
http://bugs.icu-project.org/trac/ticket/8380 is a bug I filed on ICU.
https://spreadsheets.google.com/pub?hl=en&key=0AqR-4TI2U6sidEJROWZLdjQzeUZjUXZ2dkFsVWFKbHc&hl=en&gid=1
shows the result of applying various methods to 'input locale names' (with uloc_ C API of the ICU trunk build).
Jungshik Shin
http://bugs.icu-project.org/trac/ticket/8388 is a new ICU bug about an extraneous '_' showing up when minimizing locale ids like 'de-DE-u-co-phonebk' or 'de_DE@collation=phonebook'.
And, https://spreadsheets1.google.com/pub?hl=en&hl=en&key=0AqR-4TI2U6sidEhEc0lCZHJCRFlNdUdqZHZhV0ZIQVE&output=html
is a new spreadsheet to show the problem.
In the meantime, we can work around this bug (layout test failure of i18n-binding test) by changing the V8 implementation slightly.
Stephen Chenney
LayoutTest failures for Chromium are being marked WontFix. The Bug is still accessible and referenced from TestExpectations.