tests/run-tests.py
Fri, 09 Nov 2012 15:09:35 -0800 Siddharth Agarwal run-tests: remove resultslock since it serves no useful purpose stable
Fri, 09 Nov 2012 14:42:36 -0800 Siddharth Agarwal run-tests: use pickle to send results from children to parent stable
Wed, 24 Oct 2012 23:09:31 +0200 Simon Heimberg run-tests: skip unnecessary operations on the args in the child proces stable
Thu, 18 Oct 2012 00:44:32 +0200 Mads Kiilerich run-tests: remove dead code for supporting old test scripts stable
Thu, 18 Oct 2012 00:33:29 +0200 Mads Kiilerich run-tests: handle windows crlf in .py tests again stable
Sun, 14 Oct 2012 18:30:42 +0200 Mads Kiilerich run-tests: make it possible to combine (esc) with (glob) and (re) stable
Mon, 15 Oct 2012 02:33:12 +0200 Mads Kiilerich run-tests: alternative way of handling \r on Windows stable
Thu, 11 Oct 2012 16:05:14 -0700 Bryan O'Sullivan tests: correctly report a test killed by a signal stable
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 stable
Wed, 10 Oct 2012 01:37:53 +0200 Mads Kiilerich run-tests: use more explicit criteria for detecting no-eol stable
Wed, 10 Oct 2012 01:30:45 +0200 Mads Kiilerich run-tests: drop unused enumerate stable
Sat, 28 Jul 2012 23:28:17 +0200 Simon Heimberg tests: unset variable HG if it is set stable
Sun, 19 Aug 2012 16:41:09 +0200 Patrick Mezard run-tests: do not duplicate killdaemons() code stable
Sun, 10 Jun 2012 18:50:42 +0200 Mads Kiilerich tests: use the right directory for running hghave from run-tests.py stable
Sun, 10 Jun 2012 18:50:42 +0200 Mads Kiilerich tests: make .t tests stop immediately if a cd fails stable
Sun, 10 Jun 2012 03:05:59 +0200 Adrian Buehlmann tests/run-tests: avoid C:/ in arguments stable
Fri, 08 Jun 2012 15:11:05 +0200 Adrian Buehlmann tests/run-tests: use $TMP on Windows (issue3490) stable
Fri, 01 Jun 2012 02:25:12 +0200 Mads Kiilerich tests: introduce c-style conditional sections in .t tests stable
Wed, 30 May 2012 14:28:57 +0200 Adrian Buehlmann run-tests: don't add python lines to expected dict stable
Sun, 03 Jun 2012 19:35:23 +0200 Adrian Buehlmann run-test: replace backslashes in TESTDIR stable
Sat, 12 May 2012 16:02:45 +0200 Brodie Rao cleanup: replace naked excepts with more specific ones stable
Tue, 08 May 2012 15:46:51 -0500 Matt Mackall tests: set a standard terminal type stable
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 stable
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 stable
Thu, 12 Jan 2012 14:39:02 -0600 Matt Mackall run-tests: use a list comprehension instead of map stable
Wed, 11 Jan 2012 15:37:25 +0100 Markus Zapke-Gr?ndemann tests: fix omit path list stable
Mon, 21 Nov 2011 01:49:20 +0100 Mads Kiilerich tests: use an alias to make msys 'pwd' return paths with forward slashes stable
Wed, 16 Nov 2011 03:45:14 +0100 Mads Kiilerich tests: use the specified shell for running old fashioned sh tests stable
Mon, 07 Nov 2011 03:25:10 +0100 Mads Kiilerich run-tests: make $TESTTMP matching case-insensitive on windows stable
Mon, 07 Nov 2011 03:25:10 +0100 Mads Kiilerich run-tests: don't quote command names - that do apparently not work with msys stable
Mon, 07 Nov 2011 03:25:10 +0100 Mads Kiilerich tests: ignore \r on windows stable
Mon, 07 Nov 2011 03:25:10 +0100 Mads Kiilerich run-tests: convert windows paths to unix stable
Mon, 07 Nov 2011 03:25:10 +0100 Mads Kiilerich tests: make (glob) on windows accept \ instead of / stable
Mon, 07 Nov 2011 02:44:04 +0100 Mads Kiilerich tests: make '(esc)' matching in run-tests.py work as intended stable
Mon, 07 Nov 2011 13:46:41 -0600 Matt Mackall run-tests: replace inline python handling with more native scheme stable
Thu, 03 Nov 2011 15:18:10 -0500 Matt Mackall run-tests: minor cleanups stable
Thu, 03 Nov 2011 15:08:45 -0500 Matt Mackall run-tests: pull out line matching function stable
Thu, 03 Nov 2011 14:51:04 -0500 Matt Mackall run-tests: pull out unified matching funcs stable
Thu, 03 Nov 2011 14:48:56 -0500 Matt Mackall tests: add some comments to the unified test code stable
Thu, 03 Nov 2011 14:30:00 -0500 Matt Mackall tests: rewrite inline Python support stable
Sat, 22 Oct 2011 23:21:38 +0200 Thomas Arendsen Hein run-tests: make sure no_proxy/NO_PROXY are empty to fix test-http-proxy.t stable
Thu, 13 Oct 2011 17:54:37 +0200 Idan Kamara run-tests: end doctest block when seeing a non-command stable
Wed, 12 Oct 2011 22:01:14 +0200 Idan Kamara tests: add support for inline doctests in test files stable
Mon, 25 Jul 2011 16:37:18 -0500 Augie Fackler tests: use getattr instead of hasattr stable
Wed, 13 Jul 2011 19:23:08 +0200 Patrick Mezard run-tests: fix summary when accepting changes interactively stable
Thu, 30 Jun 2011 16:36:38 +0200 Thomas Arendsen Hein run-test: revert most of 439ed4721a6d, timeout uses fallback for terminate() stable
Thu, 30 Jun 2011 16:25:05 +0200 Thomas Arendsen Hein run-tests: fallback to SIGTERM if subprocess.Popen does not have terminate() stable
Sun, 12 Jun 2011 17:26:20 +0300 Idan Kamara run-tests: verbose log ignored test stable
Tue, 31 May 2011 20:39:04 -0500 Augie Fackler run-tests: allow whitelisting tests that should always run stable
Sat, 28 May 2011 11:44:27 +0200 Patrick Mezard run-tests: fix --blacklist (broken by 95715c2f90bf) stable
Fri, 27 May 2011 17:46:48 +0300 Idan Kamara run-tests: fix --blacklist with jobs > 1 stable
Fri, 27 May 2011 17:46:47 +0300 Idan Kamara run-tests: slightly simplify blacklist check stable
Wed, 18 May 2011 15:45:57 +0200 Thomas Arendsen Hein run-tests: print a newline after all warnings stable
Mon, 16 May 2011 21:56:26 +0200 Patrick Mezard run-tests: replace chdir() with Popen cwd option stable
Mon, 16 May 2011 21:54:43 +0200 Patrick Mezard run-tests: make --debug run in the temporary test directory stable
Mon, 16 May 2011 21:52:28 +0200 Patrick Mezard run-tests: use the common test path on Windows and Java stable
less more (0) -100 -60 tip