<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:ossy&#64;webkit.org" title="Csaba Osztrogonác &lt;ossy&#64;webkit.org&gt;"> <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>
               &nbsp;
           </td>
           <td>fpizlo&#64;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&#64;webkit.org" title="Csaba Osztrogonác &lt;ossy&#64;webkit.org&gt;"> <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">&gt; The problem is this bug only crashed JSC when dealing with strings larger
&gt; than 2gb.
&gt; 
&gt; We need bugs like this to be covered but we can't have these tests break
&gt; other tests.
&gt; 
&gt; Ossy, is there any way to make some tests sequential instead of running in
&gt; 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>