[Webkit-unassigned] [Bug 214589] New: REGRESSION(r264639): Intl.DisplayNames tests failing on all architectures

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 21 05:11:02 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=214589

            Bug ID: 214589
           Summary: REGRESSION(r264639): Intl.DisplayNames tests failing
                    on all architectures
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mcatanzaro at gnome.org
                CC: ysuzuki at apple.com

The new tests added in r264639 are failing in all architectures (aarch64, ppc64le, and s390x) on Red Hat's internal cloop CI. (x86_64 is currently broken due to bug #214491.)

Running stress/intl-displaynames.js.default
stress/intl-displaynames.js.default: Exception: Error: bad value: BZ
stress/intl-displaynames.js.default: shouldBe at intl-displaynames.js:4:24
stress/intl-displaynames.js.default: global code at intl-displaynames.js:47:13
stress/intl-displaynames.js.default: ERROR: Unexpected exit code: 3
FAIL: stress/intl-displaynames.js.default

Running stress/intl-parse-unicode-subtags.js.default
stress/intl-parse-unicode-subtags.js.default: Exception: Error: bad value: Simplified Chinese (Hong Kong SAR China)
stress/intl-parse-unicode-subtags.js.default: shouldBe at intl-parse-unicode-subtags.js:4:24
stress/intl-parse-unicode-subtags.js.default: global code at intl-parse-unicode-subtags.js:53:17
stress/intl-parse-unicode-subtags.js.default: ERROR: Unexpected exit code: 3
FAIL: stress/intl-parse-unicode-subtags.js.default

I'll haven't looked closely yet, but I suspect the test results are making assumptions about the ICU version in use. In the past, we've had to work around these by modifying the test itself to expect multiple possibilities.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200721/9b92546a/attachment.htm>


More information about the webkit-unassigned mailing list