https://codereview.chromium.org/1284683004/diff/1/test/mjsunit/regress/regress-crbug-518748.js
File test/mjsunit/regress/regress-crbug-518748.js (right):

https://codereview.chromium.org/1284683004/diff/1/test/mjsunit/regress/regress-crbug-518748.js#newcode8
test/mjsunit/regress/regress-crbug-518748.js:8: for (var i = 0; new
Worker('onmessage = function() {};'); i++) a[i] = i;
The regression test is kind of brittle, because if the workers finish
fast enough, there will never be more than 100 of them running in
parallel. We need some more reliable way to test that. Also a loop that
doesn't run infinitely but is bounded somehow would be better.

https://codereview.chromium.org/1284683004/

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to