[Webkit-unassigned] [Bug 230889] Fix rounding issue in run-jsc-stress-tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 28 04:22:09 PDT 2021


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

--- Comment #2 from Geza Lore <glore at igalia.com> ---
Sometimes ceil(N/K) == ceil(N/(K-1)), plus Ruby Array.slice gives you a nil if the start offset is past the end. This fixes the crashes arising when you did hit that rare combination of N (number of tests) and K (number of parallel processes).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210928/8692f8e7/attachment.htm>


More information about the webkit-unassigned mailing list