summaryrefslogtreecommitdiff
path: root/testing
Commit message (Expand)AuthorAgeFilesLines
* Add some cheap return and parameter annotationsMats Wichmann2023-05-0111-355/+355
* Updates post 4.5.2 releaseWilliam Deegan2023-03-211-1/+1
* Merge pull request #4308 from mwichmann/doc/testfw-updateWilliam Deegan2023-03-191-39/+114
|\
| * Update test framework tutorial [skip appveyor]Mats Wichmann2023-02-261-39/+114
* | Post release changesWilliam Deegan2023-03-071-1/+1
* | Post release UpdatesWilliam Deegan2023-03-051-1/+1
* | moved the qt tool to qt3. Changed all QT envvars to be now prefixed with QT3William Deegan2023-02-241-3/+6
* | move qt -> qt3 tool, adjust testing as wellWilliam Deegan2023-02-231-5/+5
|/
* Merge remote-tracking branch 'upstream/master' into fix_configure_marking_up_...William Deegan2023-01-288-607/+646
|\
| * Merge branch 'master' of github.com:SCons/scons into add_logging_to_new_paral...William Deegan2022-12-037-432/+396
| |\
| | * Fix interpreter usage in another FW test [skip appveyor]Mats Wichmann2022-11-291-2/+3
| | * TestCmdTests: skip all permission fiddling on win32 [skip appveyor]Mats Wichmann2022-11-291-9/+6
| | * TestCmdTests symlink fixMats Wichmann2022-11-291-2/+2
| | * Merge branch 'testfw/fstringify' of github.com:mwichmann/scons into testfw/fs...William Deegan2022-11-292-30/+7
| | |\
| | | * Polish test skipping in a couple of FW tests [skip appveyor]Mats Wichmann2022-11-292-30/+7
| | * | [ci skip] Fix remaining sider complaintsWilliam Deegan2022-11-291-8/+2
| | |/
| | * [ci skip] fix sider complaintsWilliam Deegan2022-11-282-7/+11
| | * Fix remaining tests failing on win32William Deegan2022-11-282-42/+21
| | * Fix one Windows-ism in TestCommonTests [skip appveyor]Mats Wichmann2022-11-281-2/+2
| | * Fix the framework TestCmdTests on LInux [ skip appveyor]Mats Wichmann2022-11-271-2/+2
| | * Updated TestCommonTests for Py 3.11 [skip appveyor]Mats Wichmann2022-11-271-15/+15
| | * Use f-strings in framework and framework testsMats Wichmann2022-11-247-349/+342
| | * Fix one test in TestCommonTests [ci skip]Mats Wichmann2022-11-221-3/+4
| | * A few more e2e test speedupsMats Wichmann2022-11-161-0/+2
| | * Maintenance: fix some fiddly checker errorsMats Wichmann2022-11-051-8/+8
| | * Fixed taskmaster trace tests. Previously there was an extra line at the end o...William Deegan2022-10-261-0/+16
| * | Added TestCommon.must_match_file() function. Updated test for --taskmastertr...William Deegan2022-12-031-0/+21
| |/
| * Fix handling of posix paths containing backslash, and update testsRyan Saunders2022-08-141-5/+1
| * [framework] quiet Python about start() testsMats Wichmann2022-08-071-0/+20
| * [framewqork] use subprocess timeoutsMats Wichmann2022-08-064-70/+95
| * framework psutil usage: let the kill proceedMats Wichmann2022-08-041-2/+2
| * Let test framework still run if no psutilMats Wichmann2022-08-041-28/+37
| * Test framework improvementsMats Wichmann2022-08-033-16/+11
| * Post release cleanup. back to dev modeWilliam Deegan2022-07-301-1/+1
| * Merge pull request #4183 from mwichmann/maint/lex_yaccWilliam Deegan2022-07-191-9/+24
| |\
| | * Improvements to lex and yacc toolsMats Wichmann2022-06-301-9/+24
| * | [Test] drop old exception msgsMats Wichmann2022-07-081-1/+1
| |/
| * Merge pull request #4170 from dmoody256/ninja_exit_daemonWilliam Deegan2022-06-141-0/+38
| |\
| | * fix issue when deleting cleaning up deamonDaniel Moody2022-06-131-1/+1
| | * Fixed some typos. Added skip_test() if psutil is not present for new test. Ad...William Deegan2022-06-131-0/+6
| | * Merge branch 'master' into ninja_exit_daemonWilliam Deegan2022-06-132-66/+16
| | |\
| | * | install psutil for testing and fix sider complaintsDaniel Moody2022-06-071-1/+1
| | * | Added new alias 'shutdown-ninja-scons-daemon' to allow ninja to shutdown the ...Daniel Moody2022-06-071-0/+32
| * | | Test Framework tests: Windows fixesMats Wichmann2022-06-142-62/+62
| | |/ | |/|
| * | Fix sider complaintsWilliam Deegan2022-06-131-1/+1
| * | Added test for test.run()'s arguments set to a dict which will expand into KE...William Deegan2022-06-132-66/+16
| |/
| * If no newline at end of message supplied to skip_test(), then we write one to...William Deegan2022-06-031-0/+2
| * Merge branch 'master' into 4162-python-311-unittestsMats Wichmann2022-05-301-1/+6
| |\
| * | Fix some Py 3.11 depr warns in testsMats Wichmann2022-05-302-4/+8
* | | Fix for #2757, non conftest nodes involved in configure checks now get node i...Daniel Moody2022-05-251-2/+2
| |/ |/|