tests/run-tests.py
Wed, 04 May 2011 10:39:10 -0500 Augie Fackler run-tests.py: correctly handle list options with parallel tasks
Sun, 01 May 2011 08:00:25 -0500 Augie Fackler run-tests: add flag to provide extra hgrc options for test runs
Sat, 30 Apr 2011 15:20:27 +0300 Idan Kamara run-tests: print a new line before writing the diff
Fri, 29 Apr 2011 20:29:22 +0300 Idan Kamara run-tests: don't count test as succeeded if it failed
Mon, 25 Apr 2011 17:01:34 -0500 Matt Mackall run-tests: do chdir for tests under a lock for thread safety
Mon, 25 Apr 2011 16:17:08 -0500 Matt Mackall run-tests: add iolock to vlog
Mon, 25 Apr 2011 18:42:31 +0200 Patrick Mezard run-tests: display diff before prompting with --interactive
Sun, 24 Apr 2011 17:52:46 -0500 Matt Mackall run-tests: fix some missing i/o locks
Sun, 24 Apr 2011 16:46:37 -0500 Matt Mackall run-tests: add a lock for console I/O
Sun, 24 Apr 2011 16:42:15 -0500 Matt Mackall run-tests: switch timeout handling from alarm to helper thread
Sun, 24 Apr 2011 16:42:11 -0500 Matt Mackall run-tests: add locking on results struct
Sun, 24 Apr 2011 23:33:48 +0200 Patrick Mezard run-tests: fix --interactive (after 994ad067ac6e)
Fri, 22 Apr 2011 14:04:34 -0500 Matt Mackall run-tests: move test loop into a helper function
Fri, 22 Apr 2011 12:24:22 -0500 Matt Mackall run-tests: use a results dict
Fri, 22 Apr 2011 11:36:40 -0500 Matt Mackall run-tests: move blacklist and retest filtering to runone
Fri, 22 Apr 2011 11:32:05 -0500 Matt Mackall run-tests: keep a list of passed tests
Fri, 22 Apr 2011 11:24:27 -0500 Matt Mackall run-tests: move keyword checking into runone
Fri, 22 Apr 2011 11:22:02 -0500 Matt Mackall run-tests: add ignores list
Thu, 21 Apr 2011 18:38:30 -0500 Matt Mackall run-tests: move existence/name format check into runone
Thu, 21 Apr 2011 18:19:45 -0500 Matt Mackall run-tests: move interactive handling into runone
Sat, 09 Apr 2011 15:52:19 -0500 Matt Mackall tests: better output on timeouts
Fri, 25 Mar 2011 22:15:37 +0200 Idan Kamara tests: set HOME to the test temp dir (issue2707)
Sun, 06 Mar 2011 14:19:57 +0100 Patrick Mezard run-tests: handle mixed comment lines in blacklists
Fri, 24 Dec 2010 15:23:01 +0100 Dan Villiom Podlaski Christiansen explicitly close files
Wed, 02 Feb 2011 23:21:13 +0100 Simon Heimberg run-tests: only call WIFEXITED on systems it exists
Tue, 01 Feb 2011 20:47:05 +0100 Simon Heimberg run-tests: loadable as module
Mon, 22 Nov 2010 18:15:58 +0100 Martin Geisler code style: prefer 'is' and 'is not' tests with singletons
Tue, 16 Nov 2010 10:33:19 +0900 Nicolas Dumazet run-tests: fix --debug for .t tests
Mon, 08 Nov 2010 10:56:47 +0100 Erik Zielke run-test: fixed wrong parenthesis stable
Mon, 08 Nov 2010 01:35:41 +0100 Mads Kiilerich tests: use (esc) markup for string-escape stable
Mon, 08 Nov 2010 01:35:40 +0100 Mads Kiilerich tests: (no-eol) markup for command output without trailing LF stable
Sat, 06 Nov 2010 00:31:44 +0100 Mads Kiilerich tests: handle .t files without trailing LF stable
Mon, 01 Nov 2010 10:24:07 +0100 Martin Geisler run-tests: use regex when searching for $HGPORT in test output stable
Sat, 02 Oct 2010 22:57:25 +0900 Yuya Nishihara tests: accept \-escaped test output
Sat, 09 Oct 2010 16:27:10 -0500 Benoit Boissinot run-tests.py: remove support for .bat files
Sat, 09 Oct 2010 16:25:28 -0500 Benoit Boissinot run-tests.py: do not install hg when the tests do no exist
Fri, 08 Oct 2010 22:36:11 -0500 Mads Kiilerich tests: reintroduce ":$HGPORT" in test output
Fri, 08 Oct 2010 22:36:10 -0500 Mads Kiilerich tests: replace test tmp directory with $TESTTMP in test output
Fri, 08 Oct 2010 17:00:38 -0500 Patrick Mezard run-tests: handle .tst not ending with an LF
Mon, 27 Sep 2010 22:49:30 +0200 Thomas Arendsen Hein tests: show skip reason instead of "irrelevant" with unified tests, too
Sun, 26 Sep 2010 22:22:59 +0200 Martin Geisler run-tests: move build/ directory to HGTMP
Wed, 22 Sep 2010 18:20:47 -0500 Matt Mackall tests: various fixes for new unified test pattern format
Wed, 22 Sep 2010 16:06:02 -0500 Brodie Rao tests: add glob matching for unified tests
Wed, 22 Sep 2010 16:06:00 -0500 Brodie Rao tests: require regexes in unified tests to be marked with " (re)"
Wed, 22 Sep 2010 16:05:59 -0500 Brodie Rao tests: ensure regexes match to the end of the string
Wed, 22 Sep 2010 16:05:59 -0500 Brodie Rao tests: don't match blank output lines as regexes in unified tests
Mon, 20 Sep 2010 14:36:36 -0500 Matt Mackall tests: add hack to avoid problem with graphlog in unified tests
Thu, 16 Sep 2010 17:51:32 -0500 Matt Mackall tests: add exit codes to unified tests
Thu, 12 Aug 2010 14:53:34 +0900 Nicolas Dumazet tests: catch re.error if test line is not a valid regular expression
Mon, 02 Aug 2010 23:27:22 -0500 Matt Mackall tests: basic support for unified tests
Mon, 02 Aug 2010 15:44:54 -0500 Matt Mackall tests: move script execution in runner helpers
Thu, 29 Apr 2010 22:04:05 -0500 Matt Mackall run-tests: add --view switch to use external diff viewer
Thu, 29 Apr 2010 18:25:45 -0500 Matt Mackall run-tests: sort options
Thu, 29 Apr 2010 18:25:45 -0500 Matt Mackall run-tests: add -l short option for --local
Thu, 15 Apr 2010 20:25:26 +0200 Benoit Boissinot merge with stable
Thu, 15 Apr 2010 20:25:07 +0200 Benoit Boissinot run-tests.py: can't remove from os.environ on solaris stable
Wed, 14 Apr 2010 11:27:15 +0200 Benoit Boissinot merge with stable
Wed, 14 Apr 2010 17:58:10 +0900 Nicolas Dumazet pylint, pyflakes: remove unused or duplicate imports
Wed, 14 Apr 2010 00:24:47 -0500 Ry4an Brase Fix --blacklist when --jobs > 1 in run_tests.py. stable
Wed, 14 Apr 2010 09:09:43 +0200 Benoit Boissinot merge with stable
less more (0) -100 -60 tip