index
:
SCons.git
aix-xlc_r-is-for-threads
conftest-messages
linker-exists-when-compiler-exists
master
msvc11
msvs-express-2013
msvs-vcvars-caching
optimize-scan-path-subst-v2
pchdll
python3-port
python3raise
python3win32
rel_2.2.0
rel_2.3.0
rel_2.3.1
rel_2.3.2
rel_2.3.3
rel_2.3.4
rel_2.3.5
rel_2.3.6
rel_2.4.0
rel_2.4.1
rel_2.5.0
rel_2.5.1
rel_3.0.0
rel_3.0.1
release-2.1.0
switch_to_slots
test_bb
ziproot
SCons is an Open Source software construction tool—that is, a next-generation build tool.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtest.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update progress-printing for tools
Mats Wichmann
2025-03-22
1
-5/+3
*
Merge pull request #4642 from Repiteo/remove-python-3.6
William Deegan
2024-11-16
1
-1/+1
|
\
|
*
Remove Python 3.6 support
Thaddeus Crews
2024-11-16
1
-1/+1
*
|
Integrate `from __future__ import annotations`
Thaddeus Crews
2024-11-16
1
-4/+6
|
/
*
runtest.py now recognizes exit code 5
Mats Wichmann
2024-06-03
1
-1/+1
*
Incremental changes to runtest.py
Mats Wichmann
2023-07-22
1
-39/+52
*
Changes for Python 3.12 support
Mats Wichmann
2023-05-22
1
-2/+8
*
Use pathlib in runtest
Mats Wichmann
2023-05-08
1
-64/+62
*
Fix handling of posix paths containing backslash, and update tests
Ryan Saunders
2022-08-15
1
-4/+3
*
Remove unnecessary escaping from runtest.py
Ryan Saunders
2022-08-14
1
-11/+1
*
test runner: accept -j 0 to mean detect cpu count
Mats Wichmann
2022-02-04
1
-8/+23
*
Oops, attributed a contribution to the wrong person!
Mats Wichmann
2021-11-26
1
-1/+1
*
Fix sider complaints and add missed CHANGES.txt update
Mats Wichmann
2021-11-26
1
-1/+1
*
Fix tests to not hang on Windows with bad .py assoc
Mats Wichmann
2021-11-26
1
-24/+48
*
Some adjustments to runtest.py
Mats Wichmann
2021-11-10
1
-9/+25
*
fix --no-ignore-skips
William Deegan
2021-11-01
1
-1/+0
*
fix --no-ignore-skips
William Deegan
2021-11-01
1
-4/+5
*
Added --no-ignore-skips and changed default to only exit status 2 if this fla...
William Deegan
2021-11-01
1
-1/+6
*
[PR #3965] add TODO per review comment
Mats Wichmann
2021-06-30
1
-5/+8
*
[PR #3965] fix a couple of typo errors
Mats Wichmann
2021-06-29
1
-1/+1
*
Add AddOption tests and fix runtest.py
Mats Wichmann
2021-06-29
1
-3/+11
*
Fix (and simplify) starting tests in debugger [ci skip]
Mats Wichmann
2021-05-06
1
-6/+3
*
[PR #3822] fix typo, reword comment
Mats Wichmann
2020-11-08
1
-4/+4
*
runtest now writes a log of fails
Mats Wichmann
2020-11-07
1
-10/+32
*
[PR #3851] fix cut-n-paste error in previous fix
Mats Wichmann
2020-11-05
1
-2/+4
*
[PR #3821] fix editing error
Mats Wichmann
2020-11-05
1
-2/+0
*
[PR #3821] accomodate Py3.5 in pathlib use
Mats Wichmann
2020-11-05
1
-2/+10
*
Convert test runner to use argparse
Mats Wichmann
2020-11-04
1
-331/+286
*
Fix occasional test failures when running multiple jobs
Adam Gross
2020-10-13
1
-14/+23
*
Further runtest tweaks
Mats Wichmann
2020-10-04
1
-65/+36
*
Add selection options to test runner
Mats Wichmann
2020-10-02
1
-28/+56
*
correct copyright statement per mwichmann's feedback
William Deegan
2020-09-21
1
-1/+1
*
Fix runtest.py to check SCons dir instead of src dir. Missed this change duri...
William Deegan
2020-05-10
1
-5/+5
*
Reorganize the repo. Moved src/engine/SCons to ./SCons to be more in line wit...
William Deegan
2020-05-06
1
-1/+1
*
Address github review notes and sider issues
William Deegan
2020-04-11
1
-20/+2
*
drop runntest.py's run from packages. define SCONS_TOOLS_DIR and use that for...
William Deegan
2020-04-09
1
-78/+38
*
Fix scripts dirname typo
William Deegan
2020-04-09
1
-1/+1
*
update runtest.py to find scons in scripts
William Deegan
2020-04-09
1
-1/+1
*
Merge branch 'master' into runtest-devmode
William Deegan
2020-02-25
1
-147/+166
|
\
|
*
rutest cleanups and subprocess update
Mats Wichmann
2020-02-24
1
-148/+162
|
*
Fix runtest no-exec mode
Mats Wichmann
2020-02-24
1
-1/+4
*
|
Change devmode check to not exclude 3.7.0
Mats Wichmann
2020-02-20
1
-2/+2
*
|
Let test runner use new Dev. Mode
Mats Wichmann
2020-02-20
1
-4/+9
|
/
*
rm-py2: Remove "from __future__" from more places
Mats Wichmann
2020-02-20
1
-2/+0
*
Fix runtest.py to only run *Tests.py files under testing as well as under src...
William Deegan
2020-02-18
1
-1/+1
*
Get rid of remaining mktemp calls
Mats Wichmann
2019-12-30
1
-1/+0
*
[PR #3411] fix typo spotted by sider CI
Mats Wichmann
2019-08-02
1
-4/+4
*
Document and polish runtest.py
Mats Wichmann
2019-08-02
1
-44/+51
*
[PR #3330] do not use shell in subproc calls
Mats Wichmann
2019-03-29
1
-14/+16
*
Runtest improvements for multi-job runs
Mats Wichmann
2019-03-29
1
-160/+107
[next]