summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* | | run black on new test file to quiet sider complaintsWilliam Deegan2021-11-051-21/+21
* | | allow exit status of 1 or 2 on windows when running ninjaWilliam Deegan2021-11-051-1/+6
* | | Fix ninja_handle_control_c_rebuild for windows. The stderr on windows doesn't...William Deegan2021-11-041-2/+5
* | | Fix incorrect call to must_exist. There's no message argument if it failsWilliam Deegan2021-11-041-3/+2
* | | Merge branch 'master' into regenerate-build.ninjaWilliam Deegan2021-11-0448-358/+635
|\ \ \ | |/ /
| * | Merge pull request #4046 from mwichmann/java-testsWilliam Deegan2021-11-0134-329/+412
| |\ \ | | |/ | |/|
| | * fixed tests to test --no-ignore-skips, and updated their copyright textWilliam Deegan2021-11-012-6/+17
| | * Also make Repository/JavaH test skip if mismatched javahMats Wichmann2021-11-011-1/+9
| | * Add an extra check for javahMats Wichmann2021-11-013-31/+65
| | * Skip unusable javah testsMats Wichmann2021-10-315-145/+212
| | * Java tests: minor cleanupsMats Wichmann2021-10-3130-156/+119
| * | Merge pull request #4044 from omar-polo/fix-shared-library-test-openbsdWilliam Deegan2021-10-291-13/+0
| |\ \
| | * | drop unnecessary soname check on OpenBSDOmar Polo2021-10-291-13/+0
| | |/
| * | Merge pull request #4045 from omar-polo/fix-execute-a-directory-testWilliam Deegan2021-10-292-2/+2
| |\ \
| | * | fix test regexpOmar Polo2021-10-291-1/+1
| | * | fix test regexpOmar Polo2021-10-291-1/+1
| | |/
| * | skip test on non-linux platformsOmar Polo2021-10-291-3/+2
| |/
| * Make subst call a callable with sig set properlyMats Wichmann2021-10-235-8/+80
| * Merge branch 'master' into jbrill-msvs-2022William Deegan2021-10-165-0/+313
| |\
| * | Fix variable name (msvs_143 to msvc_143) and minor updates based on slider ou...Joseph Brill2021-10-052-3/+3
| * | Merge branch 'master' into jbrill-msvs-2022Joseph Brill2021-10-0525-85/+267
| |\ \
| * | | Add support for Visual Studio 2022Joseph Brill2021-09-232-3/+136
| * | | import os module due to NameError exception due to 'os' is not defined.Joseph Brill2021-09-233-0/+3
* | | | add test to verify that control-c'ing ninja while it's calling SCons to rebui...William Deegan2021-11-042-0/+94
| |_|/ |/| |
* | | Merge pull request #3994 from dmoody256/ninja_fix_escapingWilliam Deegan2021-10-102-0/+94
|\ \ \
| * | | update ninja tool to support $ in scons command line argsDaniel Moody2021-09-262-0/+94
* | | | Merge branch 'master' into ninja_fix_mkdirWilliam Deegan2021-10-068-8/+185
|\ \ \ \
| * | | | [ci skip] Fix sider complainWilliam Deegan2021-10-061-1/+0
| * | | | Updated ninja tool to allow for NINJA_FORCE_SCONS_BUILD to be usedDaniel Moody2021-10-052-0/+97
| | |_|/ | |/| |
| * | | Change SCons.Scanner.Base to ScannerBaseMats Wichmann2021-10-042-8/+4
| * | | Merge pull request #4013 from mwichmann/gcc-non-utfWilliam Deegan2021-10-034-0/+85
| |\ \ \ | | |/ / | |/| |
| | * | Add a testcase for gcc -version returning non-utf8Mats Wichmann2021-10-034-0/+85
* | | | Merge branch 'master' into ninja_fix_mkdirWilliam Deegan2021-09-2621-83/+188
|\ \ \ \ | |/ / /
| * | | Merge branch 'master' into pch_support_substWilliam Deegan2021-09-252-6/+10
| |\ \ \ | | | |/ | | |/|
| | * | Fix Issue #4021 - Textfile wrongly replacing '$$(' with '$' 'William Deegan2021-09-192-6/+10
| * | | reorg code a bit so MSCommon has some of the logic. Also changed MSVC/hierarc...William Deegan2021-09-253-20/+39
| * | | fix remaining PCH tests.William Deegan2021-09-182-3/+2
| * | | add test to verify that a generator specified for PCH with returns a false va...William Deegan2021-09-182-10/+32
| * | | Address most sider complaintsWilliam Deegan2021-09-185-5/+9
| * | | update pch_gen test to use non-default names and verify existance of expected...William Deegan2021-09-182-2/+9
| * | | remove propagating os.environ INCLUDE and LIB from tests. Add comments to exp...William Deegan2021-09-183-8/+8
| * | | add logic to ensure PCH is subst() evaluated when it should beWilliam Deegan2021-09-1812-64/+114
| |/ /
* | | fix test to ensure no callbacks for mkdir actionsDaniel Moody2021-09-081-2/+4
* | | Expanded ninja Mkdir to also support Mkdir actions.Daniel Moody2021-09-081-0/+121
|/ /
* | addressed comments for #4014Daniel Moody2021-09-081-1/+1
* | fix ninja tool to never user for_sig substitution.Daniel Moody2021-09-072-0/+104
|/
* tests: use framework for platform-specific definesMats Wichmann2021-08-2416-221/+110
* Merge pull request #4001 from mwichmann/test-tweaksWilliam Deegan2021-08-211-0/+5
|\
| * Two small test tweaksMats Wichmann2021-08-211-0/+5
* | fix firewall pop up with Parallel/failed-build testDaniel Moody2021-08-171-3/+3
|/