tests/run-tests.py
Fri, 18 Jan 2013 01:23:51 +0100 Mads Kiilerich run-tests.py: don't let hg run interactively in debug mode
Fri, 18 Jan 2013 01:16:16 +0100 Mads Kiilerich run-tests.py: backout "don't use console for stdin when running in debug mode"
Tue, 15 Jan 2013 23:30:10 +0100 Mads Kiilerich tests: run with PYTHONHASHSEED=random
Tue, 15 Jan 2013 13:33:28 -0800 Bryan O'Sullivan run-tests: exit cleanly if parallel run is interrupted
Mon, 07 Jan 2013 02:14:41 +0100 Mads Kiilerich run-tests.py: fix handling of symlink to the right python
Mon, 07 Jan 2013 02:00:43 +0100 Mads Kiilerich run-tests.py: don't use console for stdin when running in debug mode
Mon, 07 Jan 2013 02:00:43 +0100 Mads Kiilerich tests: make hghave and run-tests exit on unknown feature requirements
Wed, 12 Dec 2012 15:17:18 -0800 Bryan O'Sullivan run-tests: fix whitespace nonsense
Wed, 12 Dec 2012 15:12:28 -0800 Bryan O'Sullivan merge with mpm
Wed, 12 Dec 2012 14:52:58 -0800 Bryan O'Sullivan run-tests: on windows, put correct python at front of PATH
Tue, 11 Dec 2012 15:38:42 -0800 Siddharth Agarwal run-tests: fix exename on Windows
Tue, 11 Dec 2012 15:13:23 -0800 Bryan O'Sullivan run-tests: support running tests in parallel on windows
Sun, 09 Dec 2012 23:33:16 +0100 Mads Kiilerich tests: kill daemons early, making breaking at "Accept" prompt safe
Mon, 10 Dec 2012 12:14:55 -0800 Bryan O'Sullivan run-tests: use correct python safely under --jobs
Mon, 10 Dec 2012 12:09:02 -0800 Bryan O'Sullivan run-tests: check for the correct python when starting
Mon, 10 Dec 2012 12:07:42 -0800 Bryan O'Sullivan run-tests: use correct python when run with --local
Tue, 27 Nov 2012 13:09:05 -0800 Bryan O'Sullivan run-tests: fix an unnoticed check-code violation
Tue, 27 Nov 2012 11:18:33 -0800 Bryan O'Sullivan run-tests: add a --compiler option
Tue, 27 Nov 2012 11:18:31 -0800 Bryan O'Sullivan run-tests: make build command line less intimidating
Wed, 14 Nov 2012 18:08:39 -0600 Matt Mackall run-tests: backout 4a4173519b63
Thu, 08 Nov 2012 14:10:04 -0800 Siddharth Agarwal run-tests.py: remove runqueue's results parameter since it is now a global
Sat, 10 Nov 2012 11:37:41 -0800 Siddharth Agarwal run-tests: open child-parent pipes in binary mode
Fri, 09 Nov 2012 14:49:30 -0800 Siddharth Agarwal run-tests: add --time option to log times for each test
Fri, 09 Nov 2012 15:09:35 -0800 Siddharth Agarwal run-tests: remove resultslock since it serves no useful purpose
Fri, 09 Nov 2012 14:42:36 -0800 Siddharth Agarwal run-tests: use pickle to send results from children to parent
Wed, 24 Oct 2012 23:09:31 +0200 Simon Heimberg run-tests: skip unnecessary operations on the args in the child proces
Thu, 18 Oct 2012 00:44:32 +0200 Mads Kiilerich run-tests: remove dead code for supporting old test scripts
Thu, 18 Oct 2012 00:33:29 +0200 Mads Kiilerich run-tests: handle windows crlf in .py tests again
Sun, 14 Oct 2012 18:30:42 +0200 Mads Kiilerich run-tests: make it possible to combine (esc) with (glob) and (re)
Mon, 15 Oct 2012 02:33:12 +0200 Mads Kiilerich run-tests: alternative way of handling \r on Windows
Thu, 11 Oct 2012 16:05:14 -0700 Bryan O'Sullivan tests: correctly report a test killed by a signal
Wed, 26 Sep 2012 00:56:27 +0200 Mads Kiilerich run-tests: allow test output lines to be terminated with \r in addition to \n
Wed, 10 Oct 2012 01:37:53 +0200 Mads Kiilerich run-tests: use more explicit criteria for detecting no-eol
Wed, 10 Oct 2012 01:30:45 +0200 Mads Kiilerich run-tests: drop unused enumerate
Sat, 28 Jul 2012 23:28:17 +0200 Simon Heimberg tests: unset variable HG if it is set
Sun, 19 Aug 2012 16:41:09 +0200 Patrick Mezard run-tests: do not duplicate killdaemons() code
Sun, 10 Jun 2012 18:50:42 +0200 Mads Kiilerich tests: use the right directory for running hghave from run-tests.py
Sun, 10 Jun 2012 18:50:42 +0200 Mads Kiilerich tests: make .t tests stop immediately if a cd fails
Sun, 10 Jun 2012 03:05:59 +0200 Adrian Buehlmann tests/run-tests: avoid C:/ in arguments
Fri, 08 Jun 2012 15:11:05 +0200 Adrian Buehlmann tests/run-tests: use $TMP on Windows (issue3490)
Fri, 01 Jun 2012 02:25:12 +0200 Mads Kiilerich tests: introduce c-style conditional sections in .t tests
Wed, 30 May 2012 14:28:57 +0200 Adrian Buehlmann run-tests: don't add python lines to expected dict
Sun, 03 Jun 2012 19:35:23 +0200 Adrian Buehlmann run-test: replace backslashes in TESTDIR
Sat, 12 May 2012 16:02:45 +0200 Brodie Rao cleanup: replace naked excepts with more specific ones
Tue, 08 May 2012 15:46:51 -0500 Matt Mackall tests: set a standard terminal type
Sat, 28 Apr 2012 01:22:47 +0200 Mads Kiilerich tests: don't require 'hg' without extension on windows stable
Mon, 02 Apr 2012 17:02:03 -0500 Matt Mackall tests: shorten post-test sleeps
Sat, 14 Jan 2012 01:56:27 +0100 Mads Kiilerich run-tests: expand user in --with-hg stable
Fri, 20 Jan 2012 01:24:16 +0100 Mads Kiilerich tests: let run-tests.py default to use 'sh' in $PATH instead of '/bin/sh' stable
Sat, 14 Jan 2012 01:55:50 +0100 Mads Kiilerich tests: add 'set -x' to the .t sh scripts in run-tests.py debug mode stable
Wed, 11 Jan 2012 15:38:31 +0100 Markus Zapke-GrĂ¼ndemann tests: add htmlcov option
Thu, 12 Jan 2012 14:39:02 -0600 Matt Mackall run-tests: use a list comprehension instead of map
Wed, 11 Jan 2012 15:37:25 +0100 Markus Zapke-GrĂ¼ndemann tests: fix omit path list
Mon, 21 Nov 2011 01:49:20 +0100 Mads Kiilerich tests: use an alias to make msys 'pwd' return paths with forward slashes
Wed, 16 Nov 2011 03:45:14 +0100 Mads Kiilerich tests: use the specified shell for running old fashioned sh tests
Mon, 07 Nov 2011 03:25:10 +0100 Mads Kiilerich run-tests: make $TESTTMP matching case-insensitive on windows
Mon, 07 Nov 2011 03:25:10 +0100 Mads Kiilerich run-tests: don't quote command names - that do apparently not work with msys
Mon, 07 Nov 2011 03:25:10 +0100 Mads Kiilerich tests: ignore \r on windows
Mon, 07 Nov 2011 03:25:10 +0100 Mads Kiilerich run-tests: convert windows paths to unix
Mon, 07 Nov 2011 03:25:10 +0100 Mads Kiilerich tests: make (glob) on windows accept \ instead of /
less more (0) -100 -60 tip