Bug 245756

Summary: REGRESSION (254780@main): [ Test262 ] 8 Test262 tests consistently fail
Product: WebKit Reporter: Karl Rackler <rackler>
Component: New BugsAssignee: 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   

Description Karl Rackler 2022-09-27 15:53:20 PDT
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

---------------------------------------------------------
Comment 1 Radar WebKit Bug Importer 2022-09-27 15:53:49 PDT
<rdar://problem/100480438>
Comment 2 Yusuke Suzuki 2022-09-27 17:01:21 PDT
Pull request: https://github.com/WebKit/WebKit/pull/4778
Comment 3 EWS 2022-09-27 20:35:45 PDT
Committed 254941@main (b3d1660f59a6): <https://commits.webkit.org/254941@main>

Reviewed commits have been landed. Closing PR #4778 and removing active labels.