summaryrefslogtreecommitdiffstats
path: root/QMTest
Commit message (Collapse)AuthorAgeFilesLines
* 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
|/
* Fix VersionedLib testDavid Rothenberger2013-08-181-1/+1
| | | | | Adjust for Cygwin coding conventions and test for existence of the import libraries.
* Test harness: fail_test() can now take an optional message to print on failure.Gary Oberbrunner2013-04-201-10/+17
|
* Merged in carandraug/scons (pull request #67).Gary Oberbrunner2013-03-171-2/+4
|\ | | | | | | | | Added test for CheckContext custom result types. Also allow test.must_match() to take a match type.
* | 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
|/
* Merging pull request #62 from Dirk Baechle: fixes for MinGW testsGary Oberbrunner2012-12-221-0/+22
|\
| * - moved check for an installed MSVC toolchain into its own function in TestSConsDirk Baechle2012-12-221-0/+22
| |
* | TestCmd.py: Delay cleanup registration with atexit to avoid exessiveanatoly techtonik2012-12-191-19/+15
|/ | | | | tracebacks when Import fails because of missing pywin32 modules (see http://bugs.python.org/issue16718)
* Merge pull request #58: remove some pre-2.4 codeGary Oberbrunner2012-12-172-118/+22
|\
| * Remove subprocess compatibility code used for Python < 2.4anatoly techtonik2012-12-122-118/+22
| |
* | Fixed tests/scons-time/file.py.Gary Oberbrunner2012-12-161-0/+2
| |
* | - extended the must_contain* methods of the test framework, such that they ↵Dirk Baechle2012-12-162-8/+51
|/ | | | | | all support user-defined find/search functions - relaxed several of the regex comparisons for better cross-platform compatibility
* Removed some pre-Python 2.4 compatibility codeanatoly techtonik2012-12-071-20/+0
|
* - several smaller fixes to get all tests running under Buildbot againdirkbaechle2012-09-271-40/+31
|
* - added two new functions must_exist_one_of/must_not_exist_any_of to TestCmd,dirkbaechle2012-09-063-4/+262
| | | | | | | | supporting wildcards - rewrote several test/packaging tests, using the new matching functions instead of relying on the os.uname() machine value for determining the resulting RPM filename - renamed glob modules in test/scons-time to avoid name clashes - minor fix: added Java 1.7 as supported version to Tool/JavaCommon.py
* - first swoop of changes for getting all Buildbot slaves to run successfully ↵dirkbaechle2012-09-041-6/+6
| | | | again
* - removed Aegis supportdirkbaechle2012-08-121-10/+0
|
* - fixed directory/file fixtures for "general" modedirkbaechle2012-08-123-5/+436
| | | | | - 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-092-10/+2
| | | | | | | | | 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-032-69/+225
|
* Merged msvc11 branch from stopiccot.Gary Oberbrunner2012-05-071-0/+107
|\
| * copy paste unit tests for VC11stopiccot2012-03-041-0/+107
| |
* | Merged in garyo/scons (pull request #18)Gary Oberbrunner2012-04-071-0/+24
|\ \ | |/ |/|
| * Fix test failures in test/explain/basic.py on Windows due to drive-name case ↵Gary Oberbrunner2012-04-071-0/+24
| | | | | | | | | | | | | | problems (C: vs. c:) Added new test match function, match_caseinsensitive to handle this and probably other similar cases.
* | Fix in Visual Studio project generation. When project contains only one ↵stopiccot2012-02-121-2/+2
| | | | | | | | *.cpp or only one *.h file, incorrect paths are generated.
* | Add 2012 to the copyright year listWilliam Deegan2012-01-161-1/+1
|/
* Fix bug 2772William Deegan2011-06-171-1/+1
|
* Fix test/sconsign/script/dblite.py test on Windows (adjusted expected result ↵Gary Oberbrunner2011-05-151-0/+2
| | | | to match actual). Also made failing match_re more verbose for easier test debugging.
* Fix TEX auxiliary test by normalizing ps output to avoid spurious failures ↵Gary Oberbrunner2011-05-041-0/+12
| | | | (from Rob Managan)
* Fix #2740, using PRESERVE with runtest.py.Gary Oberbrunner2011-03-111-1/+1
|
* Misc Windows test cleanupsGary Oberbrunner2011-02-271-1/+4
|
* Apply patch from issue #2710. Test harness fixes only, no user impact (no ↵Gary Oberbrunner2011-02-132-2/+35
| | | | doc/changelog). Predecessor to fixing #2708.
* Fix test/update-release-info/update-release-info.py to work in the year 2011William Deegan2011-01-261-1/+1
|
* Integrate patch for issue 2691: MSVS 10.0 project file generation.Gary Oberbrunner2010-10-161-0/+105
|
* Updates the timing infrastructure to:Steven Knight2010-08-181-10/+32
| | | | | | | | | | 1) allow the calibration script to only use some of the variables that are settable in the configuration; 2) refactor the way the --debug= options are added to the SCons invocations so that an individual timing configuration can add SCons options without having to account for those by hand; 3) give the timing configuration script easier access to the test directory in which it lives.
* Added generation of solution and projects for MSVS 2008 (Evgeny Podjachev)Gary Oberbrunner2010-08-121-0/+131
|
* Integrated patch for issue 2571, various fixes for MSVS project generation. ↵Gary Oberbrunner2010-07-221-22/+27
| | | | From Jean-Franois Colson.
* Windows fix: use shell=True on subprocess.Popen(), don't use communicate().Steven Knight2010-06-281-2/+3
|
* Generalize searching for the Fortran startup libraries (-lfrtbeginSteven Knight2010-06-271-16/+14
| | | | vs. -lgfortranbegin) for gcc version 4.4 (and later).
* Add __COPYRIGHT__ and __FILE__ template strings.Steven Knight2010-06-161-0/+3
|
* Revert in-directory changes inadvertently swept up in the last checkin.Steven Knight2010-06-151-1/+1
|
* Issue 2390: Support appending to $*FLAGS values (CLVar instances) in aSteven Knight2010-06-151-1/+1
| | | | | copied construction environment without also affecting the value in the original construction environment. (Matt Hughes)
* Merged revisions 4727-4729,4731-4938,4940-5028 via svnmerge fromSteven Knight2010-06-155-101/+5876
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://scons.tigris.org/svn/scons/branches/pending ........ r4942 | stevenknight | 2010-06-03 12:41:20 -0700 (Thu, 03 Jun 2010) | 13 lines Isseu 2641: Latest drop of the TestCmd infrastructure, v. 1.3, including: * Support for test timeouts. * Ability to set separate match_stdout and match_stderr functions. * Ability to set separate diff_stdout and diff_stderr functions. * Static methods for the various underlying match* and diff* functionality. * Ability to get at the various match* and diff* functions by attribute name. * Got rid of checks for difflib now that Python 2.3 is the floor (for this infrastructure, anyway). Ripple effects in two test scripts. Added upstream unit test modules (QMTest/Test{Cmd,Common}Tests.py). Added a README.txt file. ........ r4943 | stevenknight | 2010-06-03 13:00:31 -0700 (Thu, 03 Jun 2010) | 2 lines Grab the correct TestCmd files with the updated version number. ........ r4946 | managan | 2010-06-04 09:39:20 -0700 (Fri, 04 Jun 2010) | 4 lines On Windows add a '/D' to the command line so it recognizes drive letters in the source or target file paths ........ r4947 | managan | 2010-06-04 09:51:48 -0700 (Fri, 04 Jun 2010) | 5 lines The scanner was not parsing the dependencies in \includegraphics commands when there was whitespace (including carriage returns) in the command. While we need a better long term fix this covers this concern. ........ r4948 | managan | 2010-06-04 11:13:12 -0700 (Fri, 04 Jun 2010) | 3 lines Dropped an import line that is needed by the last commit of mine for Windows depenedant option on latex command lines ........ r4949 | managan | 2010-06-04 12:27:48 -0700 (Fri, 04 Jun 2010) | 7 lines Some latex packages break up commands where you normally could not by using a comment character at the end of the first line. Our current scanner broke on this and lost some dependecies. While we need general fix, this patch solves this problem ........ r4950 | managan | 2010-06-04 15:51:36 -0700 (Fri, 04 Jun 2010) | 5 lines Tweak how we handle comments within Latex source files when scanning and looking for dependencies. We were adding a space when a comment broke a line and we should not have. ........ r4984 | managan | 2010-06-07 09:37:40 -0700 (Mon, 07 Jun 2010) | 6 lines The multi-line_include-options test failed to check for the existence of latex. Added that so this test is skipped on systems without latex. ........
* This changeset increments the trunk to the next minor level, 2.1.0, andGreg Noel2010-06-151-1/+1
| | | | | | | | updates the dates and other information in the files to have the right base values. With this changeset, 2.0.0 is history and a new era has begun. It's time to celebrate; anybody want a beer?
* Increase the default timeout of TestSCons.wait_for() to 20.0 seconds.Steven Knight2010-06-101-1/+10
| | | | | | | | | | | | (--interactive mode on our Solaris buildbot slave takes longer than 10 seconds to create the necessary marker files.) Set the stdin attribute on our popen object to None after we close it, so some versions of subprocess.py don't try to write it after it's closed. If we time out waiting for a marker file to be created, then print any stdout or stderr that's already accumulated, since that may give clues about why the test failed.
* More Solaris test fixes:Steven Knight2010-06-081-2/+2
| | | | | | | | | * Different messages and exit codes for errors. * Fix Solaris shared suffixes. * Add a function declaration to some in-line C code to avoid a warning from Sun's compiler. * Make test/Parallel/multiple-parents.py chatty to avoid hangs, and reduce how many times it calls SCons just to make it go a little quicker.