summaryrefslogtreecommitdiffstats
path: root/QMTest
Commit message (Collapse)AuthorAgeFilesLines
...
* Merged scons/scons into defaultWilliam Deegan2017-03-101-26/+35
|\
| * Use print() function to fix py2/3Craig Rodrigues2017-03-101-26/+35
| |
* | remove debug logicWilliam Deegan2017-03-101-1/+0
| |
* | fix byte/str py2/3William Deegan2017-03-031-1/+2
|/
* fix binary/non-binary file writes where appropriate, previous all were ↵William Deegan2017-02-281-2/+2
| | | | binary. py2/3
* py2/3 fixesWilliam Deegan2017-02-281-3/+4
|
* 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
* Added ability for must_match to pass message to be output if it failsWilliam Deegan2017-02-261-2/+2
|
* update from upstreamWilliam Deegan2016-11-271-0/+14
|\
| * Wrote tests to make sure the xml is valid for visual studio project files ↵Daniel Moody2016-11-111-0/+14
| | | | | | | | | | | | generated by scons This can occur when the user puts invalid characters that don't get converted to xml ampersands escapes
* | update from upstreamWilliam Deegan2016-09-304-42/+37
|\ \ | |/
| * Initial python3 cut of test/Fortran.William Blevins2016-09-232-6/+6
| |
| * Allowed for multiple fixture dirs and added default global directory.William Blevins2016-09-232-10/+17
| |
| * Updating to_str and to_bytes between QMTest and SCons.Util.William Blevins2016-09-211-6/+3
| | | | | | | | -Added check to skip decode if already string; otherwise, throws TypeError.
| * Fixing QMTest str and bytes issues.William Blevins2016-09-202-2/+19
| |
| * Futurize stage 2 2to3 fixes only.William Blevins2016-09-202-4/+4
| |
| * 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
|/
* fix some tests for pypyDaniel Holth2016-06-061-5/+6
| | | | | | The major category of broken test is that which depends on garbage collection to flush and close an open file. Also, the empty list is apparently not a singleton in pypy.
* change to handle py3 changes to byte/string for open().write()William Deegan2016-05-151-1/+5
|
* fix default open mode for test.write() to be wb.. it was changed to just w ↵William Deegan2016-05-141-1/+1
| | | | when six was the plan. it causes many tests to fail on win32
* fixes for print()'s for win32William Deegan2016-05-131-2/+2
|
* Fixed print()'s.William Deegan2016-05-131-1/+1
|
* Guard checking for subprocess.mswindows by checking if on win32 platformWilliam Deegan2016-05-091-2/+2
|
* Commit resolved conflicted merge.Russel Winder2016-04-101-2/+2
|\
| * changes for 2.5.0 releaseWilliam Deegan2016-04-091-2/+2
| |
* | Remove all the six stuff.Russel Winder2016-02-022-14/+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
| |
* | Amend some missed print functions.Russel Winder2016-01-011-4/+5
| |
* | Post merge commit for safety. Building Fortran code works, but tests fail.Russel Winder2015-12-244-42/+149
|\ \ | |/
| * removed several pre-2.7 methods and imports, including some basic refactoringsDirk Baechle2015-12-102-39/+0
| |
| * Merged in williamblevins/scons_20150323 (pull request #244)William Deegan2015-11-131-0/+32
| |\
| | * Issue 2264: Corrected comment description of new output validation function.William Blevins2015-06-291-1/+1
| | |
| | * Issue 2264: Added SWIG recursive dependency tests.William Blevins2015-05-131-0/+32
| | |
| * | 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
| |
| * Add VS14 support to the solution generation code and fix the solution ↵Rob Smith2015-07-201-1/+1
| | | | | | | | version number (12.0)
| * Update MSVS project samples in TestSConsMSVSRob Smith2015-07-171-0/+108
| |
| * 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