summaryrefslogtreecommitdiffstats
path: root/QMTest/TestSCons.py
Commit message (Collapse)AuthorAgeFilesLines
* change back to development version stringsHEADmasterWilliam Deegan2017-11-141-1/+1
|
* Update version stringsWilliam Deegan2017-11-141-1/+1
|
* Updates for 3.0.0 releaseWilliam Deegan2017-09-181-1/+1
|
* version string changes for 3.0.0 alphaWilliam Deegan2017-08-231-1/+1
|
* Changed to os.pathsep for fixture dirsgrbd2017-06-211-1/+1
|
* Fix the directory seperator for Fixture directories to be windows compatiblegrbd2017-06-201-1/+1
|
* changes to prep for 3.0.0 alphaWilliam Deegan2017-06-141-1/+1
|
* PEP8 fixWilliam Deegan2017-05-281-1/+1
|
* py2/3 add to TestSCons class: platform_has_symlink() to centralize checkingWilliam Deegan2017-05-151-0/+6
|
* osx: fix get_platform_python_info() to work on mac.William Deegan2017-04-091-1/+4
|
* py2/3 bytes/string issues. Added wrapper to re.sub to force items to bytesWilliam Deegan2017-04-051-17/+27
|
* py2/3 mode=r/w fixesWilliam Deegan2017-04-031-4/+4
|
* py2/3 and win/non-win Fixed: checkLogAndStdout to us \n's instead of ↵William Deegan2017-04-031-23/+55
| | | | platform native by using mode='r'. In addition to being simpler we now avoid mixing byte strings with normal strings on py3.
* Create docstring for checkLogAndStdout. Add useful comments as wellWilliam Deegan2017-04-031-1/+30
|
* fix test/Configure/ConfigureDryRunTest read logfile as non binaryWilliam Deegan2017-04-031-1/+0
|
* macosx improve logic to find jni.hWilliam Deegan2017-04-011-2/+9
|
* updates to finding java includes to work with oracle java 8 on linuxWilliam Deegan2017-04-011-1/+2
|
* Fix locating java home on mac. fix mode='r' for py2/3William Deegan2017-04-011-8/+27
|
* fix py2/3 mode=r and/rb, and remove native line ending translation. fixes win32William Deegan2017-03-141-1/+1
|
* added TestSCons.unlink_sconsignfile(name) method to append .p3 to expected ↵William Deegan2017-03-131-0/+15
| | | | file name on py3. about 10 tests need to be changed to use this
* added and commented out some debug code which is useful for working on test ↵William Deegan2017-03-131-0/+4
| | | | failures
* read logfile in non-binary modeWilliam Deegan2017-03-131-1/+1
|
* When iterating over dict.items(), we do not need a new list.Craig Rodrigues2017-03-121-3/+3
|
* Replace calling traceback to get format of traceback output to just a ↵William Deegan2017-02-281-9/+14
| | | | formatted string as the frmat is stable and we're not supporting older versions of python whose formats varied. The traceback approach broke with py3 and is honestly overcomplicated
* update from upstreamWilliam Deegan2016-09-301-30/+4
|\
| * 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
| |
* | fix some formattingWilliam Deegan2016-09-301-11/+12
|/
* 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
| |