summaryrefslogtreecommitdiffstats
path: root/testing/framework/TestSCons.py
Commit message (Expand)AuthorAgeFilesLines
* 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