summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\
| * Merged in thosrtanner/scons-cache-name (pull request #302)William Deegan2016-04-0835-62/+65
| |\ | | | | | | | | | Change the cache to use 2-character directories rather than one. Also makes a lot more tests run on windows
| | * improve behaviourThomas Tanner2016-03-122-2/+4
| | |
| | * Fix for backslash being treated as an escape characterThomas Tanner2016-01-3033-60/+61
| | | | | | | | | | | | | | | On my windows system, my python is in c:\apps\32\python. Theres a lot of places where that \32 gets turned into an ascii character and the unit tests don't run.
| * | fix issues with bad characters and got it working on macosxWilliam Deegan2016-04-031-6/+19
| | |
| * | Rewrite file-names.py test so that it runs successfully.Tom Plunket2016-03-231-35/+57
| | |
* | | Resolved conflicting merge.Russel Winder2016-03-011-1/+46
|\ \ \ | |/ /
| * | Merged in adarshsanjeev/scons (pull request #291)William Deegan2016-02-151-0/+46
| |\ \ | | |/ | |/|
| | * Changed as per reviewAdarsh Sanjeev2016-01-041-16/+16
| | |
| | * Tests for Chmod updatedAdarsh Sanjeev2016-01-031-0/+46
| | |
* | | Commit merge from default.Russel Winder2016-02-023-0/+69
|\ \ \ | |/ /
| * | Merged in bdbaddog/scons (pull request #298)William Deegan2016-01-263-0/+69
| |\ \ | | | | | | | | | | | | fix for tigris bug # 2622 - AlwaysBuild / MSVC regression
| | * | Minor nit fixes. Typos and better commentsWilliam Deegan2016-01-261-2/+5
| | | |
| | * | change test to verify that the source file name is in the output. Though ↵William Deegan2016-01-261-0/+1
| | | | | | | | | | | | | | | | test will fail if it is not as compile line will miss source file name.
| | * | add testcase for tigris bug # 2622 - AlwaysBuild / MSVC regressionWilliam Deegan2016-01-163-0/+65
| | | |
* | | | 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
|\ \ \ \ | |/ / /
| * | | Correct the Issue number. Amend the test to use an option valid for dmd, ↵Russel Winder2016-01-193-5/+3
| | | | | | | | | | | | | | | | ldc2, and gdc.
| * | | added comment per William Blevins comment on pull request to indicate why ↵William Deegan2016-01-173-0/+9
| | | | | | | | | | | | | | | | we're skipping some tests for gcj
| * | | changes to skip tests on ubuntu-next when gcj and not real java, and also ↵William Deegan2016-01-179-6/+40
| | | | | | | | | | | | | | | | when no latex is available
| * | | fix C code in yacc file to be pass default compiler warningsWilliam Deegan2016-01-171-4/+7
| |/ /
* | | 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
|\ \ \ | |/ /
| * | fix test which was expecting a given location for python binary running the testWilliam Deegan2016-01-141-3/+4
| | |
| * | Fix bug 2081: Better messaging for different actions for same target in two ↵William Deegan2016-01-142-0/+4
| |/ | | | | | | environments