WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
55117
[Chromium] fast/js/i18n-bindings-locale.html is failing
https://bugs.webkit.org/show_bug.cgi?id=55117
Summary
[Chromium] fast/js/i18n-bindings-locale.html is failing
Hajime Morrita
Reported
2011-02-24 00:15:56 PST
The failures is introduced by
http://src.chromium.org/viewvc/chrome?view=rev&revision=75854
.
Attachments
Add attachment
proposed patch, testcase, etc.
Tony Chang
Comment 1
2011-02-24 10:22:12 PST
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
Comment 2
2011-03-01 13:06:55 PST
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
Comment 3
2011-03-02 12:57:45 PST
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
Comment 4
2013-04-09 16:10:35 PDT
LayoutTest failures for Chromium are being marked WontFix. The Bug is still accessible and referenced from TestExpectations.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug