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
/
test
/
option
Commit message (
Expand
)
Author
Age
Files
Lines
*
Only add worker threads as necesary
Andrew Morrow
2024-02-08
2
-36/+43
*
taskmastertrace tests passing
Andrew Morrow
2024-01-23
2
-2/+2
*
review feedback: legacysched to legacy_sched
Andrew Morrow
2024-01-20
2
-5/+5
*
fix experimental option test
Andrew Morrow
2024-01-19
1
-2/+2
*
wip
Andrew Morrow
2024-01-19
2
-6/+7
*
adding unit tests to the fix
StenGruener
2023-11-29
1
-0/+12
*
Updates to make ready for merging
William Deegan
2023-10-29
1
-0/+60
*
missing-sconscript: fix Windows test again
Mats Wichmann
2023-08-07
1
-1/+1
*
Change the default to error on missing SConscript
Mats Wichmann
2023-08-06
2
-110/+31
*
Skip checking for exception when writing to unwritable dir in test. Change lo...
William Deegan
2023-06-06
1
-3/+6
*
Added test for --debug=json. Implemented DebugOptions(json). Create containin...
William Deegan
2023-06-05
2
-13/+30
*
Added test, CHANGES/RELEASE text. Fixturized SConstruct from test/option/debu...
William Deegan
2023-06-05
3
-12/+92
*
Add a copyright header to test files
Mats Wichmann
2023-05-21
4
-1/+17
*
Fix broken tests
William Deegan
2022-12-04
3
-4/+5
*
Added --experimental=tm_v2 which switches to use Andrew Morrow's new Parallel...
William Deegan
2022-12-04
1
-2/+1
*
Merge branch 'master' of github.com:SCons/scons into add_logging_to_new_paral...
William Deegan
2022-12-04
3
-8/+10
|
\
|
*
Speed up a few tests for CI
Mats Wichmann
2022-11-15
3
-8/+10
|
*
Fixed taskmaster trace tests. Previously there was an extra line at the end o...
William Deegan
2022-10-26
1
-6/+3
*
|
Added TestCommon.must_match_file() function. Updated test for --taskmastertr...
William Deegan
2022-12-04
5
-172/+267
|
/
*
[Test] drop old exception msgs
Mats Wichmann
2022-07-08
1
-41/+11
*
Fix some more tests to use context-mgr open
Mats Wichmann
2022-03-30
5
-134/+143
*
Tweak the scons help message
Mats Wichmann
2022-02-03
5
-21/+19
*
Fixing slider issues identified:
Jacob Cassagnol
2021-11-09
1
-1/+0
*
Tests pass in python 3.6 and 3.9 in Linux
Jacob Cassagnol
2021-11-09
2
-11/+46
*
tests: use framework for platform-specific defines
Mats Wichmann
2021-08-24
1
-12/+5
*
Fix reproducible builds. Restore logic respecting SOURCE_DATE_EPOCH when set....
William Deegan
2021-08-02
1
-1/+1
*
Merge pull request #3959 from mwichmann/nowarn-missing-sconscript
William Deegan
2021-07-12
2
-52/+87
|
\
|
*
Change warnings behavior of missing SConscript
Mats Wichmann
2021-06-18
2
-52/+87
*
|
Add --experimental=ninja
William Deegan
2021-04-13
1
-3/+4
|
/
*
better handle all/none and multiple options, expanded tests to cover such
William Deegan
2021-04-12
2
-10/+13
*
Address mwichmann's feedback
William Deegan
2021-04-10
1
-3/+3
*
Clear sider complaints by avoiding it processing tests SConstruct
William Deegan
2021-04-09
2
-1/+1
*
Add docs for --experimental switch
William Deegan
2021-04-09
3
-0/+68
*
Fix copyright header to new standard
William Deegan
2021-04-09
1
-2/+2
*
move all the option-* tests into test/option to clean up directory and match ...
William Deegan
2021-04-09
33
-0/+3044
*
Merge branch 'master' into topic/grossag/newhashes
William Deegan
2021-03-07
1
-5/+5
|
\
|
*
Add timing of sconsign write if --debug
Mats Wichmann
2021-02-08
1
-5/+5
*
|
More improvements
Adam Gross
2020-12-15
2
-7/+22
*
|
Address most review feedback
Adam Gross
2020-12-14
2
-26/+25
*
|
Change the default sconsign DB file name if the hash is overridden
Adam Gross
2020-11-12
1
-2/+22
*
|
Merge branch 'master' into topic/grossag/newhashes
Adam Gross
2020-11-06
3
-24/+6
|
\
\
|
|
/
|
*
Fix IS_WINDOWS usage for test
William Deegan
2020-10-04
1
-1/+2
|
*
Disable flake8 F401 in test
William Deegan
2020-10-04
1
-1/+1
|
*
remove win32api from test
William Deegan
2020-10-04
1
-10/+5
|
*
Run autoflake on code
Mats Wichmann
2020-09-21
2
-14/+0
*
|
Two small changes to the test case
Adam Gross
2020-08-04
2
-16/+14
*
|
Add support for overriding the default hash format
Adam Gross
2020-08-04
5
-0/+81
|
/
*
Cleanups in tests and in framework
Mats Wichmann
2020-06-14
1
-11/+2
*
Remove verbose_set calls from tests
Mats Wichmann
2020-03-18
1
-1/+0
*
rm-py2: Remove "from __future__" from more places
Mats Wichmann
2020-02-20
5
-12/+6
[next]