summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into ninja-generationWilliam Deegan2021-05-2454-316/+573
|\
| * Merge pull request #3948 from mwichmann/setoption-testsWilliam Deegan2021-05-173-12/+75
| |\
| | * Update the documentation for GetOptionMats Wichmann2021-05-112-4/+5
| | * Fix sider complain about unused importMats Wichmann2021-05-101-1/+0
| | * Add tests for SetOption failing on illegal options and valuesMats Wichmann2021-05-103-8/+71
| * | 3790 - Fix the failing testAndrew Morrow2021-05-131-0/+0
| * | 3790 - Add a test which failsAndrew Morrow2021-05-131-4/+17
| |/
| * Fix Issue #3933 debug output removed from SharedLibrary when SHLIBVERSION is ...William Deegan2021-05-031-2/+2
| * Merge pull request #3825 from grossag/topic/grossag/pythondynamicscanWilliam Deegan2021-04-1912-0/+75
| |\
| | * Merge branch 'master' into topic/grossag/pythondynamicscanAdam Gross2021-01-0916-101/+277
| | |\
| | * | [ci skip] Fix flake8 warnings, add description to CHANGES.txtAdam Gross2020-11-171-3/+3
| | * | Fix tests, implement smarter version of scannerAdam Gross2020-11-175-0/+7
| | * | Fix sider issuesAdam Gross2020-11-172-3/+3
| | * | Fix all testsAdam Gross2020-11-173-8/+16
| | * | [ci skip] Some fixes to the Python scanner and testAdam Gross2020-11-171-1/+1
| | * | [ci skip] Cancel test runs because my tests don't workAdam Gross2020-11-161-1/+1
| | * | Fix up scanner a bitAdam Gross2020-11-161-1/+1
| | * | Some initial fixesAdam Gross2020-11-162-4/+4
| | * | Remove exception from script.pyAdam Gross2020-11-131-2/+0
| | * | Change test to follow its own instructionsAdam Gross2020-11-131-4/+2
| | * | First draft of teaching Python scanner about dynamic filesAdam Gross2020-11-136-0/+64
| * | | [PR 3931] fix a couple of unneeded imports (sider) [ci skip]Mats Wichmann2021-04-182-4/+2
| * | | [PR 3931] add a testcaseMats Wichmann2021-04-1815-80/+138
| * | | [PR 3930] fix regexes in scons-time testsMats Wichmann2021-04-163-15/+12
| * | | [PR 3930] more rawstring stuff in tests (Windows)Mats Wichmann2021-04-164-7/+7
| * | | [PR 3930] put back accidentally dropped raw-string indicatorMats Wichmann2021-04-154-7/+7
| * | | Test tweaks to help testing on mingw-only win32 systemsMats Wichmann2021-04-1418-202/+255
* | | | update tests to use SetOption('experimental','ninja')William Deegan2021-04-138-0/+18
* | | | Add --experimental=ninjaWilliam Deegan2021-04-131-3/+4
* | | | Updated from MongoDB commit: https://github.com/mongodb/mongo/commit/59965cf5...William Deegan2021-04-131-1/+1
* | | | fix sider issueWilliam Deegan2021-04-131-3/+4
* | | | more sider fixesWilliam Deegan2021-04-132-18/+15
* | | | Continue fixing sider complaints.William Deegan2021-04-138-38/+43
* | | | address sider issues. Also update copyright text to current versionWilliam Deegan2021-04-138-17/+9
* | | | fix broken target check in ninja_execute. It was improperly adding all nodes ...William Deegan2021-04-133-12/+13
* | | | add sconstest.skip to file fixture dir for ninja system testsWilliam Deegan2021-04-131-0/+0
* | | | Incremental update with code reorganization. Currently broken. Some debug cod...William Deegan2021-04-133-9/+12
* | | | [ci skip] fix copyright headerWilliam Deegan2021-04-131-3/+1
* | | | Fix ninja tool rules for macos/ar for static libs to skip response files for...William Deegan2021-04-131-1/+4
* | | | refactor test a bit, explicitly use ninja found by test frameworkWilliam Deegan2021-04-131-6/+18
* | | | Fix int function not returning int valueWilliam Deegan2021-04-131-0/+1
* | | | is link should use the base nodes lstat instead of local fs statDaniel Moody2021-04-138-34/+28
* | | | used different method for pushing ninja file to bottom of DAG, use import nin...Daniel Moody2021-04-138-87/+141
* | | | update tests to work on windows, added some environment support for windows a...Daniel2021-04-1310-63/+106
* | | | fixed sider issuesDaniel Moody2021-04-137-7/+0
* | | | added more test, including ninja speed testDaniel Moody2021-04-138-161/+96
* | | | added some more test and update ninja tool to handle commandsDaniel Moody2021-04-134-145/+57
* | | | updated to ninja-next, added some small fixes, and added simple testDaniel Moody2021-04-132-0/+69
* | | | is link should use the base nodes lstat instead of local fs statDaniel Moody2021-04-138-34/+28
* | | | used different method for pushing ninja file to bottom of DAG, use import nin...Daniel Moody2021-04-1310-84/+268