summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/ErrorsTests.py
Commit message (Collapse)AuthorAgeFilesLines
* Merged with [default]Stefan Zimmermann2014-03-311-2/+4
|\
| * Switch unit tests to configurable runneranatoly techtonik2014-03-211-2/+4
| |
* | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.Gary Oberbrunner2013-09-221-6/+6
|/
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-151-3/+3
| | | | | | Apply the first part of the 'raise' fixer (the three-argument cases are not converted and will need to wait until native support of with_traceback() is available).
* Issue 2401: Fix usage of comparison with None, patch from Jared GrubbGreg Noel2009-05-031-5/+5
|
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
|
* Applied Benoit Belley's patch in ticket 1957 improve the robustness ofGary Oberbrunner2008-10-291-10/+41
| | | | | | | | | | | | GetBuildFailures(). New function convert_to_buildError, and use it in several places so all build failures now go through it and are returned as BuildError exceptions. Had a small effect on output formatting in many tests but no significant change to behavior. I reworked the patch a little to keep SCons exit status values the same as before; this patch could make it simpler to change them in some cases, e.g. exit with the errno of the failed action if desired. One nice side effect of this patch is that more scons errors print the node that caused the error now.
* In the error message, supply the file name that triggered on IOError or ↵Steven Knight2006-02-251-0/+8
| | | | OSError, not just the target name.
* Get rid of indentation tabs in the test scripts and have runtest.py invoke ↵Steven Knight2005-10-141-4/+4
| | | | them with the python -tt option to keep them out.
* Lots of Configure() enhancements. (Christoph Wiedemann)Steven Knight2004-09-051-8/+0
|
* Make exception handling thread-safe by using sys.exc_info() instead of ↵Steven Knight2004-07-131-9/+0
| | | | sys.exc_{type,value}.
* Make exception handling conform to Pythonic standards. (Kevin Quick)Steven Knight2004-07-131-3/+3
|
* Record and print an internal stack trace when Taskmaster detects errors for ↵Steven Knight2003-07-271-0/+9
| | | | easier debugging. (Gary Oberbrunner) Better debugging of Python exceptions (like TypeErrors) in SConscript files.
* Raise an error if SConf needs to do something but -n or -q is specified. ↵Steven Knight2003-06-121-0/+6
| | | | (Christoph Wiedemann)
* Add an Exit() function for explicit termination of SCons.Steven Knight2003-03-031-0/+7
|
* 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
|
* Update Copyright lines for the new year.Steven Knight2002-01-291-1/+1
|
* Document function Actions and fix their return values (None == success, ↵Steven Knight2002-01-151-2/+2
| | | | don't ignore failures).
* Updating licensing.Steven Knight2001-10-031-0/+23
|
* Handle build errors.Steven Knight2001-10-021-0/+8
|
* Add automatic substitution on filename lines.Steven Knight2001-09-171-1/+1
|
* Run setup.py on the unpacked .tar.gz for testing.Steven Knight2001-09-171-0/+28