RESOLVED DUPLICATE of bug 211205 177326
test262: Hangs on Array tests length-exceeding-integer-limit-with-object.js and length-near-integer-limit.js
https://bugs.webkit.org/show_bug.cgi?id=177326
Summary test262: Hangs on Array tests length-exceeding-integer-limit-with-object.js a...
Joseph Pecoraro
Reported 2017-09-21 14:43:36 PDT
The test262 bot is seeing hangs on Debug bots running some tests: > test262/test/built-ins/Array/prototype/reverse/length-exceeding-integer-limit-with-object.js > test262/test/built-ins/Array/prototype/pop/length-near-integer-limit.js > test262/test/built-ins/Array/prototype/push/length-near-integer-limit.js > test262/test/built-ins/Array/prototype/unshift/length-near-integer-limit.js This is causing a 20min timeout on the Debug test262 bots. For example: https://build.webkit.org/builders/Apple%20El%20Capitan%20Debug%20Test262%20%28Tests%29/builds/3203
Attachments
Joseph Pecoraro
Comment 1 2017-09-21 14:46:33 PDT
> test262/test/built-ins/Array/prototype/reverse/length-exceeding-integer-limit-with- > test262/test/built-ins/Array/prototype/unshift/length-near-integer-limit.js Actually just these two. The others error immediately and fail. I'll skip these for now and use this bug to track the failures.
Joseph Pecoraro
Comment 2 2017-09-21 14:59:34 PDT
Skipped these tests in: https://trac.webkit.org/changeset/222354/webkit Leaving this bug open to track a fix.
Radar WebKit Bug Importer
Comment 3 2017-09-21 15:00:12 PDT
Alexey Shvayka
Comment 4 2020-08-30 13:35:15 PDT
(In reply to Joseph Pecoraro from comment #0) > test262/test/built-ins/Array/prototype/reverse/length-exceeding-integer-limit-with-object.js > test262/test/built-ins/Array/prototype/pop/length-near-integer-limit.js > test262/test/built-ins/Array/prototype/push/length-near-integer-limit.js > test262/test/built-ins/Array/prototype/unshift/length-near-integer-limit.js ToLength called on values near/exceeding 2 ** 53 - 1 was aligned with the spec in r260990, fixing these tests. *** This bug has been marked as a duplicate of bug 211205 ***
Note You need to log in before you can comment on or make changes to this bug.