summaryrefslogtreecommitdiffstats
path: root/testing/framework/TestSCons.py
Commit message (Expand)AuthorAgeFilesLines
* Fix running individual test files when ninja is not installedAdam Simpkins2025-02-231-1/+8
* test framework: bulk reformatMats Wichmann2024-12-291-240/+379
* updated so TestSCons.NINJA_BINARY is set and used by all such testsWilliam Deegan2024-11-251-10/+8
* Fixed ninja binary location logic to use ninja.BIN_DIR. Previous logic no lon...William Deegan2024-11-251-59/+87
* Merge pull request #4642 from Repiteo/remove-python-3.6William Deegan2024-11-161-1/+1
|\
| * Remove Python 3.6 supportThaddeus Crews2024-11-161-1/+1
* | Integrate `from __future__ import annotations`Thaddeus Crews2024-11-161-3/+4
|/
* Some tweaks to testing framework.Mats Wichmann2024-09-101-22/+47
* put master branch back in develop modeWilliam Deegan2024-09-041-1/+1
* Return master to development mode post releaseWilliam Deegan2024-07-081-2/+2
* Some minor test tweakingMats Wichmann2024-07-061-2/+2
* Merge pull request #4519 from mwichmann/py36-deprWilliam Deegan2024-05-101-3/+3
|\
| * Merge branch 'master' into py36-deprWilliam Deegan2024-05-101-2/+2
| |\
| * | Deprecate Python 3.6 support.Mats Wichmann2024-05-041-3/+3
* | | Maintenance: Python version usageMats Wichmann2024-05-101-9/+2
| |/ |/|
* | Back off test framework exception handlingMats Wichmann2024-04-011-2/+2
|/
* Fix a Python 3.13 problem in re.sub usageMats Wichmann2024-03-211-2/+2
* Put master back in post release/develop modeWilliam Deegan2024-03-181-1/+1
* post release updatesWilliam Deegan2023-11-201-1/+1
* "Modernize" to Python 3.6 via toolMats Wichmann2023-08-041-1/+1
* Add some cheap return and parameter annotationsMats Wichmann2023-05-011-37/+37
* Updates post 4.5.2 releaseWilliam Deegan2023-03-211-1/+1
* 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-291-82/+93
|\
| * [ci skip] Fix remaining sider complaintsWilliam Deegan2022-11-291-8/+2
| * Use f-strings in framework and framework testsMats Wichmann2022-11-241-63/+63
| * A few more e2e test speedupsMats Wichmann2022-11-161-0/+2
| * [framewqork] use subprocess timeoutsMats Wichmann2022-08-061-2/+2
| * Post release cleanup. back to dev modeWilliam Deegan2022-07-301-1/+1
| * Improvements to lex and yacc toolsMats Wichmann2022-06-301-9/+24
* | Fix for #2757, non conftest nodes involved in configure checks now get node i...Daniel Moody2022-05-261-2/+2
|/
* Skip new content-timestamp-symlink test on win32Mats Wichmann2022-05-061-1/+6
* Use super call instead of direct class callMats Wichmann2022-03-151-2/+2
* Merge pull request #4067 from mwichmann/wintweaksWilliam Deegan2021-11-261-2/+0
|\
| * Fix tests to not hang on Windows with bad .py assocMats Wichmann2021-11-261-2/+0
* | fix some issues with current version stringsWilliam Deegan2021-11-221-1/+1
|/
* Update post release changesWilliam Deegan2021-11-221-1/+1
* Tests pass in python 3.6 and 3.9 in LinuxJacob Cassagnol2021-11-091-0/+22
* Half the failing testcases fixed.Jacob Cassagnol2021-11-011-3/+3
* Updated the Mac-specific Java check in test fwMats Wichmann2021-08-251-38/+56
* Post 4.2.0 merge/reset to development modeWilliam Deegan2021-08-011-3/+3
* Fix sider warning typo and docstring for skip_if_not_msvcMats Wichmann2021-04-131-1/+1
* Test harness add a from_fw to skip callsMats Wichmann2021-04-131-134/+143
* Deprecate Python 3.5.Mats Wichmann2021-03-281-1/+1
* Add timing of sconsign write if --debugMats Wichmann2021-02-081-2/+2
* [ci skip] update post releaseWilliam Deegan2021-01-191-1/+1
* feat: Adds ZIP_OVERRIDE_TIMESTAMPDavid H2021-01-181-3/+33