[Webkit-unassigned] [Bug 159807] js/stringimpl-to-jsstring-on-large-strings tests consume huge memory

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 18 05:35:29 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=159807

--- Comment #3 from Csaba Osztrogonác <ossy at webkit.org> ---
(In reply to comment #1)
> > when I exectuted run-javascriptcore-tests. :(
> 
> This should affect run-webkit-tests too, correct?

It could, but the problem is bigger with run-javascriptcore-tests, because it
runs each test with different configurations parallel, for example:
Running jsc-layout-tests.yaml/js/script-tests/stringimpl-to-jsstring-on-large-strings-2.js.layout
Running jsc-layout-tests.yaml/js/script-tests/stringimpl-to-jsstring-on-large-strings-2.js.layout-no-llint
Running jsc-layout-tests.yaml/js/script-tests/stringimpl-to-jsstring-on-large-strings-2.js.layout-no-cjit
Running jsc-layout-tests.yaml/js/script-tests/stringimpl-to-jsstring-on-large-strings-2.js.layout-dfg-eager-no-cjit

It means that 4 copy of the same memory consuming test can run in the same time.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160718/0a4ba8f7/attachment.html>


More information about the webkit-unassigned mailing list