summaryrefslogtreecommitdiffstats
path: root/testing
Commit message (Expand)AuthorAgeFilesLines
* [PY 3.8] test fixes for file closings, rawstringsMats Wichmann2019-04-253-36/+37
* Merge branch 'master' into java-versWilliam Deegan2019-04-221-3/+3
|\
| * Issue #3350 - Refactor EnvironmentError to SConsEnvironmentError to avoid ove...William Deegan2019-04-181-3/+3
* | Fix problems with jdk detectionMats Wichmann2019-04-141-9/+53
|/
* [PY 3.8] Fix more errors in #3331Mats Wichmann2019-03-301-17/+17
* [PY 3.8] fix some sider complaints in #3331Mats Wichmann2019-03-301-1/+1
* [WIP] [PY 3.8] fix more warningsMats Wichmann2019-03-305-58/+77
* [PR #333] close files to avoid scons-time racesMats Wichmann2019-03-291-7/+6
* Release file updates for Release 3.0.53.0.5William Deegan2019-03-261-1/+1
* Merge branch 'master' into scons-time-fixesWilliam Deegan2019-03-101-1/+1
|\
| * [skip ci] reset to develop mode3.0.5a2William Deegan2019-03-051-1/+1
* | scons-time needed to revert some changesMats Wichmann2019-03-071-4/+4
* | [PYPY] [PY 3.8] add context mgr use in scons-timeMats Wichmann2019-03-051-13/+16
|/
* [WIP] for #3304: drop use of -tt if py3Mats Wichmann2019-03-013-4/+14
* Clean up some tests: use context managersMats Wichmann2019-02-142-7/+32
* Fix is/is not syntaxMats Wichmann2019-02-111-1/+1
* Updated files per ReleaseConfig for 3.0.4 releaseWilliam Deegan2019-01-201-1/+1
* added test for vs 14.1 and checking arm targetsDaniel2019-01-121-0/+108
* reverted tests so they can use a default host == target platform for find msvcDaniel Moody2019-01-091-1/+1
* use the vcvars batch script to find installed vc'sDaniel2019-01-091-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
* Allow TestCmd.diff() to accept lists as well as stringsWilliam Deegan2018-12-061-1/+7
* 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-052-12/+28
* | Fix some problems found if no MS compiler at allMats Wichmann2018-10-302-2/+5
|/
* Additional fixes for SWIG testsMats Wichmann2018-10-161-7/+16
* Merge remote-tracking branch 'upstream/master' into fix_java_tests_path_with_...William Deegan2018-10-152-65/+96
|\
| * remove editor junkPaweł Tomulik2018-10-101-0/+0
| * fixed minor typosPaweł Tomulik2018-10-052-5/+5
| * fixed some docs in TestCommon.py and refactored a littlePaweł Tomulik2018-10-051-59/+39
| * make the must[_not]_contain_...() functions compatible with str.findPaweł Tomulik2018-10-051-9/+9
| * fixed bugs in must_[not_]_contain()Paweł Tomulik2018-10-051-6/+5
| * add test cases to exhibit bugs in must_[not_]contain()Paweł Tomulik2018-10-051-2/+54
* | Fixes for Java tests on win32William Deegan2018-10-022-3/+8
* | Add test for 1.8. Modularize java tests and move files to a fixture. Change ...William Deegan2018-10-012-3/+12
|/
* Update testing docsMats Wichmann2018-09-081-214/+310
* add missed TestCmd.py changesMats Wichmann2018-08-171-10/+14
* Move checking for python header to common locationMats Wichmann2018-08-151-18/+37
* Try a more scons-y file conversion for Py3 file readsMats Wichmann2018-07-311-8/+16
* Testing: python 3 fix for must_containMats Wichmann2018-07-251-0/+9
* Fix py3 ResourceWarning in TestCmdMats Wichmann2018-07-241-2/+4
* 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
* pr-3052: moved some 64 bit logic to TestCmd and used TestCmd system checksDaniel Moody2018-05-251-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