RESOLVED CONFIGURATION CHANGED154263
[ARM] jsc-layout-tests.yaml/js/script-tests/intl-collator.js tests are failing.
https://bugs.webkit.org/show_bug.cgi?id=154263
Summary [ARM] jsc-layout-tests.yaml/js/script-tests/intl-collator.js tests are failing.
Mark Lam
Reported 2016-02-15 15:45:00 PST
Using a release build of ToT r196590, I'm seeing the following new failures: jsc-layout-tests.yaml/js/script-tests/intl-collator.js.layout jsc-layout-tests.yaml/js/script-tests/intl-collator.js.layout-dfg-eager-no-cjit jsc-layout-tests.yaml/js/script-tests/intl-collator.js.layout-ftl jsc-layout-tests.yaml/js/script-tests/intl-collator.js.layout-ftl-eager-no-cjit jsc-layout-tests.yaml/js/script-tests/intl-collator.js.layout-ftl-no-cjit jsc-layout-tests.yaml/js/script-tests/intl-collator.js.layout-no-cjit jsc-layout-tests.yaml/js/script-tests/intl-collator.js.layout-no-llint The failure manifests as 2 test results that differ from the expected output: FAIL Intl.Collator.prototype.compare.call(Intl.Collator('en', { sensitivity:'base' }), 'A', 'a') should be 1. Was -1. FAIL new Intl.Collator().compare.call(Intl.Collator('en', { sensitivity:'base' }), 'A', 'a') should be 1. Was -1. These failure manifests all the time even without the JITs.
Attachments
Radar WebKit Bug Importer
Comment 1 2016-02-15 15:46:02 PST
Michael Saboff
Comment 2 2016-02-15 16:00:35 PST
These tests are failing for both ARMv7 and ARM64
Michael Saboff
Comment 3 2016-02-15 16:02:09 PST
I believe the issue is that we don't have the proper "en" tables on the device where the test is run.
Sukolsak Sakshuwong
Comment 4 2016-02-16 11:51:21 PST
Note You need to log in before you can comment on or make changes to this bug.