summaryrefslogtreecommitdiffstats
path: root/testing
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* move test files from QMTest to testing/framework. QMtest hasn't been used in ...William Deegan2018-04-3012-0/+12359
* Fix wiki references to point to gihub wikiMats Wichmann2018-04-231-1/+1
* 0.3 - fixed used imports that failed on Python 2.6anatoly techtonik2014-08-241-2/+10
* taprunner 0.2 - remove unused import that failed Python 2.6anatoly techtonik2014-08-231-2/+4
* Make runner for unit tests configurable, add TAPTestRunner that formatsanatoly techtonik2014-03-203-0/+160
* buildbot: (re)start automatically after setupanatoly techtonik2014-03-051-0/+10
* buildbot: Update host detailsanatoly techtonik2014-03-051-0/+7
* buildbot: Set contact details of the buildbot owneranatoly techtonik2014-03-051-0/+9
* buildbot: Create workdir under botuseranatoly techtonik2014-03-051-0/+2
* buildbot: No need to create relocatable workdiranatoly techtonik2014-03-051-1/+1
* buildbot: Create buildbot workdir, and do not backup bot .hgrcanatoly techtonik2014-03-052-8/+20
* buildbot: pip module is a better way to install buildbot-slave in virtualenvanatoly techtonik2014-03-051-4/+3
* buildbot: Keep virtualenv isolated from system packagesanatoly techtonik2014-03-051-1/+1
* buildbot: Explain how to run and add hosts fileanatoly techtonik2014-03-053-1/+6
* buildbot.yml: Create virtualenvanatoly techtonik2014-03-051-0/+7
* buildbot.yml: Change bot user to 'scons' and explain how to overrideanatoly techtonik2014-03-051-1/+2
* buildbot.yml: python-virtualenv is neededanatoly techtonik2014-03-051-1/+4
* buildbot.yml: Touch .hgrc only if necessaryanatoly techtonik2014-03-051-1/+4
* buildbot.yml: Set .hgrc owner as botuseranatoly techtonik2014-03-051-1/+6
* Add Ansible playbook to setup buildbot instance more easilyanatoly techtonik2014-03-042-0/+25