[Webkit-unassigned] [Bug 152340] [Streams API] [GTK] Problem running imported/w3c/web-platform-tests/streams-api/readable-streams/templated.html with JIT active in worker

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 17 08:14:13 PST 2015


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

--- Comment #3 from youenn fablet <youennf at gmail.com> ---
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 < 2; i++) {
  promise_test(t => {

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

    return new Promise(resolve => step_timeout(resolve, 500));

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

done();

-- 
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/20151217/d1a022ae/attachment.html>


More information about the webkit-unassigned mailing list