Bug 16872 - Need the ability to replay a randomized list of tests
Summary: Need the ability to replay a randomized list of tests
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Enhancement
Assignee: Nobody
URL:
Keywords:
Depends on: 16869
Blocks: 16873
  Show dependency treegraph
 
Reported: 2008-01-14 10:16 PST by David Kilzer (:ddkilzer)
Modified: 2015-09-08 11:04 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 2008-01-14 10:16:02 PST
Once the fix for Bug 16869 lands, we need a way to record and reply a randomized list of tests easily.  The simplest way would be to write out a file with the list of tests, then add a mechanism to run-webkit-tests to use that file for its test order (unless it already does that).
Comment 1 BJ Burg 2015-09-08 11:04:38 PDT
The replay-part should be mostly handled by 

Tools/Scripts/run-webkit-tests --test-file=FILE

Although it might re-segment the tests in some arbitrary way unless you specify --run-singly. I think for purposes of automatically bisecting, you would want run-webkit-tests to dump a per-worker list of executed tests.