summaryrefslogtreecommitdiff
path: root/testing
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4183 from mwichmann/maint/lex_yaccWilliam Deegan2022-07-191-9/+24
|\
| * Improvements to lex and yacc toolsMats Wichmann2022-06-301-9/+24
* | [Test] drop old exception msgsMats Wichmann2022-07-081-1/+1
|/
* Merge pull request #4170 from dmoody256/ninja_exit_daemonWilliam Deegan2022-06-141-0/+38
|\
| * fix issue when deleting cleaning up deamonDaniel Moody2022-06-131-1/+1
| * Fixed some typos. Added skip_test() if psutil is not present for new test. Ad...William Deegan2022-06-131-0/+6
| * Merge branch 'master' into ninja_exit_daemonWilliam Deegan2022-06-132-66/+16
| |\
| * | install psutil for testing and fix sider complaintsDaniel Moody2022-06-071-1/+1
| * | Added new alias 'shutdown-ninja-scons-daemon' to allow ninja to shutdown the ...Daniel Moody2022-06-071-0/+32
* | | Test Framework tests: Windows fixesMats Wichmann2022-06-142-62/+62
| |/ |/|
* | Fix sider complaintsWilliam Deegan2022-06-131-1/+1
* | Added test for test.run()'s arguments set to a dict which will expand into KE...William Deegan2022-06-132-66/+16
|/
* If no newline at end of message supplied to skip_test(), then we write one to...William Deegan2022-06-031-0/+2
* Merge branch 'master' into 4162-python-311-unittestsMats Wichmann2022-05-301-1/+6
|\
| * Skip new content-timestamp-symlink test on win32Mats Wichmann2022-05-061-1/+6
* | Fix some Py 3.11 depr warns in testsMats Wichmann2022-05-302-4/+8
|/
* test framework: fix exception on timeoutMats Wichmann2022-04-051-5/+9
* Use super call instead of direct class callMats Wichmann2022-03-156-13/+13
* Merge pull request #4067 from mwichmann/wintweaksWilliam Deegan2021-11-263-12/+2
|\
| * Fix tests to not hang on Windows with bad .py assocMats Wichmann2021-11-263-12/+2
* | fix some issues with current version stringsWilliam Deegan2021-11-211-1/+1
|/
* Update post release changesWilliam Deegan2021-11-211-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
* Add support for Visual Studio 2022Joseph Brill2021-09-231-1/+4
* Updated the Mac-specific Java check in test fwMats Wichmann2021-08-251-38/+56
* Post 4.2.0 merge/reset to development modeWilliam Deegan2021-07-311-3/+3
* Merge branch 'master' into ninja-generationWilliam Deegan2021-05-241-4/+0
|\
| * Test tweaks to help testing on mingw-only win32 systemsMats Wichmann2021-04-141-4/+0
* | Fix ninja tool rules for macos/ar for static libs to skip response files for...William Deegan2021-04-131-0/+1
|/
* 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-139-265/+389
* fix sider issuesDaniel Moody2021-04-051-1/+0
* improved DoubleCacheDir test, added extra cachedir validation check.Daniel Moody2021-04-051-3/+31
* Deprecate Python 3.5.Mats Wichmann2021-03-281-1/+1
* Add timing of sconsign write if --debugMats Wichmann2021-02-082-6/+6
* [ci skip] update post releaserel_4.1.0William 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
* One more "drop py2"ism from test frameworkMats Wichmann2020-10-131-3/+3
* Drop some more Py2 compat thingsMats Wichmann2020-10-132-7/+2
* Run autoflake on codeMats Wichmann2020-09-215-7/+0
* 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-161-1/+1
* | Post relaaseWilliam Deegan2020-07-161-1/+1
|/
* reset to development modeWilliam Deegan2020-07-041-3/+3
* A few more edits to testing docMats Wichmann2020-06-251-9/+8
* Some updates to testing doc. [ci skip]Mats Wichmann2020-06-221-18/+41
* Merge pull request #3706 from dirkbaechle/issue3580-generate-doc-lxmlWilliam Deegan2020-06-214-7/+73
|\