summaryrefslogtreecommitdiffstats
path: root/test/SConstruct.py
Commit message (Collapse)AuthorAgeFilesLines
* Merged revisions 4727-4729,4731-4938,4940-5028 via svnmerge fromSteven Knight2010-06-151-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. ........
* Update the Test{Cmd,Common}.py 0.36, with better diff reportingSteven Knight2009-07-241-1/+1
| | | | | | | (specifically of output matches using regular expressions). Update tests for corresponding inteface changes. Add use of diff_re() to test/sconsign/script/Configure.py so we can get accurate information about its buildbot failure.
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
|
* Better test handling of File lines in stack traces. (Chad Austin)Steven Knight2004-10-271-2/+1
|
* Accomodate white space in path names when running tests.Steven Knight2004-01-271-1/+1
|
* Change the double quotes around an up-to-date target to be like Make.Steven Knight2003-06-181-3/+3
|
* Put the Copyright years in by script, not by hand.Steven Knight2003-01-201-1/+1
|
* Update Copyright years.Steven Knight2003-01-161-1/+1
|
* Make error and warning message consistent. (Anthony Roach)Steven Knight2002-12-141-1/+1
|
* Add output to tell people when we're reading SConscript files versus when ↵Steven Knight2002-09-301-3/+9
| | | | we're building targets.
* Provide a message if there are no command-line targets specified and no ↵Steven Knight2002-08-311-6/+9
| | | | Default() targets.
* Make scons return an error code (Anthony Roach)Steven Knight2002-02-041-1/+1
|
* Update Copyright lines for the new year.Steven Knight2002-01-291-1/+1
|
* Create the Script directorySteven Knight2001-12-211-2/+2
|
* Move most of the code from the scons script into a SCons module.Steven Knight2001-11-271-1/+1
|
* Updating licensing.Steven Knight2001-10-031-0/+22
|
* Make match_exact the default match function for TestSCons.Steven Knight2001-09-291-1/+4
|
* Error message if no SConstruct file.Steven Knight2001-09-211-0/+6
|
* Add automatic substitution on filename lines.Steven Knight2001-09-171-1/+1
|
* Add more information error reporting from tests.Steven Knight2001-09-161-9/+3
|
* Add a TestSCons module for common initialization of SCons tests.Steven Knight2001-09-151-4/+2
|
* Look for SConstruct, Sconstruct, and sconstruct files.Steven Knight2001-09-101-0/+40