summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
| | * | address matts commentsDaniel Moody2022-05-102-3/+2
| | * | update test docstringDaniel Moody2022-05-101-4/+2
| | * | added test for EXPANDED_SHELL_VARDaniel Moody2022-05-102-0/+74
| * | | switch to using test.sleep()Daniel Moody2022-05-121-2/+1
| * | | Add some time in Dir/source.py test because of filesystem precision.Daniel Moody2022-05-121-0/+3
| |/ /
* | | Merge remote-tracking branch 'origin/master' into ninja_always_executeDaniel Moody2022-05-111-0/+81
|\ \ \ | |/ /
| * | Skip new content-timestamp-symlink test on win32Mats Wichmann2022-05-061-0/+3
| * | Fix a couple of sider complaints in new testcaseMats Wichmann2022-05-061-5/+2
| * | Fix content-timestamp decider for symlinksMats Wichmann2022-05-061-0/+81
* | | fix sider issuesDaniel Moody2022-05-101-1/+0
* | | added target propagation for ninja executionDaniel Moody2022-05-101-0/+95
* | | improved ninja default targets and for ninja file as only target when generat...Daniel Moody2022-05-063-1/+98
|/ /
* | Merge branch 'master' into masterWilliam Deegan2022-05-053-0/+132
|\ \
| * \ Merge branch 'master' into ninja_alias_generated_filesWilliam Deegan2022-05-052-0/+67
| |\ \
| * | | Add ninja alias option to label generated source filesDaniel Moody2022-04-143-0/+132
| | |/ | |/|
* | | Merge branch 'master' into masterWilliam Deegan2022-05-042-0/+67
|\ \ \ | | |/ | |/|
| * | Clean up sider complaintWilliam Deegan2022-05-041-3/+0
| * | change test to set NINJA_DEPFILE_PARSE_FORMAT to msvc after loading mingw, to...William Deegan2022-05-042-1/+3
| * | no need to actually have mingw installed to run test, removed that case fo sk...William Deegan2022-05-041-8/+0
| * | Clean up sider complaintWilliam Deegan2022-05-041-1/+0
| * | allow test to run on all platforms. Clean up sider complaintsWilliam Deegan2022-05-041-5/+0
| * | optimized testDaniel Moody2022-05-042-18/+2
| * | fix testDaniel Moody2022-05-042-3/+9
| * | adding testDaniel Moody2022-05-042-0/+92
| |/
* | remove test clean up callDaniel Moody2022-04-201-1/+0
* | Update ninja file generation to only create response files for build commands...Daniel Moody2022-04-202-0/+113
|/
* Fix some more tests to use context-mgr openMats Wichmann2022-03-308-191/+197
* Merge branch 'master' into ninja_scons_daemonWilliam Deegan2022-03-287-2/+166
|\
| * Separated just the CheckMember() checker from yuzhicang's PR #4100, changed c...William Deegan2022-03-211-2/+14
| * Merge branch 'master' into fix_ninja_mingwWilliam Deegan2022-03-084-0/+56
| |\
| | * added test for MSVC_USE_SCRIPT_ARGSWilliam Deegan2022-03-074-0/+56
| * | fix a few typos and add tests backDaniel Moody2022-02-262-0/+96
| |/
* | Merge branch 'ninja_scons_daemon' of github.com:dmoody256/scons into ninja_sc...William Deegan2022-03-191-4/+6
|\ \
| * | adjust iterative speedup to pre-launch scons daemon before taking timingDaniel Moody2022-03-151-4/+6
* | | flake8 fixesWilliam Deegan2022-03-192-3/+3
|/ /
* | update test/ninja/force_scons_callback.py to test using NINJA_SCONS_DAEMON_PO...William Deegan2022-03-142-31/+37
* | add scons daemonDaniel Moody2022-02-111-2/+2
|/
* Merge pull request #4093 from mwichmann/testing/more-javaWilliam Deegan2022-02-0722-107/+116
|\
| * Tweak Java e2e tests some moreMats Wichmann2022-02-0222-107/+116
* | Tweak the scons help messageMats Wichmann2022-02-0312-52/+44
|/
* Fixup DummyPopen() ( which is returned from Action._subproc() when subprocess...William Deegan2022-02-011-4/+3
* Merge branch 'master' of github.com:SCons/scons into fix_py_3_9_resourceWarningsWilliam Deegan2022-02-0130-650/+584
|\
| * Java not-in-path tests use limited toolsMats Wichmann2022-01-282-4/+7
| * Actually commit fixed myjava.py [skip appveyor]Mats Wichmann2022-01-241-1/+0
| * A little java/jar cleanupMats Wichmann2022-01-246-209/+159
| * flake8: remove unused import in test fixtureMats Wichmann2022-01-191-1/+0
| * A bit more test fixture workMats Wichmann2022-01-1913-179/+154
| * Also move CC and CXX mock compiler to fixtureMats Wichmann2022-01-186-94/+113
| * Drop an unused import - sider complaintMats Wichmann2022-01-171-1/+0
| * Massage test fixtures a bitMats Wichmann2022-01-1711-221/+211