RESOLVED FIXED 111337
Web Inspector: Add a renderer process memory size test.
https://bugs.webkit.org/show_bug.cgi?id=111337
Summary Web Inspector: Add a renderer process memory size test.
Alexei Filippov
Reported 2013-03-04 09:02:10 PST
Add a renderer process memory size test.
Attachments
Patch (3.20 KB, patch)
2013-03-04 09:05 PST, Alexei Filippov
no flags
Patch (3.00 KB, patch)
2013-03-05 04:23 PST, Alexei Filippov
no flags
Alexei Filippov
Comment 1 2013-03-04 09:05:15 PST
Yury Semikhatsky
Comment 2 2013-03-05 04:06:29 PST
Comment on attachment 191256 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=191256&action=review > Source/WebKit/chromium/src/js/Tests.js:333 > + checkFuzzyValue(memoryBlock.size, 8000 * KB, 0.5); We should allow for a broader range otherwise it is bound to be flaky. I think it would be enough to check that it is >1Mb and < 1.5Gb or something.
Alexei Filippov
Comment 3 2013-03-05 04:23:21 PST
Comment on attachment 191256 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=191256&action=review >> Source/WebKit/chromium/src/js/Tests.js:333 >> + checkFuzzyValue(memoryBlock.size, 8000 * KB, 0.5); > > We should allow for a broader range otherwise it is bound to be flaky. I think it would be enough to check that it is >1Mb and < 1.5Gb or something. 1.5GB??? For a fresh renderer process??? Ok!
Alexei Filippov
Comment 4 2013-03-05 04:23:43 PST
WebKit Review Bot
Comment 5 2013-03-05 06:08:31 PST
Comment on attachment 191464 [details] Patch Clearing flags on attachment: 191464 Committed r144755: <http://trac.webkit.org/changeset/144755>
WebKit Review Bot
Comment 6 2013-03-05 06:08:35 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.