summaryrefslogtreecommitdiffstats
path: root/QMTest/TestSCons.py
Commit message (Collapse)AuthorAgeFilesLines
* Initial python3 cut of test/Fortran.William Blevins2016-09-231-1/+1
|
* Allowed for multiple fixture dirs and added default global directory.William Blevins2016-09-231-1/+1
|
* Futurize stage 2 2to3 fixes only.William Blevins2016-09-201-3/+3
|
* Removed deprecate fortran lib handling.William Blevins2016-08-101-28/+0
|
* Updated QMTest fortran lib setup for versions GCC 5/6 (and higher*).William Blevins2016-08-101-1/+3
|
* Fixed print()'s.William Deegan2016-05-131-1/+1
|
* Commit resolved conflicted merge.Russel Winder2016-04-101-2/+2
|\
| * changes for 2.5.0 releaseWilliam Deegan2016-04-091-2/+2
| |
* | Merge in default.Russel Winder2016-01-191-0/+7
|\ \ | |/
| * changes to skip tests on ubuntu-next when gcj and not real java, and also ↵William Deegan2016-01-171-0/+7
| | | | | | | | when no latex is available
* | Some more statement to function transforms.Russel Winder2016-01-011-6/+6
| |
* | Post merge commit for safety. Building Fortran code works, but tests fail.Russel Winder2015-12-241-2/+5
|\ \ | |/
| * change release config files to post release stateWilliam Deegan2015-11-111-1/+1
| |
| * merge changes from 2.4.1 release to defaultWilliam Deegan2015-11-091-1/+1
| |
| * add another possible path for JAVA_HOME on OSXWilliam Deegan2015-09-291-0/+3
| |
| * release 2.4.0William Deegan2015-09-211-1/+1
| |
| * post 2.3.6 release changesWilliam Deegan2015-08-011-1/+1
| |
| * merging 2.3.5 changesWilliam Deegan2015-06-201-1/+1
| |
| * reverting 3320William Deegan2015-06-181-1/+1
| |
| * reverting 3321William Deegan2015-06-181-1/+1
| |
| * Release 2.3.5.final.0William Deegan2015-06-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Important changes -- Extended docs for InstallVersionedLib/SharedLibrary, -- Fixed symlink support (PR #227, #2395). -- Fixed incomplete LIBS flattening and substitution in Program scanner(PR #205, #2954). -- Added new method rentry_exists_on_disk to Node.FS (PR #193). -- Add support for f08 file extensions for Fortran 2008 code. -- Show --config choices if no argument is specified (PR #202). -- Fixed build crash when XML toolchain isn't installed, and activated compression for ZIP archives. -- Fix for VersionedSharedLibrary under 'sunos' platform. -- Fixed dll link with precompiled headers on MSVC 2012 -- Added an 'exclude' parameter to Glob() -- Support for multiple cmdargs (one per variant) in VS project files. -- Various improvements for TempFileMunge class. -- Added an implementation for Visual Studio users files (PR #209). -- Added support for the 'PlatformToolset' tag in VS project files (#2978). -- Added support for '-isystem' to ParseFlags.
| * Release 2.3.5.final.0William Deegan2015-06-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Important changes -- Extended docs for InstallVersionedLib/SharedLibrary, -- Fixed symlink support (PR #227, #2395). -- Fixed incomplete LIBS flattening and substitution in Program scanner(PR #205, #2954). -- Added new method rentry_exists_on_disk to Node.FS (PR #193). -- Add support for f08 file extensions for Fortran 2008 code. -- Show --config choices if no argument is specified (PR #202). -- Fixed build crash when XML toolchain isn't installed, and activated compression for ZIP archives. -- Fix for VersionedSharedLibrary under 'sunos' platform. -- Fixed dll link with precompiled headers on MSVC 2012 -- Added an 'exclude' parameter to Glob() -- Support for multiple cmdargs (one per variant) in VS project files. -- Various improvements for TempFileMunge class. -- Added an implementation for Visual Studio users files (PR #209). -- Added support for the 'PlatformToolset' tag in VS project files (#2978). -- Added support for '-isystem' to ParseFlags.
| * Updated jni header directory expectations for tests.William Blevins2015-03-241-1/+1
| | | | | | | | | | | | | | | | | | | | My openjdk install link/dir also contained the architecture. Example: RPM package java-1.7.0-openjdk-devel-1.7.0.75-2.5.4.0.el6_6.x86_64 created link /usr/lib/jvm/java-1.7.0-openjdk.x86_64 Affected tests: test/Java/multi-step.py test/Java/swig-dependencies.py
| * Put default branch back to develop mode, post 2.3.4.Gary Oberbrunner2014-09-271-1/+1
| |
| * Apply 2.3.3 release auto changes to default branchGary Oberbrunner2014-08-241-1/+1
| |
* | Merged default branch into python3-port to keep it up to date.Gary Oberbrunner2014-08-231-4/+14
|\ \ | |/ | | | | | | Hand-updated a few things to keep them python3-safe, and handled several merge conflicts.
| * Remove extra print stmt in TestSCons.py, per review.Gary Oberbrunner2014-08-211-1/+0
| |
| * SWIG: improve tool detection, and update SWIG tests to run on Windows.Gary Oberbrunner2014-08-211-3/+14
| | | | | | | | | | | | | | | | | | 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.
| * Fix development mailing list with a new address @scons.organatoly techtonik2014-05-281-1/+1
| |
* | Merged with [default]Stefan Zimmermann2014-03-311-2/+0
|\ \ | |/
| * No need to update copyright_years in QMTest/TestSCons.py anymoreanatoly techtonik2014-02-251-2/+0
| |
* | Merged with [default]Stefan Zimmermann2014-03-311-4/+4
|\ \ | |/
| * Merged scons/scons into defaultTom Tanner2013-10-301-1/+1
| |\
| | * Fix broken python-version.py test. regex for deprecated version string ↵William Deegan2013-10-251-1/+1
| | | | | | | | | | | | wasn't updated with new version nor new verbiage
| * | Adding documentation and a couple of testsTom Tanner2013-10-081-3/+3
| |/
* | Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).Stefan Zimmermann2014-03-311-6/+6
| |
* | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.Gary Oberbrunner2013-09-221-26/+26
|/
* Move back to 'develop' mode after rel_2.3.0.Gary Oberbrunner2013-03-041-1/+1
|
* Final auto updates for 2.3.0 release.Gary Oberbrunner2013-03-021-19/+19
|
* - moved check for an installed MSVC toolchain into its own function in TestSConsDirk Baechle2012-12-221-0/+22
|
* - extended the must_contain* methods of the test framework, such that they ↵Dirk Baechle2012-12-161-0/+28
| | | | | | all support user-defined find/search functions - relaxed several of the regex comparisons for better cross-platform compatibility
* - several smaller fixes to get all tests running under Buildbot againdirkbaechle2012-09-271-40/+31
|
* - first swoop of changes for getting all Buildbot slaves to run successfully ↵dirkbaechle2012-09-041-6/+6
| | | | again
* - fixed directory/file fixtures for "general" modedirkbaechle2012-08-121-5/+5
| | | | | - added documentation for the testing framework - converted two old tests from the "packaging" section to using fixtures as reference examples
* - renamed the '-j' option to '-k', such that we can use the former for ↵dirkbaechle2012-08-091-5/+1
| | | | | | | | | parallel processing later on - changed list(map()) to list comprehensions - removed try/except block around os.environ.get() for SCONS_EXTERNAL_TEST - fixed a potential deadlock for subprocess.Popen by using temporary files - added the '--nopipefiles' option to switch off this temp file fix (not recommended though)
* - fixed where_is for standard modedirkbaechle2012-08-031-2/+2
|
* - basic merge with source from the external scons-test-frameworkdirkbaechle2012-08-031-61/+109
|
* Add 2012 to the copyright year listWilliam Deegan2012-01-161-1/+1
|
* Fix bug 2772William Deegan2011-06-171-1/+1
|
* Fix TEX auxiliary test by normalizing ps output to avoid spurious failures ↵Gary Oberbrunner2011-05-041-0/+12
| | | | (from Rob Managan)