aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-292-2/+2
* 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-062-3/+3
* 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
* testrunner: add the script i used for creating file timesRonny Pfannschmidt2012-05-211-0/+59
* testrunner: add a junitxml merging scriptRonny Pfannschmidt2012-05-211-0/+49
* 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-022-2/+8
* | testrunner: only do the monkeypatching in scratchbox if its requiredRonny Pfannschmidt2012-03-021-7/+7
* | fix the remaining testrunner issuesRonny Pfannschmidt2012-01-211-1/+3
* | use funcargs in the testrunner test to ease having recoverable outputRonny Pfannschmidt2012-01-212-25/+26
|/
* prevent system error dialog on windowsmattip2011-12-201-0/+10
* inline testrunnerRonny Pfannschmidt2011-03-1910-0/+884