Bug 245756
| Summary: | REGRESSION (254780@main): [ Test262 ] 8 Test262 tests consistently fail | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Karl Rackler <rackler> |
| Component: | New Bugs | Assignee: | Yusuke Suzuki <ysuzuki> |
| 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 | ||
Karl Rackler
Description:
8 Test262 consistently fail on the bots.
The first build to fail, https://build.webkit.org/#/builders/373/builds/8665, was at 254780@main.
Build History:
https://build.webkit.org/#/builders/373?numbuilds=150
---------------NEW FAILING TESTS SUMMARY---------------
FAIL test/built-ins/Temporal/PlainDate/prototype/since/roundingincrement-non-integer.js (default)
Full Output:
Exception: RangeError: roundingIncrement is out of range
since@[native code]
global code@/Volumes/Data/worker/Apple-Monterey-Release-Test262-Tests/build/JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/since/roundingincrement-non-integer.js:16:27
FAIL test/built-ins/Temporal/PlainDate/prototype/since/roundingincrement-non-integer.js (strict mode)
Full Output:
Exception: RangeError: roundingIncrement is out of range
since@[native code]
global code@/Volumes/Data/worker/Apple-Monterey-Release-Test262-Tests/build/JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/since/roundingincrement-non-integer.js:17:27
FAIL test/built-ins/Temporal/PlainDate/prototype/since/roundingincrement-wrong-type.js (default)
Full Output:
Exception: RangeError: roundingIncrement is out of range
since@[native code]
@/Volumes/Data/worker/Apple-Monterey-Release-Test262-Tests/build/JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/since/roundingincrement-wrong-type.js:22:37
checkRoundingIncrementOptionWrongType@/var/folders/sw/7sr9zzm17ns_j2k1276zbq7m0000gn/T/mSNLV492Gb/JWK45cW4Q2:417:33
global code@/Volumes/Data/worker/Apple-Monterey-Release-Test262-Tests/build/JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/since/roundingincrement-wrong-type.js:21:54
FAIL test/built-ins/Temporal/PlainDate/prototype/since/roundingincrement-wrong-type.js (strict mode)
Full Output:
Exception: RangeError: roundingIncrement is out of range
since@[native code]
checkRoundingIncrementOptionWrongType@/var/folders/sw/7sr9zzm17ns_j2k1276zbq7m0000gn/T/mSNLV492Gb/JWK45cW4Q2:417:33
global code@/Volumes/Data/worker/Apple-Monterey-Release-Test262-Tests/build/JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/since/roundingincrement-wrong-type.js:22:54
FAIL test/built-ins/Temporal/PlainDate/prototype/until/roundingincrement-non-integer.js (default)
Full Output:
Exception: RangeError: roundingIncrement is out of range
until@[native code]
global code@/Volumes/Data/worker/Apple-Monterey-Release-Test262-Tests/build/JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/until/roundingincrement-non-integer.js:16:29
FAIL test/built-ins/Temporal/PlainDate/prototype/until/roundingincrement-non-integer.js (strict mode)
Full Output:
Exception: RangeError: roundingIncrement is out of range
until@[native code]
global code@/Volumes/Data/worker/Apple-Monterey-Release-Test262-Tests/build/JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/until/roundingincrement-non-integer.js:17:29
FAIL test/built-ins/Temporal/PlainDate/prototype/until/roundingincrement-wrong-type.js (default)
Full Output:
Exception: RangeError: roundingIncrement is out of range
until@[native code]
@/Volumes/Data/worker/Apple-Monterey-Release-Test262-Tests/build/JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/until/roundingincrement-wrong-type.js:22:39
checkRoundingIncrementOptionWrongType@/var/folders/sw/7sr9zzm17ns_j2k1276zbq7m0000gn/T/mSNLV492Gb/ap4FecyZOW:417:33
global code@/Volumes/Data/worker/Apple-Monterey-Release-Test262-Tests/build/JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/until/roundingincrement-wrong-type.js:21:54
FAIL test/built-ins/Temporal/PlainDate/prototype/until/roundingincrement-wrong-type.js (strict mode)
Full Output:
Exception: RangeError: roundingIncrement is out of range
until@[native code]
checkRoundingIncrementOptionWrongType@/var/folders/sw/7sr9zzm17ns_j2k1276zbq7m0000gn/T/mSNLV492Gb/ap4FecyZOW:417:33
global code@/Volumes/Data/worker/Apple-Monterey-Release-Test262-Tests/build/JSTests/test262/test/built-ins/Temporal/PlainDate/prototype/until/roundingincrement-wrong-type.js:22:54
---------------------------------------------------------
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/100480438>
Yusuke Suzuki
Pull request: https://github.com/WebKit/WebKit/pull/4778
EWS
Committed 254941@main (b3d1660f59a6): <https://commits.webkit.org/254941@main>
Reviewed commits have been landed. Closing PR #4778 and removing active labels.