[Webkit-unassigned] [Bug 16869] run-webkit-tests should have a --random switch to run tests in random order

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 14 10:10:57 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=16869


ddkilzer at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #18439|1                           |0
        is obsolete|                            |




------- Comment #5 from ddkilzer at webkit.org  2008-01-14 10:10 PDT -------
(From update of attachment 18439)
Great!

>+    'random' => sub { $randomizeTests = 1; },

This should be declared as follows since it's boolean and to allow for
"--no-random":

>+    'random!' => \$randomizeTests,

Needs a ChangeLog.

r=me assuming the above two issues are fixed.

Once this lands, we need a way to make a given randomization repeatable, e.g.,
by writing out the order into a text file.  We should also be able to reduce
the failure to the minimum set of test cases needed reproduce it.  I'll file a
follow-up bug.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list