Bug 232949
Summary: | REGRESSION (r285418): [Catalina WK2 Perf] Intl/numberformat-create-all-options.html and Intl/numberformat-format-all-options.html failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bot-watchers-bugzilla, webkit-bug-importer, ysuzuki |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=215438 |
Ryan Haddad
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
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/85258869>
Ryan Haddad
This probably broke with https://trac.webkit.org/changeset/285418/webkit
Yusuke Suzuki
The spec & the implementation is updated, so this test is broken.
Yusuke Suzuki
Committed r285590 (244098@main): <https://commits.webkit.org/244098@main>