<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:ossy@webkit.org" title="Csaba Osztrogonác <ossy@webkit.org>"> <span class="fn">Csaba Osztrogonác</span></a>
</span> changed
<a class="bz_bug_link
bz_status_NEW "
title="NEW - js/stringimpl-to-jsstring-on-large-strings tests consume huge memory"
href="https://bugs.webkit.org/show_bug.cgi?id=159807">bug 159807</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">CC</td>
<td>
</td>
<td>fpizlo@apple.com
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - js/stringimpl-to-jsstring-on-large-strings tests consume huge memory"
href="https://bugs.webkit.org/show_bug.cgi?id=159807#c5">Comment # 5</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - js/stringimpl-to-jsstring-on-large-strings tests consume huge memory"
href="https://bugs.webkit.org/show_bug.cgi?id=159807">bug 159807</a>
from <span class="vcard"><a class="email" href="mailto:ossy@webkit.org" title="Csaba Osztrogonác <ossy@webkit.org>"> <span class="fn">Csaba Osztrogonác</span></a>
</span></b>
<pre>(In reply to <a href="show_bug.cgi?id=159807#c4">comment #4</a>)
<span class="quote">> 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?</span >
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:
<a href="https://trac.webkit.org/browser/trunk/Tools/Scripts/run-jsc-stress-tests#L1697">https://trac.webkit.org/browser/trunk/Tools/Scripts/run-jsc-stress-tests#L1697</a>
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.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>