summaryrefslogtreecommitdiffstats
path: root/test/errors.py
Commit message (Expand)AuthorAgeFilesLines
* Get rid of indentation tabs in the test scripts and have runtest.py invoke th...Steven Knight2005-10-141-3/+3
* Handle moved SCons source tree. (Kevin Quick)Steven Knight2004-11-111-5/+8
* Performance optimization: use re.sub() for variable expansion. (Han-Wen Nie...Steven Knight2004-10-091-2/+2
* Better handling of syntax errors during variable expansion. (Anthony Roach)Steven Knight2004-05-231-2/+13
* Provide a better error message when a construction variable expansion is a Py...Steven Knight2004-01-291-0/+23
* Add /TP to CXXFLAGS for msvc. Win32 portability fixes for tests.Steven Knight2003-08-011-1/+1
* Record and print an internal stack trace when Taskmaster detects errors for e...Steven Knight2003-07-271-15/+68
* Change the double quotes around an up-to-date target to be like Make.Steven Knight2003-06-181-1/+1
* 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
* Necessary changes towards supporting Jython.Steven Knight2003-01-151-1/+1
* Refactor action execution so it's controlled by the interface-specific Taskma...Steven Knight2002-12-171-6/+7
* Make error and warning message consistent. (Anthony Roach)Steven Knight2002-12-141-1/+1
* Fix verbose BuildError bug. (Anthony Roach)Steven Knight2002-10-101-0/+15
* Add output to tell people when we're reading SConscript files versus when we'...Steven Knight2002-09-301-3/+3
* Changes from Charles Crain.Steven Knight2002-06-051-2/+2
* Raise an error if a builder is called multiple times for a given target, unle...Steven Knight2002-05-061-7/+1
* Make .sconsign files get written even if the build fails or is terminated. (A...Steven Knight2002-04-111-0/+40
* Make scons return an error code (Anthony Roach)Steven Knight2002-02-041-3/+3
* Update Copyright lines for the new year.Steven Knight2002-01-291-1/+1
* Create the Script directorySteven Knight2001-12-211-6/+6
* Fix Export(), add Import() and Return()Steven Knight2001-12-201-3/+9
* Add BuildDir(), Export(), and Install() functionality (courtesy Charles Crain).Steven Knight2001-12-151-1/+1
* Move most of the code from the scons script into a SCons module.Steven Knight2001-11-271-3/+3
* Handle SConscript files in subdirectories.Steven Knight2001-10-291-1/+1
* Updating licensing.Steven Knight2001-10-031-0/+22
* Make match_exact the default match function for TestSCons.Steven Knight2001-09-291-1/+2
* Error message if no SConstruct file.Steven Knight2001-09-211-3/+11
* test/errors.py fails when not run under Aegis.Steven Knight2001-09-201-2/+2
* Install scons, not scons.pySteven Knight2001-09-201-2/+2
* Add automatic substitution on filename lines.Steven Knight2001-09-171-1/+1
* Add more information error reporting from tests.Steven Knight2001-09-161-14/+10
* Add a TestSCons module for common initialization of SCons tests.Steven Knight2001-09-151-19/+9
* Fix Python 2.1 warningSteven Knight2001-09-131-1/+1
* Fixes for -f end cases.Steven Knight2001-09-121-1/+1
* Generalize the hard-coded line numbers in test/errors.py.Steven Knight2001-09-091-3/+3
* Make the build portable to Windows NT.Anthony Roach2001-09-011-4/+9
* Implement error framework.Steven Knight2001-08-181-0/+54