[Webkit-unassigned] [Bug 185918] test262/Runner.pm: randomize tests for performance

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 28 20:36:31 PDT 2018


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

Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |darin at apple.com

--- Comment #4 from Darin Adler <darin at apple.com> ---
I think that using randomness is OK to achieve this. But it just needs to be one-time randomness with the results stored in the repository, rather than "every time the tests are run" randomness.

Choosing a different set every time we run tests can make problems with one test affecting another into hard-to-reproduce flakiness. And we’d like to avoid that even if it’s unlikely.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180529/58c1898f/attachment-0001.html>


More information about the webkit-unassigned mailing list