WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
150053
Refactor test suites to a separate class
https://bugs.webkit.org/show_bug.cgi?id=150053
Summary
Refactor test suites to a separate class
Jon Lee
Reported
2015-10-12 15:17:07 PDT
Refactor test suites to a separate class
Attachments
Patch
(10.47 KB, patch)
2015-10-12 15:20 PDT
,
Jon Lee
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2015-10-12 15:17:39 PDT
<
rdar://problem/23078645
>
Jon Lee
Comment 2
2015-10-12 15:20:11 PDT
Created
attachment 262927
[details]
Patch
Dean Jackson
Comment 3
2015-10-12 15:33:08 PDT
Comment on
attachment 262927
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=262927&action=review
> PerformanceTests/Animometer/runner/resources/animometer.js:120 > + var suiteDiv = document.createDocumentFragment();
Is there a reason you didn't create a "div"?
Said Abou-Hallawa
Comment 4
2015-10-12 15:51:53 PDT
Comment on
attachment 262927
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=262927&action=review
> PerformanceTests/Animometer/runner/resources/animometer.js:67 > + enabledSuites.push(checkbox.suite);
Is there a reason why we can not use enabledSuites.push(Suites[i])?
> PerformanceTests/Animometer/runner/resources/animometer.js:125 > + checkbox.suite = suite;
I am not sure about the cost of this assignment. Do we make a copy of the suite structure and assign it in the suite member of the checkbox variable?
> PerformanceTests/ChangeLog:30 > +
informal r=me
Jon Lee
Comment 5
2015-10-12 16:22:56 PDT
Committed
r190902
: <
http://trac.webkit.org/changeset/190902
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug