summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix is/is not syntaxMats Wichmann2019-02-111-2/+2
* Add textfile tool to defaultsMats Wichmann2019-02-081-1/+3
* Merge pull request #3286 from dmoody256/make_m4_test_crossplatformWilliam Deegan2019-02-061-26/+12
|\
| * update m4 test to use mingw on windows and not pass if m4 doesn't existDaniel Moody2019-02-041-26/+12
* | add sconstest.skip for test fixturesDaniel2019-02-051-0/+0
* | fix for case where nothing is return from vswhereDaniel2019-02-053-0/+73
|/
* Fix new test binary/text read issue for py3.5+. Changed mode to 'r' as just p...William Deegan2019-02-021-42/+39
* Add test to check for configure calling configured decider not handling Decid...William Deegan2019-02-021-0/+19
* Add test for TEMPFILESUFFIXMats Wichmann2019-01-162-3/+130
* merged masterDaniel2019-01-141-0/+49
|\
| * accidently reset changes, so recommitingDaniel2019-01-131-0/+49
* | removed unused imports and other sider changesDaniel2019-01-124-7/+1
* | added test for vs 14.1 and checking arm targetsDaniel2019-01-125-0/+456
* | added name for cl.exe and have older versions walk for cl.exeDaniel2019-01-101-4/+3
* | added support for checking for arm target support, and UWP apps for 2017Daniel2019-01-101-49/+92
* | reverted tests so they can use a default host == target platform for find msvcDaniel Moody2019-01-0911-18/+16
* | added ability to get vc dir without env (assume host == target) and fixed testDaniel Moody2019-01-091-2/+2
* | use the vcvars batch script to find installed vc'sDaniel2019-01-0911-14/+16
|/
* Update EnsureSConsVersion test expected fail version check from version 3 to ...William Deegan2019-01-071-1/+1
* fix missing code contents that should be included in signature of a function ...Zachary Tessler2018-12-221-33/+41
* Add APPLELINK_NO_CURRENT_VERSION and APPLELINK_NO_COMPATIBILITY_VERSION to al...William Deegan2018-12-102-3/+72
* flake8 fixesWilliam Deegan2018-12-091-5/+7
* Allow test to function minus otool verification on non mac platformsWilliam Deegan2018-12-071-37/+41
* Skip APPLELINK* testing if not on macWilliam Deegan2018-12-071-39/+39
* Fix GH issue #3241 - Support -compatability_version and -current_version flag...William Deegan2018-12-062-2/+69
* Merge remote-tracking branch 'upstream/master' into fix_mac_shlibversion_gh_i...William Deegan2018-12-052-6/+30
|\
| * Fix reference to TestCmd's IS_WINDOWS in clang testsWilliam Deegan2018-11-282-2/+4
| * PR #3244: changes per review for clang StaticLib testsMats Wichmann2018-11-282-14/+8
| * Add correct archiver tool for clang on win32Mats Wichmann2018-11-262-6/+34
* | move applelink test to use directory fixtureWilliam Deegan2018-12-054-24/+19
* | Fix flag usage for APPLELINK_CURRENT_VERSION and APPLELINK_COMPATIBILITY_VERS...William Deegan2018-12-051-1/+0
* | Initial checkin of functional versioned shared libraries for applelink. Not l...William Deegan2018-12-046-22/+3
|/
* Merge pull request #3216 from ptomulik/virtualenvWilliam Deegan2018-11-137-0/+555
|\
| * corrections after bdbaddog's code reviewPaweł Tomulik2018-11-107-35/+35
| * initial support for virtualenvPaweł Tomulik2018-11-107-0/+555
* | Add test with MD5-timestamp decider and Repository usageWilliam Deegan2018-11-121-0/+91
|/
* get rid of code copying PATH from os.environWilliam Deegan2018-11-061-1/+3
* Fix Java/multi-step.py to avoid picking up cygwin or mingw's link.exe which t...William Deegan2018-11-051-1/+8
* Fix broken docbook tests which weren't using the xsltproc found by test frame...William Deegan2018-11-0210-11/+30
* fix a couple tests broken by binary write in wrapper.py. previously compared ...William Deegan2018-11-022-2/+2
* Merge remote-tracking branch 'upstream/master' into fix_win_m4William Deegan2018-11-0223-93/+107
|\
| * attempt fixing tests failing due to binary modePaweł Tomulik2018-10-254-21/+21
| * use absolute python path in sheabangsPaweł Tomulik2018-10-2211-32/+38
| * remove unnecessary sheabangs from scripts generated by end-to-end testsPaweł Tomulik2018-10-2212-60/+41
| * Correct sheabangs in code snippets under test/Paweł Tomulik2018-10-2219-67/+79
| * Merge branch 'master' into fix_no_javac_failuresWilliam Deegan2018-10-182-2/+2
| |\
| * | Fix logic which populates JAVAINCLUDES when javac is not found. Restore check...William Deegan2018-10-164-0/+15
* | | Fix to write string as bytesWilliam Deegan2018-11-021-1/+1
* | | Fix m4.py test on windowsWilliam Deegan2018-11-011-1/+1
| |/ |/|
* | Additional fixes for SWIG testsMats Wichmann2018-10-162-2/+2
|/