new-run-webkit-tests --child-processes=1 Will run all tests in the main thread with a single DRT process.
One of the things I would like to fix before foisting new-run-webkit-tests onto everyone is to make the --help much clearer. :) -eric On Mon, Apr 19, 2010 at 12:13 PM, Alexey Proskuryakov <[email protected]> wrote: > > On 18.04.2010, at 23:57, Eric Seidel wrote: > >> If you're on a Mac and would like to experience sub-3-minute layout >> test runs and are willing to deal with a few bugs, try >> new-run-webkit-tests instead of run-webkit-tests next time you run the >> tests. We'd love to see questions/comments/complaints you have. > > > Is it possible to NOT run the tests in parallel? A useful method for dealing > with flaky tests is to repeat them many times, and running them sequentially > is better for this use case. > > run-webkit-tests --repeat-each 100 http/tests/appcache # uh-oh, filing a bug > > - WBR, Alexey Proskuryakov > > _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

