summaryrefslogtreecommitdiffstats
path: root/test/Depends
Commit message (Collapse)AuthorAgeFilesLines
* [PY 3.8] test fixes for file closings, rawstringsMats Wichmann2019-04-252-5/+6
| | | | | | | On a linux host (missing some things that may be on the Travis CI setup), Py3.8a3 now shows 19 fails, 1048 pass, with 84 Warning: messages. Signed-off-by: Mats Wichmann <mats@linux.com>
* More changes to speed up testing on windows.William Deegan2018-09-261-1/+2
|
* Change so DefaultEnvironment and Enviroment don't initialize any tools to ↵William Deegan2018-09-261-1/+2
| | | | speed up test on windows
* Change bug references from tigris -> githubMats Wichmann2018-04-241-1/+1
| | | | Signed-off-by: Mats Wichmann <mats@linux.com>
* Expand references to tigris.org bug trackeranatoly techtonik2014-05-281-1/+1
|
* - fix for spurious rebuilds, allow caching of the changed() method's value ↵Dirk Baechle2014-02-141-0/+72
| | | | only when called from File.release_target_info()
* Issue 2647: In Executor.Null.get_all_children(), really return all ofSteven Knight2010-06-152-0/+216
the children, including the explicit dependencies, not just the sources.