summaryrefslogtreecommitdiffstats
path: root/tools/parallel_launcher
Commit message (Collapse)AuthorAgeFilesLines
* GTTF: Make it possible to run ui_tests in parallel by making each browser ↵phajdan.jr@chromium.org2010-09-241-0/+3
| | | | | | | | | | | | | | | | instance log to its own log file. Otherwise each launched browser would overwrite the shared log. The test infrastructure relies on the log file to detect assertion failures. BUG=54098 TEST=none Review URL: http://codereview.chromium.org/3405025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60441 0039d316-1c4b-4281-b951-d872f2087c98
* Transparently handle outer sharding in parallel test launcher.phajdan.jr@chromium.org2010-09-151-2/+20
| | | | | | | | | BUG=54098 TEST=none Review URL: http://codereview.chromium.org/3450003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59549 0039d316-1c4b-4281-b951-d872f2087c98
* GTTF: Make the parallel launcher use different ports for test https servers ↵phajdan.jr@chromium.org2010-09-151-1/+4
| | | | | | | | | | | for different shards. BUG=54098 TEST=none Review URL: http://codereview.chromium.org/3452001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59547 0039d316-1c4b-4281-b951-d872f2087c98
* GTTF: Parallel launcher: allow passing command-line flags to the child process.phajdan.jr@chromium.org2010-09-091-3/+8
| | | | | | | | TEST=none BUG=54098 Review URL: http://codereview.chromium.org/3302020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59001 0039d316-1c4b-4281-b951-d872f2087c98
* Make parallel test launcher print output as it's written by the child.phajdan.jr@chromium.org2010-09-071-8/+61
| | | | | | | | | | | Add protection against hang when the child leaks a process. BUG=54098 TEST=none Review URL: http://codereview.chromium.org/3360008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58741 0039d316-1c4b-4281-b951-d872f2087c98
* Basic parallel test launcher.phajdan.jr@chromium.org2010-09-021-0/+72
BUG=54098 TEST=none Review URL: http://codereview.chromium.org/3329003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58418 0039d316-1c4b-4281-b951-d872f2087c98