summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #3696 from mwichmann/test-cleanupWilliam Deegan2020-06-153-27/+5
|\ \ | |/ |/|
| * Bugfix: to get raw data from stdin, use bufferMats Wichmann2020-06-141-3/+1
| * Cleanups in tests and in frameworkMats Wichmann2020-06-143-25/+5
* | Fix test for compilation_db to work on windows and linuxWilliam Deegan2020-06-152-10/+16
* | [appveyor skip][travis skip] fix sider warningWilliam Deegan2020-06-151-0/+3
* | [appveyor skip][travis skip] fix sider warningWilliam Deegan2020-06-151-3/+3
* | Fix fake mylink.py was broken on win32.William Deegan2020-06-141-12/+37
* | Fix Issue #3693 - change compilation db field 'target' to 'output' per specWilliam Deegan2020-06-141-2/+2
|/
* Merge pull request #3662 from bdbaddog/add_compilation_dbWilliam Deegan2020-06-086-90/+173
|\
| * Fix test SConstruct formattingWilliam Deegan2020-06-061-2/+0
| * Added tests which should cover all the variations of ways to call Compilation...William Deegan2020-06-062-11/+95
| * change CompilationDatabase from psuedo builder to builder. Add emitter to cle...William Deegan2020-06-061-2/+2
| * [skip appveyor] [skip travis] resolve sider complaints in test fixturesWilliam Deegan2020-05-221-3/+3
| * resolve sider complaints in test fixturesWilliam Deegan2020-05-222-6/+6
| * address sider issuesWilliam Deegan2020-05-191-1/+0
| * more test updatesWilliam Deegan2020-05-196-43/+64
| * extract fake gcc and link python scripts to fixture. We'll use these for Comp...William Deegan2020-05-193-53/+21
| * Rename as.py to asm.py and add to TOOL_ALIASES. 'as' is reserved keyword so c...William Deegan2020-05-192-0/+13
* | Merge branch 'master' into abc-TaskWilliam Deegan2020-05-292-0/+15
|\ \
| * \ Merge pull request #3655 from dmoody256/callable_silent_typeerrorsWilliam Deegan2020-05-292-0/+15
| |\ \
| | * | used fixtures in test TypeError testDaniel Moody2020-05-192-28/+15
| | * | Merge remote-tracking branch 'origin/master' into callable_silent_typeerrorsDaniel Moody2020-05-183-4/+11
| | |\ \
| | * | | cover other type of subber and add testDaniel Moody2020-05-171-0/+28
| | | |/ | | |/|
* | | | Set Tasks class as abstractMats Wichmann2020-05-259-6/+19
|/ / /
* | | Fix bug in test for PR #3668Mats Wichmann2020-05-241-1/+1
* | | classes no longer explicitly inherit from objectMats Wichmann2020-05-248-10/+10
| |/ |/|
* | change test to change expected line # depending on python versionWilliam Deegan2020-05-181-1/+8
* | Merge branch 'master' into py39William Deegan2020-05-174-32/+29
|\ \ | |/
| * [PR 3648] fixups from review commentsMats Wichmann2020-05-121-0/+9
| * Some more fixups for project directory movesMats Wichmann2020-05-124-40/+28
* | Python 3.9 supportMats Wichmann2020-05-122-3/+3
|/
* Merge remote-tracking branch 'origin/master' into patch-1Daniel2020-05-111-10/+10
|\
| * change runtest test to look for SCons and not srcWilliam Deegan2020-05-101-10/+10
* | update changes.txt and remove verbose from testDaniel2020-05-111-1/+0
* | Merge remote-tracking branch 'origin/master' into patch-1Daniel Moody2020-05-067-8/+24
|\ \ | |/
| * Reorganize the repo. Moved src/engine/SCons to ./SCons to be more in line wit...William Deegan2020-05-061-1/+1
| * Merge pull request #3634 from mwichmann/win-uuidWilliam Deegan2020-05-033-3/+3
| |\
| | * Use uuid lib for Visual Studio guidsMats Wichmann2020-05-013-3/+3
| * | add test for soname for applelink on linuxDaniel Moody2020-05-022-3/+3
| * | resolve github Issue #3246Daniel Moody2020-05-011-1/+17
| |/
* | updated test to test setoption no_progressDaniel Moody2020-05-021-2/+1
* | Merge branch 'master' into patch-1Daniel Moody2020-05-02294-1216/+2555
|\ \ | |/
| * Merge pull request #3608 from bdbaddog/add_vswhere_variableWilliam Deegan2020-04-234-2/+127
| |\
| | * Add system test for setting and retrieving VSWHEREWilliam Deegan2020-04-232-0/+123
| | * Merge branch 'master' into add_vswhere_variableWilliam Deegan2020-04-198-88/+6
| | |\
| | * | Address PR commentsWilliam Deegan2020-04-121-1/+1
| | * | Fix tar bz2 test so it won't crash when no bzip2 is presentWilliam Deegan2020-04-111-1/+3
| | * | Resolve issue #3605. Allow specifying VSWHERE to environmentWilliam Deegan2020-04-102-2/+2
| * | | Fix tests expecting -BsymbolicWilliam Deegan2020-04-212-2/+2
| | |/ | |/|
| * | Address github review notes and sider issuesWilliam Deegan2020-04-111-1/+0