summaryrefslogtreecommitdiffstats
path: root/test/AS/fixture
Commit message (Collapse)AuthorAgeFilesLines
* [PR #3345] fix more PY3.8 failsMats Wichmann2019-04-261-5/+10
| | | | | | | | | | | File closes in msvs tool Context manager in rpm tool Dummy compiler, assembler scripts can be called in unexpected ways (namely by gcc tool init), which passes --version flag. don't take exception on the getopt call. Try again to undo my breakage of _subproc, which was failing on Win+PY27 Signed-off-by: Mats Wichmann <mats@linux.com>
* [PY 3.8] test fixes for file closings, rawstringsMats Wichmann2019-04-252-23/+18
| | | | | | | 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>
* Additional fixture cleanup for test/AS directory.William Blevins2017-03-013-0/+83