Bug 177326
Summary: | test262: Hangs on Array tests length-exceeding-integer-limit-with-object.js and length-near-integer-limit.js | ||
---|---|---|---|
Product: | WebKit | Reporter: | Joseph Pecoraro <joepeck> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | ashvayka, fpizlo, joepeck, mark.lam, msaboff, saam, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Joseph Pecoraro
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Joseph Pecoraro
> 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
Skipped these tests in:
https://trac.webkit.org/changeset/222354/webkit
Leaving this bug open to track a fix.
Radar WebKit Bug Importer
<rdar://problem/34582222>
Alexey Shvayka
(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 ***