summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* | address a number of ResourceWarning: unclosed file <_io.TextIOWrapper name='p...William Deegan2022-01-232-6/+15
|/
* Followon test fix for PR #4067Mats Wichmann2021-11-262-8/+6
* Merge pull request #4067 from mwichmann/wintweaksWilliam Deegan2021-11-265-88/+140
|\
| * Fix test syntax error, update CHANGES/RELEASEMats Wichmann2021-11-261-2/+2
| * Fix one new sider problem and a syntax errorMats Wichmann2021-11-262-2/+2
| * Fix sider complaints and add missed CHANGES.txt updateMats Wichmann2021-11-265-27/+53
| * Fix tests to not hang on Windows with bad .py assocMats Wichmann2021-11-265-77/+103
* | update copyright blurb to current versionWilliam Deegan2021-11-261-5/+2
* | Add test to verify script not found exception for msvc script specified via M...Joseph Brill2021-11-261-0/+53
|/
* Merge pull request #4047 from jcassagnol-public/compile-with-fips-enabledWilliam Deegan2021-11-1625-153/+272
|\
| * Two more f-strings got away.Jacob Cassagnol2021-11-101-2/+2
| * Normalized all sconsfiles and sub-sconsfiles to use algorithm if not defaulte...Jacob Cassagnol2021-11-1015-95/+122
| * One f-string got away!Jacob Cassagnol2021-11-091-1/+1
| * Fixing slider issues identified:Jacob Cassagnol2021-11-092-2/+1
| * Tests pass in python 3.6 and 3.9 in LinuxJacob Cassagnol2021-11-0910-55/+148
| * Half the failing testcases fixed.Jacob Cassagnol2021-11-015-5/+5
* | Deprecate the qt tool.Mats Wichmann2021-11-1115-169/+197
* | Merge branch 'master' into regenerate-build.ninjaWilliam Deegan2021-11-114-10/+15
|\ \
| * | Skip two scons-time tests on WindowsMats Wichmann2021-11-102-7/+14
| * | Fix gcc-version test for WindowsMats Wichmann2021-11-092-3/+1