summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Merged in williamblevins/scons_20150323 (pull request #229)dirkbaechle2015-04-051-5/+8
| |\ \ | | | | | | | | | | | | Updated debug-count test case.
| | * | Updated debug-count test case.William Blevins2015-03-241-5/+8
| | |/ | | | | | | | | | Now tests against current interpreter vs default path option.
| * | Issue 2395: Symlink support hotfix.William Blevins2015-03-241-6/+45
| |/ | | | | | | | | Symlink contents now copied correctly with relative path when ( cwd != symlink directory ).
| * remove forced 64 bit compilation. This should clear up build failures. ↵William Deegan2015-02-212-6/+15
| | | | | | | | Russel mentioned there was some issue causing him to add this logic. If the issue resurfaces, then we'll see if we can handle the corner case in more general fashion
| * Test for tigris bug 2944. DFLAGS changes not causing rebuildWilliam Deegan2015-02-221-0/+23
| |
| * Test for tigris bug 2944. DFLAGS changes not causing rebuildWilliam Deegan2015-02-222-0/+22
| |
| * Putative fix for the ongoing D tool test fail on Debian 7 CI.Russel Winder2015-02-221-2/+3
| |
| * Commit reconciled merge.Russel Winder2015-02-211-2/+2
| |\
| | * Fix failing D tests which were checking for architecture to determine ↵William Deegan2015-02-201-2/+2
| | | | | | | | | | | | bit'ness instead of using platform.architecture() to check for 32bit
| * | Putative fix for the D/MixedDAndC test fail.Russel Winder2015-02-211-2/+2
| |/
| * fix test/site_scons/override.py which was failing only on Win32. loading the ↵William Deegan2015-02-171-1/+1
| | | | | | | | m4 tool was excluded in src/engine/SCons/Tool/__init__.py in tool_list(). So I've explicitly created the Environment() loading only the m4 tool. This test is checking to see if a tool in site_scons/site_tools would override the default logic.
| * Update Fortran tooling to support .f08 file extensions.Russel Winder2015-01-077-0/+821
| |
| * Check for the header file itself on not an associated executable.Russel Winder2014-12-231-1/+1
| |
| * Remove excess blank lines.Russel Winder2014-12-221-2/+0
| |
| * Replace UNIX specific code with cross-platform code.Russel Winder2014-12-221-2/+2
| |
| * Putative fix for the CI problem perceived to be due to 32-bit platform.Russel Winder2014-12-221-0/+4
| |
| * Putative solution to lakc of ncurses on one of the CI machines.Russel Winder2014-12-221-1/+4
| |
| * Hack the tests (in an agreed quasi-acceptable way) to avoid CI fails.Russel Winder2014-12-2110-0/+25
| |
| * - fix: made the test for Interactive/configure self-contained, such that it ↵Dirk Baechle2014-09-281-17/+38
| | | | | | | | works on any platform
| * - fix for issue #2971 (Interactive build doesn't work anymore)Dirk Baechle2014-09-271-0/+106
| |
| * - fixed Java test for derived sources problem, now favouring skip()Dirk Baechle2014-09-181-4/+4
| | | | | | | | over no_result()
| * And all the rest of the {} in format strings made Python 2.6 compatible.Russel Winder2014-09-157-7/+7
| |
| * Make the format method work on Python 2.6 as well as later versions.Russel Winder2014-09-154-8/+8
| |
| * Refactoring and amendment to ensure correct behaviour of D tool shared ↵Russel Winder2014-09-143-18/+25
| | | | | | | | library tests on OSX.
| * Commit merge issues.Russel Winder2014-09-1115-2/+15
| |\
| | * - additional fixes to get all tests pass on the Fedora20 boxDirk Baechle2014-09-061-2/+1
| | |
| | * - added import of libxslt binding to DocBook testsDirk Baechle2014-08-3114-0/+14
| | |
| * | Deal better with the discovery of a suitable D compiler executable.Russel Winder2014-09-066-10/+56
| | |
| * | Amend the executable search support function to use the default SCons path only.Russel Winder2014-09-061-8/+29
| | |
| * | The tests for the changes already commited to the tools for dealing with ↵Russel Winder2014-09-058-0/+205
| | | | | | | | | | | | shared libraries.
| * | Remove the setting of the ENV property to os.environ.Russel Winder2014-09-0513-14/+8
| |/
| * Merged in williamblevins/scons4 (pull request #180, issue 2935)Gary Oberbrunner2014-08-311-2/+2
| |\
| * | Issue 2395: Updated tests to be skipped on systems without os.symlink ↵William Blevins2014-08-281-7/+7
| |/ | | | | | | | | | | functionality. Apparently, the SConsTest.symlink behavior doesn't give any success/fail feedback.
| * Don't skip Copy-Symlinks test on Windows; it should be made to work instead.Gary Oberbrunner2014-08-231-3/+0
| |
| * Fixed or skipped tests that fail on Windows.Gary Oberbrunner2014-08-225-3/+10
| | | | | | | | | | Mostly just per-test changes, but also made match_re strip out CR (\r) chars at end of lines to make Windows match properly.
* | 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.
| * SWIG: improve tool detection, and update SWIG tests to run on Windows.Gary Oberbrunner2014-08-2113-25/+118
| | | | | | | | | | | | | | | | | | The tool detection is improved by checking for swig in env['SWIG'], where it is commonly set, as well as env['ENV']['PATH']. The tests mostly didn't work on Windows. I updated them all. Mostly to build 32-bit extensions when using 32-bit python on Windows, and use .pyd as the python extension on Windows.
| * - fixes for some test, making them work on newer Linux distrosDirk Baechle2014-08-193-2/+13
| |
| * Merged in managan/scons_newglossary-fix (pull request #170), fixes ↵Dirk Baechle2014-08-191-0/+109
| |\ | | | | | | | | | newglossary to work with VariantDir
| | * Improve logic test syntaxRobert Managan2014-08-181-1/+1
| | |
| | * Fix the newglossary action to work with variantDirRobert Managan2014-08-121-0/+109
| | |
| * | - added javac version sentinel to another test that would fail with v1.8 and ↵Dirk Baechle2014-08-081-0/+21
| |/ | | | | | | higher
| * - several smaller fixes to get the Linux buildslaves green againDirk Baechle2014-08-072-37/+53
| |
| * Merged in ajf58/scons (pull request #160), fixes #2900 (handling of ↵Dirk Baechle2014-08-061-38/+37
| |\ | | | | | | | | | appending dictionaries to CPPDEFINES)
| | * Corrects handling of appending dictionaries to CPPDEFINES. Amended a test ↵Andrew Featherstone2014-07-291-38/+37
| | | | | | | | | | | | case to demonstrate the issue.
| * | fix test which was referring to tigris mailing list instead of current ↵William Deegan2014-07-291-1/+1
| |/ | | | | | | scons.or mailing list
| * Merged in williamblevins/scons (pull request #156, symlink copying)Gary Oberbrunner2014-07-201-0/+174
| |\
| | * Issue 2395: Added tests from copying broken symlinks.William Blevins2014-07-201-4/+29
| | |
| | * Issue 2395: Copy Symlink soft-copy enhancement.William Blevins2014-07-141-0/+149
| | |
| * | Skipping Java DerivedSourceTest for now until underlying issue is fixed.Gary Oberbrunner2014-07-201-0/+4
| | |