[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
Wed Jul 20 07:44:38 PDT 2016


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

Csaba Osztrogonác <ossy at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fpizlo at apple.com

--- Comment #5 from Csaba Osztrogonác <ossy at webkit.org> ---
(In reply to comment #4)
> The problem is this bug only crashed JSC when dealing with strings larger
> than 2gb.
> 
> We need bugs like this to be covered but we can't have these tests break
> other tests.
> 
> Ossy, is there any way to make some tests sequential instead of running in
> parallel with everything else? Any other idea to solve this?

run-jsc-stress-tests uses GNU make (-jXXX) to run tests 
parallel, there is no way to prevent running them parallel
without giant hacks in prepareMakeTestRunner:
https://trac.webkit.org/browser/trunk/Tools/Scripts/run-jsc-stress-tests#L1697

Do we really need to run these test in all configurations?
- default 
- no-llint
- no-cjit
- dfg-eager-no-cjit

I suggest skipping them until we find a better fix.

-- 
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/20160720/d51dbe8f/attachment.html>


More information about the webkit-unassigned mailing list