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
*
move test files from QMTest to testing/framework. QMtest hasn't been used in ...
William Deegan
2018-04-30
1
-5/+3
*
Fix problem with Install and multiple dirs outside src tree.
Gary Oberbrunner
2018-01-05
1
-1/+1
*
Merge branch 'appveyor' of https://github.com/ajf58/scons into AppveyorCIScript
Daniel Moody
2017-12-22
1
-15/+6
|
\
|
*
Threading module should definitely be present. Don't try and soldier on witho...
Andrew Featherstone
2017-12-20
1
-15/+6
*
|
adding in JobTests.py workaround with the coverage testing, also updated runt...
Daniel Moody
2017-12-09
1
-6/+20
|
/
*
Changed to os.pathsep for fixture dirs
grbd
2017-06-21
1
-1/+1
*
Fix the directory seperator for Fixture directories to be windows compatible
grbd
2017-06-20
1
-1/+1
*
Fix issue where a blank line would lead to runtest.py dropping user into a py...
William Deegan
2017-04-09
1
-0/+1
*
change logic to drop ./ or .\ from front of specified test/testpath so logic ...
William Deegan
2017-04-03
1
-1/+7
*
Fix runtest.py to work with win32 paths specified as .\test\xyz
William Deegan
2017-04-03
1
-0/+3
*
Use print() function to fix py2/3
Craig Rodrigues
2017-03-10
1
-2/+2
*
start some changes to show pass/fail stats along with progress
William Deegan
2017-02-26
1
-3/+18
*
Moved fixture directory under #test.
William Blevins
2016-09-24
1
-1/+1
*
Initial python3 cut of test/Fortran.
William Blevins
2016-09-23
1
-2/+2
*
Allowed for multiple fixture dirs and added default global directory.
William Blevins
2016-09-23
1
-3/+5
*
Post merge commit for safety. Building Fortran code works, but tests fail.
Russel Winder
2015-12-24
1
-13/+2
|
\
|
*
removed several pre-2.7 methods and imports, including some basic refactorings
Dirk Baechle
2015-12-10
1
-13/+2
*
|
Added six module as SCons.compat.six, for python3 port.
Gary Oberbrunner
2014-04-20
1
-3/+2
*
|
Merged with [default]
Stefan Zimmermann
2014-03-31
1
-140/+95
|
\
\
|
|
/
|
*
Fix running tests in subdir as argument to runtest.py, e.g.
anatoly techtonik
2014-03-24
1
-2/+2
|
*
runtest.py: Make sure --runner argument is only passed to unit tests
anatoly techtonik
2014-03-21
1
-2/+5
|
*
Make runner for unit tests configurable, add TAPTestRunner that formats
anatoly techtonik
2014-03-20
1
-3/+11
|
*
runtest.py: Remove double check if no tests are found.
anatoly techtonik
2014-03-20
1
-8/+3
|
*
runtest.py: Simplify test discovery code (and show where unittests are)
anatoly techtonik
2014-03-20
1
-20/+31
|
*
runtest.py: "module tests" are properly named "end-to-end" tests
anatoly techtonik
2014-03-20
1
-3/+4
|
*
runtest.py: Improve cmdline help readability with hg-style format
anatoly techtonik
2014-03-17
1
-22/+22
|
*
runtest.py: Show usage lines on error, improve help message
anatoly techtonik
2014-03-13
1
-16/+12
|
*
runtest.py: Clarify code a bit
anatoly techtonik
2014-03-07
1
-3/+13
|
*
runtest.py: Remove qmtest support
anatoly techtonik
2014-03-06
1
-71/+3
|
*
runtest.py: Rewrite module description
anatoly techtonik
2014-03-06
1
-9/+8
*
|
Some more six.PY2/PY3 usage.
Stefan Zimmermann
2014-01-08
1
-2/+4
*
|
Merged with [default]
Stefan Zimmermann
2014-03-31
1
-13/+25
|
\
\
|
|
/
|
*
Addition of warning if build doesn't build expected targets.
Tom Tanner
2013-09-26
1
-13/+25
*
|
Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).
Stefan Zimmermann
2014-03-31
1
-2/+6
*
|
Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.
Gary Oberbrunner
2013-09-22
1
-12/+12
|
/
*
update to latest SCons commits
Robert Managan
2012-12-18
1
-221/+268
|
\
|
*
runtest.py: Enable -o, --output to save stdout/stderr into a file
anatoly techtonik
2012-12-18
1
-7/+15
|
*
runtest.py: Fix CRLF
anatoly techtonik
2012-12-18
1
-2/+2
|
*
runtest.py: Replace `-o file --xml` with `--xml file`
anatoly techtonik
2012-12-17
1
-27/+19
|
*
runtest.py: Exit with an error if no tests were found
anatoly techtonik
2012-12-17
1
-2/+7
|
*
runtest.py: remove --noqmtest option
anatoly techtonik
2012-12-17
1
-11/+3
|
*
Merge runtest.py fixes
anatoly techtonik
2012-12-17
1
-20/+50
|
|
\
|
|
*
runtest.py: Turn on unbuffered output ASAP.
anatoly techtonik
2012-12-15
1
-13/+18
|
|
*
runtest.py: Gradually moving from getopt to optparse
anatoly techtonik
2012-12-14
1
-8/+33
|
*
|
Add -jN support to runtest.py to run tests in parallel
Gary Oberbrunner
2012-12-17
1
-11/+72
|
|
/
|
*
Remove subprocess compatibility code used for Python < 2.4
anatoly techtonik
2012-12-12
1
-148/+107
*
|
merge in changes from SCons default
Robert Managan
2012-12-15
1
-16/+5
|
\
\
|
|
/
|
*
os.spawnv is here since Python 1.6, removing compatibility code
anatoly techtonik
2012-12-12
1
-16/+5
*
|
Merge mainline tip.
Russel Winder
2012-10-04
1
-4/+0
|
\
\
|
|
/
|
*
- several smaller fixes to get all tests running under Buildbot again
dirkbaechle
2012-09-27
1
-4/+0
[next]