summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* py3. Fix vendor specific compilers importing c++ module, instead of cxx. c++ ...William Deegan2017-03-201-1/+1
* py2/3 to fix this test required several files/compares to be binary.William Deegan2017-03-201-10/+15
* py2/3 fixed binary/str issue, but test is still failing on py3 with _action s...William Deegan2017-03-201-3/+3
* added mode='r' for must_matches, and for one case added mode='w' for source f...William Deegan2017-03-203-40/+31
* Remove deprecated tool SubversionWilliam Deegan2017-03-201-186/+0
* Remove deprecated tool SCCSWilliam Deegan2017-03-206-796/+0
* Remove deprecated tool RCSWilliam Deegan2017-03-207-1053/+0
* Remove deprecated tool CVSWilliam Deegan2017-03-203-613/+0
* Remove deprecated tool BitKeeperWilliam Deegan2017-03-203-664/+0
* remove deprecated Perforce toolWilliam Deegan2017-03-203-569/+0
* py2/3 fix must_match and rb/wbWilliam Deegan2017-03-202-22/+22
* py2/3 doesn't fix py3 yet.William Deegan2017-03-201-16/+16
* py2/3 fix win32 py27 failures. Also resolve some py3 failuresWilliam Deegan2017-03-2013-146/+180
* py2/3 rb/ab/wb fixesWilliam Deegan2017-03-201-10/+10
* fix ab flag py2/3William Deegan2017-03-201-3/+4
* fix ab flag py2/3William Deegan2017-03-201-8/+8
* fix ab flag py2/3William Deegan2017-03-201-2/+3
* py2/3 ab fix. Plus switch to must_matchWilliam Deegan2017-03-201-5/+5
* py2/3 fix rb/wbWilliam Deegan2017-03-203-9/+9
* check for correct gdbm module to decide to skip or not py2/3William Deegan2017-03-201-1/+1
* py2/3 fix wb/rbWilliam Deegan2017-03-205-18/+18
* py2/3 fix rb/wb also replace convoluted test logic with correct test methods ...William Deegan2017-03-191-6/+6
* change test to use get_text_contents py2/3William Deegan2017-03-191-1/+1
* mergeWilliam Deegan2017-03-195-23/+23
|\
| * py2/3 fix. Add b to w open. Needed because we're dumping node.get_contents(),...William Deegan2017-03-191-1/+1
| * py2/3 rb/wb fixWilliam Deegan2017-03-191-3/+3
| * typo fixWilliam Deegan2017-03-191-2/+2
| * py2/3 must_match mode=rWilliam Deegan2017-03-191-14/+14
| * py2/3 wb/rb changedWilliam Deegan2017-03-161-3/+3
* | 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
|\
| * Allow whitespace after include file name in regex. This resolves issue runni...William Deegan2017-03-191-5/+4
| * 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