Bug 232949 - REGRESSION (r285418): [Catalina WK2 Perf] Intl/numberformat-create-all-options.html and Intl/numberformat-format-all-options.html failing
Summary: REGRESSION (r285418): [Catalina WK2 Perf] Intl/numberformat-create-all-optio...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-11-10 10:01 PST by Ryan Haddad
Modified: 2021-11-10 10:45 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Haddad 2021-11-10 10:01:01 PST
The following two tests are failing on the Catalina WK2 Performance bot

Running Intl/numberformat-create-all-options.html (112 of 202)
ERROR: Got an exception while running test.run with name=RangeError, message=useGrouping must be either true, false, "min2", "auto", or "always"
FAILED
Finished: 0.736257 s

Running Intl/numberformat-format-all-options.html (114 of 202)
FAILED
Finished: 605.018494 s

https://build.webkit.org/#/builders/20/builds/1989
Comment 1 Radar WebKit Bug Importer 2021-11-10 10:01:22 PST
<rdar://problem/85258869>
Comment 2 Ryan Haddad 2021-11-10 10:02:06 PST
This probably broke with https://trac.webkit.org/changeset/285418/webkit
Comment 3 Yusuke Suzuki 2021-11-10 10:34:23 PST
The spec & the implementation is updated, so this test is broken.
Comment 4 Yusuke Suzuki 2021-11-10 10:45:35 PST
Committed r285590 (244098@main): <https://commits.webkit.org/244098@main>