summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Fixed difference in types MethodType argument list between 2/3 which allowed ↵William Blevins2016-09-218-76/+49
| | | | finishing CC folder.
* More test fixes.William Blevins2016-09-2120-99/+52
|
* Fixed test/ZIP tests.William Blevins2016-09-219-40/+29
|
* Updates to test/AR and test/Actions.William Blevins2016-09-2119-148/+107
| | | | -Moved some string files to fixture.
* Fixing QMTest str and bytes issues.William Blevins2016-09-204-6/+6
|
* Futurize stage 2 2to3 fixes only.William Blevins2016-09-202-2/+2
|
* Removed deprecate fortran lib handling.William Blevins2016-08-102-5/+3
|
* merge python3 branch to defaultWilliam Deegan2016-05-23156-1156/+1209
|\
| * Fixed Fortran tests which were throughing missing include directory warning.William Blevins2016-05-154-4/+16
| | | | | | | | Warning added in gcc5.
| * Fix print()Bill2016-05-141-1/+1
| |
| * Fix print()Bill2016-05-141-1/+1
| |
| * Fix print()Bill2016-05-141-1/+1
| |
| * fixes for print()'s for win32William Deegan2016-05-132-2/+2
| |
| * fix print statement in embedded string which generates SConstructWilliam Deegan2016-05-131-1/+1
| |
| * Seeems like EnvironmentError is not yielding the proper error output from ↵William Deegan2016-05-121-2/+2
| | | | | | | | SCons under __future__. py 3.5 EnvironmentError is an alias for OSError. Changing to OSError makes the test pass
| * fix print() conversion on testWilliam Deegan2016-05-121-5/+8
| |
| * fix broken test. 2to3 print changes broke some formatting. Changed output to ↵William Deegan2016-05-121-5/+8
| | | | | | | | generate same in a different way
| * remove reference to six package.. unusedWilliam Deegan2016-05-121-1/+0
| |
| * Fixed print()'s. Still some remaining issues. Check later.William Deegan2016-05-091-2/+2
| |
| * Fixed print()'s. Still some remaining issues. Check later.William Deegan2016-05-091-8/+8
| |
| * Fixed print()'sWilliam Deegan2016-05-091-8/+8
| |
| * Fixed print()'sWilliam Deegan2016-05-091-2/+2
| |
| * Fixed print()'sWilliam Deegan2016-05-091-2/+2
| |
| * Fixed print()'sWilliam Deegan2016-05-091-2/+2
| |
| * Fixed print()'sWilliam Deegan2016-05-091-9/+9
| |
| * Fixed print()'sWilliam Deegan2016-05-091-3/+3
| |
| * Fixed print()'sWilliam Deegan2016-05-091-1/+1
| |
| * Fix typo in comment.William Deegan2016-05-091-1/+1
| |
| * Fixed embedded SConscript/SConstruct's usage of print. Had no parens.William Deegan2016-05-091-5/+5
| |
| * Fixed embedded SConscript/SConstruct's usage of print. Had no parens.William Deegan2016-05-091-2/+2
| |
| * Fixed embedded SConscript/SConstruct's usage of print. Had no parens.William Deegan2016-05-091-16/+16
| |
| * Fix missing right parent in print () function in generated SConstruct.William Deegan2016-05-091-1/+2
| |
| * Commit resolved conflicted merge.Russel Winder2016-04-1036-99/+137
| |\
| * \ Resolved conflicting merge.Russel Winder2016-03-011-1/+46
| |\ \
| * \ \ Commit merge from default.Russel Winder2016-02-023-0/+69
| |\ \ \
| * | | | Resolving a batch of failing tests for python 2.7.William Blevins2016-01-2426-100/+99
| | | | | | | | | | | | | | | | | | | | Note: please evaluate python 3.X compliance.
| * | | | Merge in default.Russel Winder2016-01-1913-15/+59
| |\ \ \ \
| * \ \ \ \ Merge default.Russel Winder2016-01-181-1/+1
| |\ \ \ \ \
| | * | | | | fix text to say 'tex' instead of 'text' specifying which tools were missing ↵William Deegan2016-01-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | when the test is skipped
| * | | | | | Merge in from default.Russel Winder2016-01-152-1/+6
| |\ \ \ \ \ \ | | |/ / / / /
| * | | | | | Amend the message.Russel Winder2016-01-101-1/+1
| | | | | | |
| * | | | | | Refactor of test, but it still fails due to missing output from SCons.Russel Winder2016-01-101-16/+21
| | | | | | |
| * | | | | | Remove spurious space causing test fail.Russel Winder2016-01-101-1/+1
| | | | | | |
| * | | | | | Some more statement to function transforms.Russel Winder2016-01-016-7/+7
| | | | | | |
| * | | | | | Some more statement to function transforms.Russel Winder2016-01-0123-134/+134
| | | | | | |
| * | | | | | Some more print statements to functions.Russel Winder2016-01-0122-85/+85
| | | | | | |
| * | | | | | Some more print statements to functions.Russel Winder2016-01-016-25/+26
| | | | | | |
| * | | | | | Run futurize --stage1.Russel Winder2016-01-013-295/+301
| | | | | | |
| * | | | | | Post merge commit for safety. Building Fortran code works, but tests fail.Russel Winder2015-12-24122-391/+3378
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merged default branch into python3-port to keep it up to date.Gary Oberbrunner2014-08-23162-129/+3875
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hand-updated a few things to keep them python3-safe, and handled several merge conflicts.