summaryrefslogtreecommitdiffstats
path: root/test/option
Commit message (Expand)AuthorAgeFilesLines
...
* More test portability fixes. (Baptiste Lepilleur and SK)Steven Knight2006-02-151-27/+28
* Support the --debug=memory option on Windows. (Baptiste Lepilleur)Steven Knight2006-02-121-2/+6
* Handle scanning of the in-memory entries for a Dir with a scanner, not a hard...Steven Knight2005-12-271-10/+26
* Add a --debug=taskmaster option to print traces of what it's doing on its stack.Steven Knight2005-12-181-0/+78
* Get rid of indentation tabs in the test scripts and have runtest.py invoke th...Steven Knight2005-10-144-12/+12
* Fix on-disk file matching on case-insensitive systems. Various fixes for win...Steven Knight2005-10-101-0/+132
* Update more tests to use the new skip_test() method. Replace a CHANGES.txt c...Steven Knight2005-08-143-9/+6
* Print stacktrace for UserErrors when --debug=stacktrace is used. (Chad Austin)Steven Knight2005-08-111-0/+117
* Don't print duplicate stats when --profile is used.Steven Knight2005-06-021-0/+101
* Print statistics even when we terminate early (e.g. using -h).Steven Knight2005-06-023-23/+36
* Add a --debug=nomemoizer option to disable memoization.Steven Knight2005-06-011-0/+72
* Group --debug=count output by object modules.Steven Knight2005-03-011-4/+21
* Win32 portability.Steven Knight2005-02-141-41/+45
* Don't read up entire directories to decide if an Alias is up-to-date.Steven Knight2005-02-141-2/+0
* Refactor Environment/Executor/Node scanner interaction a little. Put --debug...Steven Knight2005-02-134-0/+456
* Fix --debug=memoizer so it actually prints some stats on Python 2.x.Steven Knight2005-01-131-3/+39
* Improve --debug=count to get an idea of when different objects are created.Steven Knight2005-01-123-0/+200
* More performance improvements?Steven Knight2005-01-121-0/+53
* Win32 portability fixes for tests.Steven Knight2004-10-091-2/+3
* Add a --debug=findlibs option. (Gary Oberbrunner)Steven Knight2004-09-251-0/+205