summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* py2/3 fixesWilliam Deegan2017-02-281-1/+1
|
* no need to write SConstruct as binary file change to normal fileWilliam Deegan2017-02-281-1/+1
|
* py2/3 fixWilliam Deegan2017-02-281-1/+1
|
* py2/3 fixWilliam Deegan2017-02-281-1/+1
|
* fix py2/3 not sure why it was calling string.replace, instead of .replace on ↵William Deegan2017-02-281-1/+1
| | | | the string..?
* Fix py2/3 byte file issueWilliam Deegan2017-02-281-2/+2
|
* Fix py2/3 byte file issueWilliam Deegan2017-02-281-1/+1
|
* Fix py2/3 byte file issueWilliam Deegan2017-02-281-2/+2
|
* fixed for py3 & py2 compat. Also added DefaultEnvironment(tools=[]) to speed ↵William Deegan2017-02-281-9/+9
| | | | it up a bit. Perhaps more tests would benefit from such
* fix byte file reading issues for py3/2 portWilliam Deegan2017-02-283-15/+14
|
* fix byte/str issueWilliam Deegan2017-02-281-4/+9
|
* remove code to check if python version supports lexical closures (has been ↵William Deegan2017-02-261-39/+9
| | | | supported since python 2.2). Use must_match()'s message param
* Merged in ricklupton/scons (pull request #382)William Deegan2016-11-301-0/+5
|\ | | | | | | Skip import.sty test when Latex package missing
| * Skip import.sty test when Latex package missingRick Lupton2016-11-291-0/+5
| |
* | Fixing merge conflict resolution: removed old test files.William Blevins2016-11-2914-41/+0
| |
* | Merged in williamblevins/scons (pull request #376)William Deegan2016-11-2845-633/+131
|\ \ | | | | | | | | | Python3 test fixes for Fortran/Side-effect.
| * | Revert of minor debug change for python3 update.William Blevins2016-11-281-1/+1
| | |
| * | Python3 test fixes for Fortran/Side-effect.William Blevins2016-11-2845-634/+132
| | |
* | | fix test to work after updates to ar.py toolWilliam Deegan2016-11-281-2/+2
| | |
* | | merge headsWilliam Deegan2016-11-2814-0/+41
|\ \ \
* \ \ \ merge headsWilliam Deegan2016-11-2813-53/+129
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix tests failing on win32 AR and Fortran and M4William Deegan2016-11-2813-53/+129
| | | |
* | | | Merged in ricklupton/scons (pull request #374)William Deegan2016-11-252-0/+234
|\ \ \ \ | | |_|/ | |/| | | | | | Find dependencies using LaTeX "import" package commands (updated)
| * | | Find dependencies using LaTeX "import" package commandsRick Lupton2016-11-232-0/+234
| | | | | | | | | | | | | | | | | | | | | | | | The import package adds new commands for including files, similar to \input and \include, but with better handling of subdirectories. These changes extend the LaTeX Scanner to look for these commands.
* | | | Wrote tests to make sure the xml is valid for visual studio project files ↵Daniel Moody2016-11-111-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | generated by scons This can occur when the user puts invalid characters that don't get converted to xml ampersands escapes
* | | | The percent signs are causing syntax error on windows, switched to more ↵Daniel Moody2016-11-1111-11/+22
| |/ / |/| | | | | | | | compatible code
* | | Moved common my<xxx>.py functions to global fixture and resolve byte/str.William Blevins2016-10-0395-1299/+421
| |/ |/|
* | Moved fixture directory under #test.William Blevins2016-09-243-0/+37
| |
* | Updating tests to use fixture wrapper.py.William Blevins2016-09-2451-297/+51
| |
* | Updated remaining Fortran tests to use fixture over import.William Blevins2016-09-2430-78/+42
| |
* | Initial python3 cut of test/Fortran.William Blevins2016-09-232-86/+3
| |
* | Merged in williamblevins/scons (pull request #360)William Deegan2016-09-2317-35/+32
|\ \ | | | | | | | | | Yet another batch of test fixes.
| * | Yet another batch of test fixes.William Blevins2016-09-2217-35/+32
| | |
* | | fix missing file from test fixtureWilliam Deegan2016-09-221-0/+5
|/ /
* | Fixed the YACC tests.William Blevins2016-09-2220-79/+65
| |
* | 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