Bug 55118
Summary: | [Chromium] fast/xsl/sort-locale.xml is failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Hajime Morrita <morrita> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | jshin, tony |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | OS X 10.5 |
Hajime Morrita
The failures looks introduced by http://src.chromium.org/viewvc/chrome?view=rev&revision=75854.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Tony Chang
This test sorts 5 words using en, fr, and fr-CA. The test is failing when sorting with fr (en and fr-CA didn't change). Previously we would get:
peach
pêche
péché
sin
But the new results give us:
peach
péché
pêche
sin
Tony Chang
Err, this test sorts 4 words.
Tony Chang
*** This bug has been marked as a duplicate of bug 55121 ***