aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* move test summary to end on terminal, after the multiple pages of failure inf...Matti Picus2017-10-281-1/+1
* Don't interpret exitcode 5 (no tests were run) as a failureRonan Lamy2016-11-151-8/+8
* fix for windowsmattip2016-03-121-2/+2
* when running tests in parallel, restrict make to a single coremattip2016-03-111-0/+5
* hack test runner to log wall time to debug buildbot getting kill signalmattip2016-03-091-1/+2
* getsignalname(6) -> SIGABRT, not SIGIOT (strange synonym)Armin Rigo2015-03-251-1/+3
* try harder to avoid windows-app crashes opening a dialog box under buildbotsmattip2014-08-291-1/+2
* typomattip2014-06-121-1/+1
* whoops on parallel_runs of testsmattip2014-06-121-2/+2
* document more of the test environmentmattip2014-06-111-1/+5
* Test fixArmin Rigo2013-11-291-1/+1
* Try to report where a sys.exit(1) comes fromArmin Rigo2013-11-291-1/+4
* collect subdirectories of test directoriesDavid Schneider2013-05-051-1/+1
* Check if base directory exists while collecting testsDavid Schneider2013-03-301-2/+5
* disable junitxml generation as it seems not to be used and currently does not...David Schneider2012-07-061-1/+1
* Backed out changeset 2ad609c205d8David Schneider2012-07-051-5/+1
* do not consider the file pypy/test_all.py as a test_xxx.py test file when col...David Schneider2012-07-051-1/+5
* merge from defaultRonny Pfannschmidt2012-04-091-2/+5
|\
| * remove warning while running runner.pymattip2012-02-271-2/+5
* | testrunner: also generate junitxml for each test driver instanceRonny Pfannschmidt2012-03-021-1/+4
|/
* prevent system error dialog on windowsmattip2011-12-201-0/+10
* inline testrunnerRonny Pfannschmidt2011-03-191-0/+393