aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* venv uses Scripts now on win32Matti Picus2020-03-201-2/+1
* virtualenv 20 seems to have changed the name of the targetMatti Picus2020-02-131-1/+3
* add project to info reported to buildbotMatti Picus2020-02-051-0/+1
* shorten timeout to help s390x tests finish faster. We should also fix the fai...Matti Picus2019-12-241-1/+1
* typo (thanks Ronan)Matti Picus2019-08-101-2/+2
* fix for latest virtualenv HEADMatti Picus2019-08-101-2/+3
* the virtualenv issue was resolved so now win32 uses venv/Scripts/pypy-c.exeMatti Picus2019-05-271-2/+1
* record test durations - why is win32 so slow?Matti Picus2018-10-121-0/+1
* Fix for pypy2?Armin Rigo2017-12-301-1/+1
* pypy uses bin not Scripts, https://github.com/pypa/virtualenv/issues/789Matti Picus2017-12-301-6/+13
* Add testrunner/get_info.py script for the buildbotRonan Lamy2017-11-061-0/+24
* move test summary to end on terminal, after the multiple pages of failure inf...Matti Picus2017-10-281-1/+1
* Make these files executableArmin Rigo2017-03-132-0/+0
* fixes, also add app_level_tests.pyArmin Rigo2017-03-133-5/+42
* Check in here test runners for the lib-python and the pypyjit stepsArmin Rigo2017-03-132-0/+51
* update testrunner testsRonan Lamy2016-11-152-24/+23
* Don't use deprecated __multicall__Ronan Lamy2016-11-151-2/+4
* 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-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