summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Update to latest TestCommon.py with support for diffing actual/expected ↵Steven Knight2005-10-152-24/+78
| | | | contents and output.
* Get rid of indentation tabs in the test scripts and have runtest.py invoke ↵Steven Knight2005-10-141-22/+22
| | | | them with the python -tt option to keep them out.
* Fix on-disk file matching on case-insensitive systems. Various fixes for ↵Steven Knight2005-10-101-0/+1
| | | | win32 portability. Refactor the --debug=time test. Refactor the Perforce test. Additional cleanup.
* Get rid of the last tabs in the source files and have the TestSCons ↵Steven Knight2005-10-092-6/+9
| | | | infrastructure use the python -tt option when executing SCons to make sure they do not recur.
* Update MSVS tests with BuildDir logic.Steven Knight2005-10-071-1/+5
|
* Refactor MSVS tests to separate file-generation tests (which can be executed ↵Steven Knight2005-10-061-4/+16
| | | | on any Windows system) from Visual Studio execution tests (which need a specific VS version installed).
* Explicit "skipping test" messages for a few straggling tests.Steven Knight2005-09-261-1/+5
|
* Have Visual Studio echo that we're using SCons to build things, to work ↵Steven Knight2005-08-202-10/+73
| | | | around a quoting issue. (Shannon Mann)
* Update test infrastructure and ae2cvs utility to latest. Fix runtest.py's ↵Steven Knight2005-08-172-41/+141
| | | | swallowing of interrupts. Update various tests.
* Handle Visual Studio project and solution files in Unicode. (Chen Lee)Steven Knight2005-08-131-5/+7
|
* Add a skip_test() method to the infrastructure and use it for test scripts ↵Steven Knight2005-08-131-0/+27
| | | | that skip all or part of their tests based on tool availability or test platform.
* Split up test/QT/QT.py into separate tests.Steven Knight2005-04-141-0/+126
|
* Fix Fedora Core 3 test portability.Steven Knight2005-03-041-12/+59
|
* Add more customizability: , , , .Steven Knight2004-11-202-5/+57
|
* Better test handling of File lines in stack traces. (Chad Austin)Steven Knight2004-10-271-0/+12
|
* Win32 portability fixes for tests.Steven Knight2004-10-212-8/+8
|
* Better test infrastructure for cleaning (-c) messages. (Kevin Quick)Steven Knight2004-09-211-4/+6
|
* Handle exceptions in FunctionActions. (Steve Christensen)Steven Knight2004-09-152-8/+12
|
* Portability fixes for Mac OS Xin tests. (Gary Oberbrunner)Steven Knight2004-08-172-3/+11
|
* Qt fixes. (Christoph Wiedemann)Steven Knight2004-08-071-4/+4
|
* Win32 portability: add an explicit match argument to TestCommon.py, use it ↵Steven Knight2004-07-153-42/+47
| | | | to only use match_re_dotall when we're using TestSCons.noisy_ar.
* Fix tests on systems where 'ar' prints warnings about creating archives. ↵Steven Knight2004-07-131-0/+11
| | | | (Kevin Quick)
* Fix errors when there are dangling symlinks. (Gary Oberbrunner)Steven Knight2004-07-082-7/+38
|
* Ant-like tasks: Chmod(), Copy(), Delete(), Mkdir(), Move(), Touch().Steven Knight2004-04-191-2/+2
|
* Use python1.5 in default Aegis builds. Fix testing infrastructure for ↵Steven Knight2004-03-303-39/+64
| | | | Python 1.5.
* Cygwin portability fixes. (Chad Austin) Improved testing infrastructure.Steven Knight2004-03-213-130/+313
|
* Accomodate white space in path names when running tests.Steven Knight2004-01-271-2/+2
|
* Work around Cygwin Python's broken idea that it's case-sensitive. (Chad Austin)Steven Knight2003-12-191-3/+5
|
* Use sys.stdout.write() instead of print so line feeds in -j output will stay ↵Steven Knight2003-11-101-4/+12
| | | | (more) consistent. Fix suffix-handling on case-insensitive Cygwin systems. Test fixes for Cygwin portability. (Chad Austin)
* Support using Dirs as sources for builds. (Charles Crain)Steven Knight2003-10-071-3/+3
|
* Have the closing message say ...terminatedSteven Knight2003-09-181-2/+6
|
* Record and print an internal stack trace when Taskmaster detects errors for ↵Steven Knight2003-07-271-401/+563
| | | | easier debugging. (Gary Oberbrunner) Better debugging of Python exceptions (like TypeErrors) in SConscript files.
* Add a QT tool. (Christoph Wiedemann)Steven Knight2003-07-241-0/+19
|
* Change the double quotes around an up-to-date target to be like Make.Steven Knight2003-06-181-1/+1
|
* Use -lfrtbegin when linking fortran in gcc3; Cygwin fixes. (Chad Austin)Steven Knight2003-05-271-4/+27
|
* Fix regression tests that use test.whereis(). (Anthony Roach)Steven Knight2003-05-021-6/+11
|
* Test portability fixes for Cygwin. (Chad Austin)Steven Knight2003-04-301-1/+25
|
* Portability fixes for test. (Chad Austin)Steven Knight2003-04-261-0/+5
|
* Add support for the PharLap ETS tools. (Charles Crain)Steven Knight2003-01-221-0/+20
|
* Put the Copyright years in by script, not by hand.Steven Knight2003-01-201-1/+1
|
* Update Copyright years.Steven Knight2003-01-162-2/+2
|
* Necessary changes towards supporting Jython.Steven Knight2003-01-152-1/+11
|
* Fix problems returning the appropriate exit status on build errors.Steven Knight2003-01-051-1/+1
|
* Use pickle for .sconsign. (Anthony Roach)Steven Knight2002-12-111-2/+2
|
* Support special characters in file names. (Charles Crain)Steven Knight2002-11-131-1/+21
|
* Fix scans for derived include files in Repositories. (Charles Crain)Steven Knight2002-11-121-1/+3
|
* win32 test portability fixes (Anthony Roach)Steven Knight2002-10-041-0/+14
|
* Add output to tell people when we're reading SConscript files versus when ↵Steven Knight2002-09-301-17/+28
| | | | we're building targets.
* Redo the uppercasing of drives on win32 fix. (Anthony Roach)Steven Knight2002-08-121-0/+5
|
* Add a separate options argument for running SCons via the test infrastructure.Steven Knight2002-07-161-3/+9
|