<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [Streams API] [GTK] Problem running imported/w3c/web-platform-tests/streams-api/readable-streams/templated.html with JIT active in worker"
   href="https://bugs.webkit.org/show_bug.cgi?id=152340#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [Streams API] [GTK] Problem running imported/w3c/web-platform-tests/streams-api/readable-streams/templated.html with JIT active in worker"
   href="https://bugs.webkit.org/show_bug.cgi?id=152340">bug 152340</a>
              from <span class="vcard"><a class="email" href="mailto:youennf&#64;gmail.com" title="youenn fablet &lt;youennf&#64;gmail.com&gt;"> <span class="fn">youenn fablet</span></a>
</span></b>
        <pre>This further simplified version is also timing out for me.

//////// test.js //////// 
var a = [];

// Changing from 2 to 1 makes the test pass.
for (let i = 0; i &lt; 2; i++) {
  promise_test(t =&gt; {

    for (let j = 0; j &lt; 10000; j++)
      a.push(new Promise(function() {}));

    return new Promise(resolve =&gt; step_timeout(resolve, 500));

  }, 'Streams and promises in Worker');
}

done();</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>