summaryrefslogtreecommitdiffstats
path: root/testing/framework/TestSCons.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add custom up_to_date for TimeSCons to handle individual SConscript timing ou...William Deegan2020-10-161-1/+26
* Drop some more Py2 compat thingsMats Wichmann2020-10-131-5/+2
* Merge pull request #3731 from mwichmann/warn-to-sconswarnWilliam Deegan2020-07-191-1/+1
|\
| * [PR #3731] more adjustments to WarningsMats Wichmann2020-07-071-1/+1
* | Post releaseWilliam Deegan2020-07-171-1/+1
* | Post relaaseWilliam Deegan2020-07-171-1/+1
|/
* reset to development modeWilliam Deegan2020-07-041-3/+3
* Cleanups in tests and in frameworkMats Wichmann2020-06-141-1/+1
* rm-py2: Remove "from __future__" from more placesMats Wichmann2020-02-201-1/+0
* Improve debug output when configure test fails stdout checkWilliam Deegan2020-01-301-7/+5
* Updated to expected configure context temporary and generated files to match ...William Deegan2020-01-301-23/+20
* updates to make tests pass on windowsWilliam Deegan2020-01-221-1/+1
* Updated TestSCons and test/Configure/option--config.py to work with new confi...William Deegan2020-01-221-26/+188
* PEP8William Deegan2020-01-211-142/+148
* syntax fixups suggested by PyCharmMats Wichmann2019-12-231-1/+1
* Update version stringsWilliam Deegan2019-12-171-1/+1
* Changes for 3.1.1 release3.1.1William Deegan2019-08-081-1/+1
* changes for release 3.1.0William Deegan2019-07-211-1/+1
* [PR #3345] fix a few more Py3.8 problemsMats Wichmann2019-04-251-12/+12
* [PY 3.8] test fixes for file closings, rawstringsMats Wichmann2019-04-251-26/+26
* Fix problems with jdk detectionMats Wichmann2019-04-141-9/+53
* Release file updates for Release 3.0.53.0.5William Deegan2019-03-261-1/+1
* [skip ci] reset to develop mode3.0.5a2William Deegan2019-03-051-1/+1
* [WIP] for #3304: drop use of -tt if py3Mats Wichmann2019-03-011-1/+3
* Clean up some tests: use context managersMats Wichmann2019-02-141-1/+2
* Updated files per ReleaseConfig for 3.0.4 releaseWilliam Deegan2019-01-201-1/+1
* updates from update-release-info for 3.0.3 releaseWilliam Deegan2019-01-061-1/+1
* Updates for 3.0.2 releaseWilliam Deegan2019-01-011-1/+1
* Merge pull request #3236 from ptomulik/whereisWilliam Deegan2018-11-091-17/+5
|\
| * attempt fixing TestSCons.where_is() for win32Paweł Tomulik2018-11-061-17/+5
* | For PR #3231, update some docstrings per reviewMats Wichmann2018-11-051-7/+16
* | Fix some problems found if no MS compiler at allMats Wichmann2018-10-301-1/+1
|/
* Additional fixes for SWIG testsMats Wichmann2018-10-161-7/+16
* Fixes for Java tests on win32William Deegan2018-10-021-2/+6
* Add test for 1.8. Modularize java tests and move files to a fixture. Change ...William Deegan2018-10-011-0/+4
* add missed TestCmd.py changesMats Wichmann2018-08-171-10/+14
* Move checking for python header to common locationMats Wichmann2018-08-151-18/+37
* fix TestSCons.get_platform_python_info() to work on win32, had omitted some n...William Deegan2018-07-101-4/+1
* Fix for py2.7 + 3.5+William Deegan2018-07-081-5/+8
* stop using obsolete distutils.sysconfig to find python include, link paths,an...William Deegan2018-07-081-2/+12
* Change TestSCons's get_platform_python_info() to use the python which runtest...William Deegan2018-07-061-1/+1
* Add wildcards so we'll catch both 32 and 64 bit versions of java on windows.William Deegan2018-05-111-2/+2
* Add some reasonable default windows paths to find java.William Deegan2018-05-111-11/+20
* move test files from QMTest to testing/framework. QMtest hasn't been used in ...William Deegan2018-04-301-0/+1642