Bug 154263
| Summary: | [ARM] jsc-layout-tests.yaml/js/script-tests/intl-collator.js tests are failing. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Mark Lam <mark.lam> |
| Component: | JavaScriptCore | Assignee: | Mark Lam <mark.lam> |
| Status: | RESOLVED CONFIGURATION CHANGED | ||
| Severity: | Normal | CC: | ap, msaboff, ross.kirsling, sukolsak, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Local Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Mark Lam
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/24665424>
Michael Saboff
These tests are failing for both ARMv7 and ARM64
Michael Saboff
I believe the issue is that we don't have the proper "en" tables on the device where the test is run.
Sukolsak Sakshuwong
This is the same issue as https://bugs.webkit.org/show_bug.cgi?id=152448