summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge remote-tracking branch 'upstream/master' into fix_java_tests_path_with_...William Deegan2018-10-1585-67/+228
|\
| * Add test to verify Configure's TryCompile works with CachedirWilliam Deegan2018-10-101-0/+71
| * Merge pull request #3201 from bdbaddog/speedup_win_tests_pt1William Deegan2018-10-0184-67/+157
| |\
| | * Speed up option tests for windowsWilliam Deegan2018-09-2631-24/+54
| | * Speed up M4 tests for windowsWilliam Deegan2018-09-263-5/+9
| | * Speed up long-lines tests for windowsWilliam Deegan2018-09-261-1/+3
| | * Speed up import.py by excluding default tool installs when not needed for win...William Deegan2018-09-261-2/+5
| | * Speed up Install tests for windowsWilliam Deegan2018-09-2613-9/+23