summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
* | py2/3 fix wb/rbWilliam Deegan2017-03-191-2/+2
|/
* py2/3 fix unnecessary binary reads. pep8 format the file while we're out atWilliam Deegan2017-03-191-9/+10
|
* Merged in bdbaddog/scons (pull request #419)William Deegan2017-03-195-68/+72
|\ | | | | | | More py2/py3 fixes.
| * Allow whitespace after include file name in regex. This resolves issue ↵William Deegan2017-03-191-5/+4
| | | | | | | | running with py3 on win32 (which was adding carriage returns. Remove replacing new line with cr/lf in test.must_match, this was an incorrect path to fix the test failing on win32 py3
| * incremental checkinWilliam Deegan2017-03-171-45/+41
| |
| * scanner.py works for win32 py27, but fails py3William Deegan2017-03-141-4/+12
| |
| * fix py2/3 mode=r and/rb, and remove native line ending translation. fixes win32William Deegan2017-03-142-17/+17
| |
| * fix py2/3 win32 must_match needed mode='r'William Deegan2017-03-141-1/+1
| |
| * fix py2/3 win32William Deegan2017-03-141-6/+7
| |
| * try mode='w' to see if this makes source file for msvc the proper formatWilliam Deegan2017-03-141-9/+9
| |
* | Fix bytes issues to fix test on Python 3.Craig Rodrigues2017-03-141-1/+3
| |
* | Use mode='r' to fix tests on Python 3.Craig Rodrigues2017-03-141-6/+6
| |
* | Replace string.uppercase with string.ascii_uppercase to fix test on Python 3.Craig Rodrigues2017-03-141-3/+3
| |
* | Use mode='r' to fix errors on Python 3Craig Rodrigues2017-03-141-4/+4
| |
* | Use byte string to fix test on Python 3Craig Rodrigues2017-03-141-3/+3
| |
* | Use mode='r' to fix test on Python 3Craig Rodrigues2017-03-141-1/+1
| |
* | Use byte string to fix test on Python 3Craig Rodrigues2017-03-141-1/+1
| |
* | Use byte strings to fix test on Python 3.Craig Rodrigues2017-03-141-3/+3
| |
* | Use byte strings to fix test on Python 3.Craig Rodrigues2017-03-142-6/+6
|/
* py2/3 add mode=r to must_match to fix win32 py27,py3William Deegan2017-03-148-40/+40
|
* py2/3 add mode='r' to must_match. Should fix some win32 failuresWilliam Deegan2017-03-146-8/+8
|
* py2/3 remove code to handle dblite changing sconsigfile nameWilliam Deegan2017-03-131-1/+1
|
* added TestSCons.unlink_sconsignfile(name) method to append .p3 to expected ↵William Deegan2017-03-131-1/+1
| | | | file name on py3. about 10 tests need to be changed to use this
* py2/3 mode=r on test.read()William Deegan2017-03-131-2/+2
|
* Fix name shadowing trap brought to light by py3s changes in module import ↵William Deegan2017-03-131-8/+12
| | | | see: http://python-notes.curiousefficiency.org/en/latest/python_concepts/import_traps.html#the-name-shadowing-trap
* fix mistaken head closeWilliam Deegan2017-03-136-36/+36
|\
| * fix mistaken head closeWilliam Deegan2017-03-1373-390/+420
| |\
| | * py2/3 fix rb/wb, switch to must_match and mode='r'William Deegan2017-03-131-6/+6
| | |
| * | Fix some bytes/str issues to fix py2/3.Craig Rodrigues2017-03-1215-49/+49
| | |
* | | Merged in rodrigc/scons (pull request #409)William Deegan2017-03-135-9/+9
|\ \ \ | | | | | | | | | | | | Remove 'U' flag to open()
| * | | Remove 'U' flag to open() which is deprecated.Craig Rodrigues2017-03-115-9/+9
| | | |
* | | | Merged in rodrigc/scons (pull request #410)William Deegan2017-03-132-2/+2
|\ \ \ \ | |_|_|/ |/| | | | | | | When iterating over dict.items(), we do not need a new list.
| * | | When iterating over dict.items(), we do not need a new list.Craig Rodrigues2017-03-122-2/+2
| |/ /
* | | py2/3 byte fixesWilliam Deegan2017-03-1325-150/+141
| | |
* | | Fix byte issues, module import issue remainsWilliam Deegan2017-03-131-6/+6
| | |
* | | fix must_match mode='r'William Deegan2017-03-134-12/+12
| | |
* | | fix py2/3 issues mostly rb/wb mode='r' fixesWilliam Deegan2017-03-133-8/+11
| | |
* | | py2/3 must_match mode='r' changesWilliam Deegan2017-03-131-10/+10
| | |
* | | mergedWilliam Deegan2017-03-134-15/+15
|\ \ \
| * | | py2/3 must_match mode='r' changesWilliam Deegan2017-03-134-15/+15
| | | |
* | | | remove mode b's py2/3William Deegan2017-03-131-4/+4
|/ / /
* | | removed b from file open py2/3William Deegan2017-03-131-1/+1
| | |
* | | copied old wrapper logic from java tests.William Deegan2017-03-131-0/+7
| | |
* | | swap using wrapper.py fixture to wrapper_with_args.py. The fixture swap ↵William Deegan2017-03-134-20/+23
| | | | | | | | | | | | missed that java tests wrapper was different. Also mode rb/wb changes, and switch to must_match with mode='r'
* | | get rid of rb/wbWilliam Deegan2017-03-121-4/+4
| | |
* | | get rid of rb/wbWilliam Deegan2017-03-122-14/+14
| | |
* | | get rid of rb/wbWilliam Deegan2017-03-121-3/+3
| | |
* | | switch to use must_match, mode=r, and get rid of rb/wbWilliam Deegan2017-03-121-3/+3
| | |
* | | switch to use must_match, mode=r, and get rid of rb/wbWilliam Deegan2017-03-121-2/+0
| | |
* | | switch to use must_match, mode=r, and get rid of rb/wbWilliam Deegan2017-03-121-4/+6
| | |