Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updated vc and tests to check the msvc cl binary | Daniel | 2018-08-13 | 12 | -22/+67 |
| | |||||
* | Merge pull request #3169 from dmoody256/MSVSTestDoesntCheckForCL | William Deegan | 2018-08-12 | 1 | -2/+6 |
|\ | | | | | Msvs test doesnt check for cl | ||||
| * | Merge remote-tracking branch 'origin/master' into MSVSTestDoesntCheckForCL | Daniel | 2018-08-12 | 7 | -7/+147 |
| |\ | |||||
| * \ | Merge remote-tracking branch 'origin/master' into MSVSTestDoesntCheckForCL | Daniel | 2018-08-12 | 63 | -139/+531 |
| |\ \ | |||||
| * | | | updated the msvs 10 test to check and make sure the cl.exe is there as well. | Daniel Moody | 2018-04-05 | 1 | -2/+6 |
| | | | | |||||
* | | | | updated test to reflect the removal of find function from mingw tool | Daniel | 2018-08-12 | 2 | -3/+10 |
| |_|/ |/| | | |||||
* | | | Merge pull request #3161 from mwichmann/test_must_contain | William Deegan | 2018-08-10 | 2 | -2/+2 |
|\ \ \ | | | | | | | | | Testing: python 3 fix for must_contain | ||||
| * | | | Try a more scons-y file conversion for Py3 file reads | Mats Wichmann | 2018-07-31 | 2 | -2/+2 |
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Instead of custom conversion as in the previous iteration, use the to_bytes function. The two known tests which incorrectly let the text-mode xml file be opened in binary mode are adjusted to supply mode='r' Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | | | Fix the new missing-sconscript test for Windows | Mats Wichmann | 2018-08-09 | 1 | -12/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Missed that string matching on the invalid sconscript path needs to be OS-agnostic - the CI builders don't include a windows image, so this was not caught. Call normpath on the path before pushing it into the expected strings. Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | | | Merge branch 'master' into wip-missing-scons | William Deegan | 2018-08-07 | 4 | -2/+10 |
|\ \ \ | |||||
| * \ \ | Merge branch 'master' into wip-addjavas | William Deegan | 2018-08-01 | 2 | -2/+2 |
| |\ \ \ | | |/ / | |||||
| | * | | Change octal constants in QT tests | Mats Wichmann | 2018-07-25 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolving two test failures in Python 3 caused by: http://www.python.org/dev/peps/pep-3127/: octal literals must now be specified with a leading "0o" or "0O" instead of "0"; Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
| * | | | Update java version support | Mats Wichmann | 2018-07-18 | 2 | -0/+8 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Although the newer versions are marketed as simple versions, scons will see them as dotted versions: 9.0, 10.0. Add some comments to this in test code - the RMI test skip ought to work as long as they stay dotted versions (since 10.0 >= 1.8); that code does run the test for a simple version like '6'. Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | | | Some further adjustments to missing-sconscript tests | Mats Wichmann | 2018-07-30 | 3 | -7/+17 |
| | | | | | | | | | | | | Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | | | Add tests for SConscript(must_warn) option | Mats Wichmann | 2018-07-28 | 1 | -0/+119 |
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | Testcases added to confirm the behavior of: first attempt to call a non-existent script gives a deprecation warning, additional ones give plain warning; True/False values for must_warn behave as expected; if scons default is changed to exception the call fails but if must_warn=False it still works. Tweaked the logic to actually get that last bit to work. Also minor doc update. Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | | Fix for py2.7 + 3.5+ | William Deegan | 2018-07-08 | 1 | -0/+1 |
| | | |||||
* | | stop using obsolete distutils.sysconfig to find python include, link ↵ | William Deegan | 2018-07-08 | 1 | -2/+3 |
| | | | | | | | | paths,and library names. Use sysconfig.get_config_var() calls instead | ||||
* | | Merge branch 'master' into appveyor_issues | William Deegan | 2018-07-07 | 2 | -35/+148 |
|\ \ | |||||
| * | | Test FORTRANMODDIR.py: use F90 everywhere. | maiphi | 2018-05-27 | 1 | -8/+8 |
| | | | |||||
| * | | Make test FORTRANMODDIR.py work with non-empty FORTRANMODDIRPREFIX. | maiphi | 2018-05-27 | 1 | -31/+37 |
| | | | |||||
| * | | Added a gfortran test without FORTRANMODDIR set. | maiphi | 2018-05-26 | 1 | -3/+33 |
| | | | |||||
| * | | Added missing FORTRANMODDIRPREFIX=-J to the gfortran tool. | maiphi | 2018-05-26 | 1 | -0/+77 |
| | | | | | | | | | | | | | | | Also added a test which compiles a .f90 source file to an executable with gfortran and checks that module files are place in FORTRANMODDID correctly. | ||||
* | | | Merge pull request #4 from ↵ | William Deegan | 2018-07-06 | 4 | -18/+50 |
|\ \ \ | | | | | | | | | | | | | | | | | dmoody256/pr-3052-Add-method-for-individual-tools-to-search-for-windows fixing swig tool and tests for windows | ||||
| * | | | pr-3052: moved some 64 bit logic to TestCmd and used TestCmd system checks | Daniel Moody | 2018-05-25 | 1 | -2/+3 |
| | | | | |||||
| * | | | pr-3052: Needed to define target arch in the non-windows case | Daniel Moody | 2018-05-25 | 1 | -1/+3 |
| | | | | |||||
| * | | | pr-3052: made target arch transparent to non windows platforms | Daniel Moody | 2018-05-25 | 1 | -3/+3 |
| | | | | |||||
| * | | | pr-3052: removed debug print statements | Daniel Moody | 2018-05-25 | 1 | -2/+2 |
| | | | | |||||
| * | | | Merge remote-tracking branch 'bd/appveyor_issues' into ↵ | Daniel Moody | 2018-05-25 | 8 | -17/+24 |
| |\ \ \ | | | | | | | | | | | | | | | | pr-3052-Add-method-for-individual-tools-to-search-for-windows | ||||
| * | | | | pr-3052: added a missing comma to the environment args | Daniel Moody | 2018-05-25 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | pr-3052: Updated swig tool with some default paths and fixed test to build ↵ | Daniel Moody | 2018-05-25 | 1 | -11/+33 |
| | | | | | | | | | | | | | | | | | | | | on windows. | ||||
| * | | | | pr-3052: updated swig test to work for windows. | Daniel Moody | 2018-05-25 | 1 | -5/+1 |
| | | | | | |||||
| * | | | | fixed swig tests to work on windows | Daniel Moody | 2018-05-25 | 4 | -8/+19 |
| | | | | | |||||
| * | | | | Merge remote-tracking branch 'scons/master' into ↵ | Daniel Moody | 2018-05-25 | 39 | -36/+250 |
| |\ \ \ \ | | | |/ / | | |/| | | | | | | | pr-3052-Add-method-for-individual-tools-to-search-for-windows | ||||
| * | | | | removed binary read and write so newlines are crossplatform and updated path ↵ | Daniel Moody | 2018-04-10 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | for appveyor script | ||||
| * | | | | updated yacc tool to add default paths, updated to test to use the tool ↵ | Daniel Moody | 2018-04-09 | 3 | -8/+14 |
| | | | | | | | | | | | | | | | | | | | | specifically and know when to skip on windows. | ||||
| * | | | | Fix clang and mingw tests | William Deegan | 2018-03-25 | 1 | -0/+2 |
| | |_|/ | |/| | | |||||
* | | | | pr-3052: updated pkg-config test to work on windows | Daniel | 2018-05-26 | 1 | -10/+23 |
| | | | | |||||
* | | | | Merge remote-tracking branch 'bd/appveyor_issues' into ↵ | Daniel | 2018-05-26 | 17 | -38/+108 |
|\ \ \ \ | | | | | | | | | | | | | | | | pr-3052-fix-pkg-config-test-for-windows | ||||
| * | | | | pr-3052: updated the expected result to work for windows | Daniel Moody | 2018-05-25 | 1 | -1/+2 |
| | | | | | |||||
| * | | | | pr-3052: fixed some missing quotes for some tests that use the new default ↵ | Daniel Moody | 2018-05-25 | 3 | -9/+9 |
| | |_|/ | |/| | | | | | | | | | | java tests for windows | ||||
| * | | | remove mingw tool as it's breaking non win tests | William Deegan | 2018-05-25 | 1 | -1/+1 |
| | | | | |||||
| * | | | Handful of changes to get clang tests passing on windows. Use glob to find ↵ | William Deegan | 2018-05-25 | 8 | -18/+25 |
| | | | | | | | | | | | | | | | | other possible default mingw install paths. mingw is needed in many cases on windows to compile/archive. | ||||
| * | | | removed binary read and write so newlines are crossplatform and updated path ↵ | Daniel Moody | 2018-05-25 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | for appveyor script | ||||
| * | | | updated yacc tool to add default paths, updated to test to use the tool ↵ | Daniel Moody | 2018-05-25 | 3 | -8/+14 |
| | | | | | | | | | | | | | | | | specifically and know when to skip on windows. | ||||
| * | | | Fix clang and mingw tests | William Deegan | 2018-05-25 | 1 | -0/+2 |
| | |/ | |/| | |||||
| * | | Added missing pass_test() to Literal.py test | maiphi | 2018-05-22 | 1 | -0/+2 |
| | | | |||||
| * | | Added a test case for expansion of Literal objects in ${_concat()} | Philipp Maierhoefer | 2018-05-21 | 1 | -0/+52 |
| | | | |||||
* | | | pr-3052: updated pkg-config test to handle backslashes and spaces on windows | Daniel | 2018-05-26 | 1 | -3/+5 |
|/ / | |||||
* | | change test to skip initializing any tools in DefaulEnvironment. Should ↵ | William Deegan | 2018-05-11 | 1 | -0/+10 |
| | | | | | | | | speed up test on windows a bit | ||||
* | | move test files from QMTest to testing/framework. QMtest hasn't been used in ↵ | William Deegan | 2018-04-30 | 3 | -4/+4 |
| | | | | | | | | quite some time |