RESOLVED FIXED Bug 50751
Change the --multi-load test option to --stress-opt
https://bugs.webkit.org/show_bug.cgi?id=50751
Summary Change the --multi-load test option to --stress-opt
Søren Gjesse
Reported 2010-12-09 05:18:10 PST
The V8 shell has the option --stress-opt which does multiple loads together with changing JavaScript flags for stressing V8 optimizations. This provides a simpler way for stressing than the --multi-load together with --js-flags holding an array of JavaScript flags. As the stressing is exposed in a V8 API the means stressing can be controlled from a single place. Therefore when running the WebKit tests with the chromium DumpRenderTree the --stress-opt option should be used as well.
Attachments
Patch (11.67 KB, patch)
2010-12-09 05:41 PST, Søren Gjesse
no flags
Patch (11.55 KB, patch)
2011-01-03 07:46 PST, Søren Gjesse
no flags
Patch (11.56 KB, patch)
2011-01-04 00:23 PST, Søren Gjesse
no flags
Søren Gjesse
Comment 1 2010-12-09 05:41:28 PST
WebKit Review Bot
Comment 2 2010-12-09 05:56:23 PST
Søren Gjesse
Comment 3 2011-01-03 07:46:21 PST
Tony Chang
Comment 4 2011-01-03 08:55:24 PST
Comment on attachment 77811 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=77811&action=review LGTM if you fix the typo mentioned. > Tools/DumpRenderTree/chromium/DumpRenderTree.cpp:92 > + v8::Testing::SetStressRunType(v8::Testing::kStressTypeOpt); This should be kStressTypeDepot, right?
Søren Gjesse
Comment 5 2011-01-04 00:21:25 PST
(In reply to comment #4) > (From update of attachment 77811 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=77811&action=review > > LGTM if you fix the typo mentioned. > > > Tools/DumpRenderTree/chromium/DumpRenderTree.cpp:92 > > + v8::Testing::SetStressRunType(v8::Testing::kStressTypeOpt); > > This should be kStressTypeDepot, right? It sure should, good catch.
Søren Gjesse
Comment 6 2011-01-04 00:23:33 PST
WebKit Review Bot
Comment 7 2011-01-04 14:19:19 PST
Comment on attachment 77868 [details] Patch Rejecting attachment 77868 [details] from commit-queue. sgjesse@chromium.org does not have committer permissions according to http://trac.webkit.org/browser/trunk/Tools/Scripts/webkitpy/common/config/committers.py. - If you do not have committer rights please read http://webkit.org/coding/contributing.html for instructions on how to use bugzilla flags. - If you have committer rights please correct the error in Tools/Scripts/webkitpy/common/config/committers.py by adding yourself to the file (no review needed). The commit-queue restarts itself every 2 hours. After restart the commit-queue will correctly respect your committer rights.
Tony Chang
Comment 8 2011-01-04 14:20:33 PST
Comment on attachment 77868 [details] Patch let me try
WebKit Commit Bot
Comment 9 2011-01-04 18:09:44 PST
Comment on attachment 77868 [details] Patch Clearing flags on attachment: 77868 Committed r75036: <http://trac.webkit.org/changeset/75036>
WebKit Commit Bot
Comment 10 2011-01-04 18:09:51 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.