[Webkit-unassigned] [Bug 29220] New: run-webkit-tests needs a --repeat-each=N option

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 11 19:02:25 PDT 2009


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

           Summary: run-webkit-tests needs a --repeat-each=N option
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org


run-webkit-tests needs a --repeat-each=N option which will repeat each test N
times.

so:

run-webkit-tests foo.html bar.html --repeat-each=N
would do:

foo -> passed
foo -> passed
bar -> passed
bar -> passed

This is useful for finding flakey tests (like
https://bugs.webkit.org/show_bug.cgi?id=28845#c35) or tests which are causing
later tests to fail.  It also could be useful for finding tests which fail if
their resources are already cached, etc.

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



More information about the webkit-unassigned mailing list