summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* remove adding .p3 suffix to dblite files for py3. TODO: make sure this ↵William Deegan2017-03-131-2/+5
| | | | doesn't cause weirdness
* py2/3 remove code to handle dblite changing sconsigfile nameWilliam Deegan2017-03-131-1/+1
|
* remove py3 checking codeWilliam Deegan2017-03-131-7/+1
|
* added TestSCons.unlink_sconsignfile(name) method to append .p3 to expected ↵William Deegan2017-03-132-1/+16
| | | | 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
|
* added and commented out some debug code which is useful for working on test ↵William Deegan2017-03-131-0/+4
| | | | failures
* merge headsWilliam Deegan2017-03-132-2/+2
|\
| * output from try run comes from get_content() which is bytes. So use ↵William Deegan2017-03-131-1/+1
| | | | | | | | SCons.Util.to_str to convert to string on py3
| * read logfile in non-binary modeWilliam Deegan2017-03-131-1/+1
| |
* | py2/3 remove wb from created taskmaster trace fileWilliam Deegan2017-03-131-1/+1
| |
* | remove wb mode from creation of taskmaster trace file. Was breaking tests, ↵William Deegan2017-03-131-1/+1
|/ | | | and no reason to have such file be binary
* 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-137-37/+37
|\
| * fix mistaken head closeWilliam Deegan2017-03-1375-394/+425
| |\
| | * py2/3 fix rb/wb, switch to must_match and mode='r'William Deegan2017-03-131-6/+6
| | |
| | * fix unicode usage for --debug=tree py2/3William Deegan2017-03-131-1/+1
| | |
| * | close headWilliam Deegan2017-03-130-0/+0
| | |
| * | 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-1311-19/+19
|\ \ \ | | | | | | | | | | | | Remove 'U' flag to open()
| * | | Remove 'U' flag to open() which is deprecated.Craig Rodrigues2017-03-111-2/+2
| | | |
| * | | Remove 'U' flag to open() which is deprecated.Craig Rodrigues2017-03-1111-17/+17
| | | |
* | | | Merged in rodrigc/scons (pull request #410)William Deegan2017-03-1340-79/+79
|\ \ \ \ | | | | | | | | | | | | | | | 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-1240-80/+80
| |/ / /
* | | | Merged in russel/scons (pull request #411)William Deegan2017-03-132-11/+13
|\ \ \ \ | |_|_|/ |/| | | | | | | Change the search order for D compilers.
| * | | Update the changes file for the change of default D tool ordering.Russel Winder2017-03-131-1/+4
| | | |
| * | | Change the search order for D compilers.Russel Winder2017-03-121-10/+9
| |/ /
* | | 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
| | |
* | | py2/3 mode=r and swap to use must_matchWilliam Deegan2017-03-122-6/+7
| | |
* | | no unicode in py3, u() works in py2William Deegan2017-03-121-1/+2
| | |
* | | no more cmp in py3, define a compare function and use it. Also specify ↵William Deegan2017-03-121-1/+14
| | | | | | | | | | | | DefaultEnvironment(tools=[]) to speed up the test slightly
* | | py2/3 fix mode=r for must_match to fix win32William Deegan2017-03-121-10/+10
| | |
* | | fix rb/wb py2/3William Deegan2017-03-121-6/+6
| | |
* | | py2/3 fix mode=r for must_match to fix win32William Deegan2017-03-122-4/+6
| | |
* | | py2/3 fix mostly adding mode='r' to must_matchWilliam Deegan2017-03-128-40/+40
| | |