summaryrefslogtreecommitdiff
path: root/runtest.py
Commit message (Expand)AuthorAgeFilesLines
* Use pathlib in runtestMats Wichmann2023-05-081-64/+62
* Fix handling of posix paths containing backslash, and update testsRyan Saunders2022-08-141-4/+3
* Remove unnecessary escaping from runtest.pyRyan Saunders2022-08-141-11/+1
* test runner: accept -j 0 to mean detect cpu countMats Wichmann2022-02-041-8/+23
* Oops, attributed a contribution to the wrong person!Mats Wichmann2021-11-261-1/+1
* Fix sider complaints and add missed CHANGES.txt updateMats Wichmann2021-11-261-1/+1
* Fix tests to not hang on Windows with bad .py assocMats Wichmann2021-11-261-24/+48
* Some adjustments to runtest.pyMats Wichmann2021-11-101-9/+25
* fix --no-ignore-skipsWilliam Deegan2021-11-011-1/+0
* fix --no-ignore-skipsWilliam Deegan2021-11-011-4/+5
* Added --no-ignore-skips and changed default to only exit status 2 if this fla...William Deegan2021-11-011-1/+6
* [PR #3965] add TODO per review commentMats Wichmann2021-06-301-5/+8
* [PR #3965] fix a couple of typo errorsMats Wichmann2021-06-291-1/+1
* Add AddOption tests and fix runtest.pyMats Wichmann2021-06-291-3/+11
* Fix (and simplify) starting tests in debugger [ci skip]Mats Wichmann2021-05-061-6/+3
* [PR #3822] fix typo, reword commentMats Wichmann2020-11-081-4/+4
* runtest now writes a log of failsMats Wichmann2020-11-071-10/+32
* [PR #3851] fix cut-n-paste error in previous fixMats Wichmann2020-11-051-2/+4
* [PR #3821] fix editing errorMats Wichmann2020-11-051-2/+0
* [PR #3821] accomodate Py3.5 in pathlib useMats Wichmann2020-11-051-2/+10
* Convert test runner to use argparseMats Wichmann2020-11-041-331/+286
* Fix occasional test failures when running multiple jobsAdam Gross2020-10-131-14/+23
* Further runtest tweaksMats Wichmann2020-10-041-65/+36
* Add selection options to test runnerMats Wichmann2020-10-021-28/+56
* correct copyright statement per mwichmann's feedbackWilliam Deegan2020-09-211-1/+1
* Fix runtest.py to check SCons dir instead of src dir. Missed this change duri...William Deegan2020-05-101-5/+5
* Reorganize the repo. Moved src/engine/SCons to ./SCons to be more in line wit...William Deegan2020-05-061-1/+1
* Address github review notes and sider issuesWilliam Deegan2020-04-111-20/+2
* drop runntest.py's run from packages. define SCONS_TOOLS_DIR and use that for...William Deegan2020-04-091-78/+38
* Fix scripts dirname typoWilliam Deegan2020-04-091-1/+1
* update runtest.py to find scons in scriptsWilliam Deegan2020-04-091-1/+1
* Merge branch 'master' into runtest-devmodeWilliam Deegan2020-02-251-147/+166
|\
| * rutest cleanups and subprocess updateMats Wichmann2020-02-241-148/+162
| * Fix runtest no-exec modeMats Wichmann2020-02-241-1/+4
* | Change devmode check to not exclude 3.7.0Mats Wichmann2020-02-201-2/+2
* | Let test runner use new Dev. ModeMats Wichmann2020-02-201-4/+9
|/
* rm-py2: Remove "from __future__" from more placesMats Wichmann2020-02-201-2/+0
* Fix runtest.py to only run *Tests.py files under testing as well as under src...William Deegan2020-02-181-1/+1
* Get rid of remaining mktemp callsMats Wichmann2019-12-301-1/+0
* [PR #3411] fix typo spotted by sider CIMats Wichmann2019-08-021-4/+4
* Document and polish runtest.pyMats Wichmann2019-08-021-44/+51
* [PR #3330] do not use shell in subproc callsMats Wichmann2019-03-291-14/+16
* Runtest improvements for multi-job runsMats Wichmann2019-03-291-160/+107
* Clean up some file opens, regex stringsMats Wichmann2019-03-071-7/+13
* [WIP] for #3304: drop use of -tt if py3Mats Wichmann2019-03-011-0/+2
* Drop -tt flag in runtest.pyMats Wichmann2019-03-011-1/+1
* More deletion of _JAVA_OPTIONS to runtest.py from travis startup files.William Deegan2018-08-301-0/+4
* Part of previous change restoredMats Wichmann2018-08-301-1/+1
* Rework the time.clock -> time.perf_counter changeMats Wichmann2018-08-301-3/+2
* Do not use time.clock for Py3 in runtestMats Wichmann2018-08-301-4/+8