summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix logic which populates JAVAINCLUDES when javac is not found. Restore check...William Deegan2018-10-164-0/+15
* 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
| | * Speed up implicit-cache tests for windowsWilliam Deegan2018-09-265-2/+8
| | * Speed up implicit tests for windowsWilliam Deegan2018-09-263-2/+6
| | * Speed up Glob tests for windowsWilliam Deegan2018-09-268-9/+17
| | * Speed up GetOption tests for windowsWilliam Deegan2018-09-261-0/+1
| | * Speed up GetBuildFailures tests for windowsWilliam Deegan2018-09-263-0/+3
| | * Speedup explain tests on windowsWilliam Deegan2018-09-265-5/+10
| | * Speed up Climb tests on windowsWilliam Deegan2018-09-267-5/+12
| | * Speedup Clean tests for windowsWilliam Deegan2018-09-263-3/+6
* | | Fixes for Java tests on win32William Deegan2018-10-0212-90/+56
* | | Update to use paths set by javac, rmic. Also update RMISecurityManager to Sec...William Deegan2018-10-021-13/+18
* | | Changed to allow scons java logic to find install for win32. Also add declspe...William Deegan2018-10-021-6/+5
* | | Switch to depending on javac tool finding javac on win32 rather than the test...William Deegan2018-10-011-17/+11
* | | add logic to find java installs and on win32 use this to add to env['ENV']['P...William Deegan2018-10-012-2/+2
* | | Fix missing -c in testcaseWilliam Deegan2018-10-012-4/+4
* | | Add test for 1.8. Modularize java tests and move files to a fixture. Change ...William Deegan2018-10-013-3/+9
* | | change method of finding javac from using full path (which fails when it has ...William Deegan2018-09-3015-250/+373
|/ /
* | Add xz compression to tar packaging choices.Mats Wichmann2018-09-272-4/+95
* | Fix packaging strip-install-dir testMats Wichmann2018-09-271-3/+4
* | Fix applelink test to work on win32William Deegan2018-09-271-2/+1
|/
* More changes to speed up testing on windows.William Deegan2018-09-2651-49/+115
* Change so DefaultEnvironment and Enviroment don't initialize any tools to spe...William Deegan2018-09-261-1/+2
* fix test so it should run on any platformWilliam Deegan2018-09-241-1/+1
* Fix Github issue #2580 - hash mark not properly handled in FRAMEWORKPATHWilliam Deegan2018-09-231-0/+70
* Fix test/Execute.py failing on windows with python 2.7.15. It worked fine wit...William Deegan2018-09-211-3/+4
* Improvements to tarball packagerMats Wichmann2018-09-082-12/+18
* Merge branch 'master' into test-rpmpkgWilliam Deegan2018-09-0525-85/+94
|\
| * Merge pull request #3180 from bdbaddog/update_nasm_test_to_runWilliam Deegan2018-08-201-0/+1
| |\
| | * Fix bytes->string decoding issue as subprocess returned stdout is bytes in py3William Deegan2018-08-201-0/+1
| * | Merge pull request #3179 from bdbaddog/update_nasm_test_to_runWilliam Deegan2018-08-201-5/+8
| |\ \ | | |/
| | * Fix test/AS/nasm.py as it previously would only run with nasm version 0.98William Deegan2018-08-201-5/+8
| * | Merge branch 'master' into swig-check-PyHWilliam Deegan2018-08-1712-22/+67
| |\ \ | | |/
| | * updated vc and tests to check the msvc cl binaryDaniel2018-08-1312-22/+67
| * | get_platform_python_info fail on missing Python.hMats Wichmann2018-08-1712-24/+24
| * | Move checking for python header to common locationMats Wichmann2018-08-1512-62/+16
| * | SWIG recursive test checkes for Python.hMats Wichmann2018-08-131-1/+7
| |/
* | generalize the fix for #3164Mats Wichmann2018-09-047-50/+20
* | Fix rpm tests for newer rpmbuild (fixes #3164)Mats Wichmann2018-08-134-8/+19
|/
* Merge pull request #3169 from dmoody256/MSVSTestDoesntCheckForCLWilliam Deegan2018-08-121-2/+6
|\
| * Merge remote-tracking branch 'origin/master' into MSVSTestDoesntCheckForCLDaniel2018-08-127-7/+147
| |\
| * \ Merge remote-tracking branch 'origin/master' into MSVSTestDoesntCheckForCLDaniel2018-08-1263-139/+531
| |\ \
| * | | updated the msvs 10 test to check and make sure the cl.exe is there as well.Daniel Moody2018-04-051-2/+6