Bug 143658 - Math.imul has wrong length in Safari 8.0.4
Summary: Math.imul has wrong length in Safari 8.0.4
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jordan Harband
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-12 23:04 PDT by Jordan Harband
Modified: 2015-04-15 16:16 PDT (History)
1 user (show)

See Also:


Attachments
Patch (4.23 KB, patch)
2015-04-15 15:44 PDT, Jordan Harband
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jordan Harband 2015-04-12 23:04:44 PDT
According to https://people.mozilla.org/~jorendorff/es6-draft.html#sec-math.imul, Math.imul should have a length of 2 since it takes two arguments. In Safari 8.0.4, it has a length of 1.
Comment 1 Jordan Harband 2015-04-15 15:44:26 PDT
Created attachment 250878 [details]
Patch
Comment 2 WebKit Commit Bot 2015-04-15 16:14:30 PDT
The commit-queue encountered the following flaky tests while processing attachment 250878 [details]:

transitions/default-timing-function.html bug 138901 (author: simon.fraser@apple.com)
compositing/overflow/overflow-compositing-descendant.html bug 116485 (authors: mihaip@chromium.org, rniwa@webkit.org, and simon.fraser@apple.com)
The commit-queue is continuing to process your patch.
Comment 3 WebKit Commit Bot 2015-04-15 16:15:58 PDT
Comment on attachment 250878 [details]
Patch

Clearing flags on attachment: 250878

Committed r182868: <http://trac.webkit.org/changeset/182868>
Comment 4 WebKit Commit Bot 2015-04-15 16:16:01 PDT
All reviewed patches have been landed.  Closing bug.