Bug 150575 - [Win] LayoutTest js/intl-collator.html failing on Win 7
Summary: [Win] LayoutTest js/intl-collator.html failing on Win 7
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: PC Windows 7
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-26 15:13 PDT by Ryan Haddad
Modified: 2015-10-28 04:14 PDT (History)
5 users (show)

See Also:


Attachments
Patch (1.76 KB, patch)
2015-10-26 16:55 PDT, Sukolsak Sakshuwong
no flags Details | Formatted Diff | Diff
Patch (2.93 KB, patch)
2015-10-26 17:00 PDT, Sukolsak Sakshuwong
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Haddad 2015-10-26 15:13:09 PDT
ayoutTest js/intl-collator.html failing on Win 7

<https://build.webkit.org/results/Apple%20Win%207%20Release%20(Tests)/r191594%20(54748)/results.html>

--- /home/buildbot/slave/win-release-tests/build/layout-test-results/js/intl-collator-expected.txt
+++ /home/buildbot/slave/win-release-tests/build/layout-test-results/js/intl-collator-actual.txt
@@ -30,7 +30,7 @@
 PASS testCollator(Intl.Collator('en-u-co-standard'), [{locale: 'en'}]) is true
 PASS testCollator(Intl.Collator('en-u-co-search'), [{locale: 'en'}]) is true
 PASS testCollator(Intl.Collator('en-u-co-abcd'), [{locale: 'en'}]) is true
-PASS testCollator(Intl.Collator('de-u-co-phonebk'), [{locale: 'de-u-co-phonebk', collation: 'phonebk'}]) is true
+FAIL testCollator(Intl.Collator('de-u-co-phonebk'), [{locale: 'de-u-co-phonebk', collation: 'phonebk'}]) should be true. Was false.
 PASS testCollator(Intl.Collator('en-u-kn'), [{locale: 'en', numeric: true}]) is true
 PASS testCollator(Intl.Collator('en-u-kn-true'), [{locale: 'en-u-kn-true', numeric: true}]) is true
 PASS testCollator(Intl.Collator('en-u-kn-false'), [{locale: 'en-u-kn-false', numeric: false}]) is true
Comment 1 Sukolsak Sakshuwong 2015-10-26 16:50:36 PDT
It seems that ICU on Windows 7 doesn't support the German phonebook collation.
Comment 2 Sukolsak Sakshuwong 2015-10-26 16:55:19 PDT
Created attachment 264099 [details]
Patch
Comment 3 Sukolsak Sakshuwong 2015-10-26 17:00:22 PDT
Created attachment 264100 [details]
Patch
Comment 4 Alexey Proskuryakov 2015-10-27 20:28:53 PDT
Comment on attachment 264100 [details]
Patch

Longer term, we should probably update ICU.
Comment 5 WebKit Commit Bot 2015-10-28 04:14:39 PDT
Comment on attachment 264100 [details]
Patch

Clearing flags on attachment: 264100

Committed r191664: <http://trac.webkit.org/changeset/191664>
Comment 6 WebKit Commit Bot 2015-10-28 04:14:45 PDT
All reviewed patches have been landed.  Closing bug.