Bug 161953 - test262: Array.prototype.slice should always set length
Summary: test262: Array.prototype.slice should always set length
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Joseph Pecoraro
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-14 02:18 PDT by Joseph Pecoraro
Modified: 2016-09-14 09:49 PDT (History)
5 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (2.98 KB, patch)
2016-09-14 02:19 PDT, Joseph Pecoraro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2016-09-14 02:18:54 PDT
test262/test/built-ins/Array/prototype/splice/set_length_no_args.js

We should always be setting the length on the this value, even if it is not changing and called with no arguments.
Comment 1 Joseph Pecoraro 2016-09-14 02:19:43 PDT
Created attachment 288789 [details]
[PATCH] Proposed Fix
Comment 2 WebKit Commit Bot 2016-09-14 09:49:08 PDT
Comment on attachment 288789 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 288789

Committed r205910: <http://trac.webkit.org/changeset/205910>
Comment 3 WebKit Commit Bot 2016-09-14 09:49:12 PDT
All reviewed patches have been landed.  Closing bug.