Bug 229385
Summary: | JSC test stress/intl-locale-info.js is failing: Error: expected ["islamic-umalqura","islamic-rgsa","islamic","gregory"] but got ["islamic-umalqura","gregory","islamic","islamic-rgsa"] | ||
---|---|---|---|
Product: | WebKit | Reporter: | Michael Catanzaro <mcatanzaro> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | mcatanzaro, ross.kirsling, webkit-bug-importer, ysuzuki |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | PC | ||
OS: | Linux |
Michael Catanzaro
The new JSC stress test stress/intl-locale-info.js is failing on my internal CI:
Running stress/intl-locale-info.js.default
stress/intl-locale-info.js.default: Exception: Error: expected ["islamic-umalqura","islamic-rgsa","islamic","gregory"] but got ["islamic-umalqura","gregory","islamic","islamic-rgsa"]
stress/intl-locale-info.js.default: shouldBe@intl-locale-info.js:3:24
stress/intl-locale-info.js.default: global code@intl-locale-info.js:37:13
stress/intl-locale-info.js.default: ERROR: Unexpected exit code: 3
FAIL: stress/intl-locale-info.js.default
It seems the test depends on the order of the locales returned by ICU, so we'll need a more permissive check here.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Yusuke Suzuki
Yes, it looks like depending on ICU version. On older ICU, it is failing now.
Yusuke Suzuki
I will quickly fix it. But it is possible the subsequent tests would fail after it is fixed. It is hard to fix it in my side since I don't have old ICU environment.
@Michael If the other failures happened, can you fix it?
Yusuke Suzuki
Committed r281421 (240811@main): <https://commits.webkit.org/240811@main>
Radar WebKit Bug Importer
<rdar://problem/82222734>
Michael Catanzaro
(In reply to Yusuke Suzuki from comment #2)
> I will quickly fix it. But it is possible the subsequent tests would fail
> after it is fixed. It is hard to fix it in my side since I don't have old
> ICU environment.
> @Michael If the other failures happened, can you fix it?
Turns out there are no other failures. Thanks Yusuke!