Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move SConstruct from test to file fixture | William Deegan | 2019-10-11 | 1 | -0/+3 |
| | |||||
* | Merge pull request #3345 from mwichmann/py38warns4-tests | William Deegan | 2019-04-28 | 5 | -49/+84 |
|\ | | | | | [wip] Py38warns4 tests | ||||
| * | [PR #3345] fix flake8 compliants on the PR | Mats Wichmann | 2019-04-25 | 2 | -6/+6 |
| | | | | | | | | Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
| * | [PY 3.8] test fixes for file closings, rawstrings | Mats Wichmann | 2019-04-25 | 4 | -11/+12 |
| | | | | | | | | | | | | | | On a linux host (missing some things that may be on the Travis CI setup), Py3.8a3 now shows 19 fails, 1048 pass, with 84 Warning: messages. Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
| * | [PY 3.8] modernize common test fixtures | Mats Wichmann | 2019-04-25 | 5 | -49/+83 |
| | | | | | | | | | | | | | | Apply changes to quiet open-file warnings. Add docstring to a few. Switch os.system usage to subprocess.call. Add if-main logic. Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | | Also ignore PURE and ELEMENTAL after MODULE in Scanner and Emitter. | Peter Diener | 2019-04-26 | 3 | -0/+58 |
| | | | | | | | | | | | | | | | | | | | | Add subroutines that are declared pure and elemental to the test of the Emitter. Note that in test_1.f90, the interface is repeated in the submodule, whereas in test_2.f90 the interface is taken from the module. Also note that the regex does not check whether "module pure" or "module elemental" is actually followed by "subroutine" or "function". This would be a syntax error and should trigger a compile time error. | ||||
* | | Fix Issue #3135 - Also add tests to check that emitter is properly ↵ | William Deegan | 2019-04-25 | 3 | -0/+107 |
|/ | | | | processing interface module declarations | ||||
* | Add test for GH Issue #3303 | William Deegan | 2019-02-27 | 1 | -0/+4 |
| | |||||
* | add sconstest.skip for test fixtures | Daniel | 2019-02-05 | 1 | -0/+0 |
| | |||||
* | fix for case where nothing is return from vswhere | Daniel | 2019-02-05 | 2 | -0/+22 |
| | |||||
* | Fix to write string as bytes | William Deegan | 2018-11-02 | 1 | -1/+1 |
| | |||||
* | Fix m4.py test on windows | William Deegan | 2018-11-01 | 1 | -1/+1 |
| | |||||
* | removed b from file open py2/3 | William Deegan | 2017-03-13 | 1 | -1/+1 |
| | |||||
* | copied old wrapper logic from java tests. | William Deegan | 2017-03-13 | 1 | -0/+7 |
| | |||||
* | Moved common my<xxx>.py functions to global fixture and resolve byte/str. | William Blevins | 2016-10-03 | 2 | -0/+15 |
| | |||||
* | Moved fixture directory under #test. | William Blevins | 2016-09-24 | 3 | -0/+37 |