summaryrefslogtreecommitdiff
path: root/test/AS
Commit message (Expand)AuthorAgeFilesLines
* Massage test fixtures a bitMats Wichmann2022-01-172-25/+52
* Run autoflake on codeMats Wichmann2020-09-214-6/+0
* Fix testing subdir usageMats Wichmann2020-06-194-4/+4
* Stop calling os.system in tests.Mats Wichmann2020-02-071-2/+2
* [PR #3345] fix more PY3.8 failsMats Wichmann2019-04-261-5/+10
* [PY 3.8] test fixes for file closings, rawstringsMats Wichmann2019-04-253-24/+20
* Fix bytes->string decoding issue as subprocess returned stdout is bytes in py3William Deegan2018-08-201-0/+1
* Fix test/AS/nasm.py as it previously would only run with nasm version 0.98William Deegan2018-08-191-5/+8
* When iterating over dict.items(), we do not need a new list.Craig Rodrigues2017-03-111-1/+1
* Additional fixture cleanup for test/AS directory.William Blevins2017-02-287-353/+107
* fix byte file reading issues for py3/2 portWilliam Deegan2017-02-273-15/+14
* fix byte/str issueWilliam Deegan2017-02-271-4/+9
* Moved common my<xxx>.py functions to global fixture and resolve byte/str.William Blevins2016-10-034-70/+26
* Updating tests to use fixture wrapper.py.William Blevins2016-09-242-12/+2
* More test fixes.William Blevins2016-09-217-28/+28
* Futurize stage 2 2to3 fixes only.William Blevins2016-09-201-1/+1
* - fixes for MinGW under Windows, mainly skipping MSVS-specific testsDirk Baechle2012-12-183-26/+34
* - first swoop of changes for getting all Buildbot slaves to run successfully ...dirkbaechle2012-09-054-10/+36
* Add .sx assembly files to preprocessed-assembly source scanner list. Closes i...Gary Oberbrunner2010-07-041-1/+14
* Test fixes for Solaris, notably making test/Actions/function.py printSteven Knight2010-06-082-0/+2
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-2511-30/+18
* Remove more unnecessary imports from test scripts.Steven Knight2009-02-118-8/+6
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-0911-0/+66
* Remove (lots) more unnecessary imports.Steven Knight2009-02-067-8/+0
* Don't use "as" as a variable name--reserved in Python 2.6.Steven Knight2008-10-121-3/+1
* Merged revisions 2136-2200,2202-2290,2292-2301 via svnmerge fromSteven Knight2007-08-172-2/+2
* Merged revisions 1968-2115 via svnmerge fromSteven Knight2007-07-114-305/+469
* Merged revisions 1667-1674 via svnmerge fromSteven Knight2006-11-041-4/+4
* Merged revisions 1582-1665 via svnmerge fromSteven Knight2006-11-028-37/+65
* Get rid of indentation tabs in the test scripts and have runtest.py invoke th...Steven Knight2005-10-141-9/+9
* More display customizability: , . (Also add the missing , for completeness,...Steven Knight2004-11-154-0/+432
* Easier customization of printable strings for , and .Steven Knight2004-11-154-0/+813