[Webkit-unassigned] [Bug 55117] [Chromium] fast/js/i18n-bindings-locale.html is failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 24 10:22:11 PST 2011


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


Tony Chang <tony at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tony at chromium.org




--- Comment #1 from Tony Chang <tony at chromium.org>  2011-02-24 10:22:12 PST ---
For reference, the failing test case is:

  var locale = new v8Locale('de-Latn-DE at collation=phone').minimizedLocale(); 
  // FIXME: Fix ICU to return de at collation=phone.
  reportResult(locale.locale, 'de- at 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?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list