Bug 152091 - Rename ftl-object-* tests to ftl-polymorphic-*.
Summary: Rename ftl-object-* tests to ftl-polymorphic-*.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Lam
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-09 12:49 PST by Mark Lam
Modified: 2015-12-09 13:08 PST (History)
0 users

See Also:


Attachments
proposed patch. (19.14 KB, patch)
2015-12-09 12:58 PST, Mark Lam
saam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Lam 2015-12-09 12:49:05 PST
This is because those tests are actually testing the effects of polymorphic operands on performance, and not the correctness of operations on objects.
Comment 1 Mark Lam 2015-12-09 12:58:18 PST
Created attachment 267037 [details]
proposed patch.
Comment 2 Mark Lam 2015-12-09 13:08:42 PST
Thanks for the review.  Landed in r193855: <http://trac.webkit.org/r193855>.