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 /
|
Mon, 07 Nov 2011 02:44:04 +0100 |
Mads Kiilerich |
tests: make '(esc)' matching in run-tests.py work as intended
|
Mon, 07 Nov 2011 13:46:41 -0600 |
Matt Mackall |
run-tests: replace inline python handling with more native scheme
|
Thu, 03 Nov 2011 15:18:10 -0500 |
Matt Mackall |
run-tests: minor cleanups
|
Thu, 03 Nov 2011 15:08:45 -0500 |
Matt Mackall |
run-tests: pull out line matching function
|
Thu, 03 Nov 2011 14:51:04 -0500 |
Matt Mackall |
run-tests: pull out unified matching funcs
|
Thu, 03 Nov 2011 14:48:56 -0500 |
Matt Mackall |
tests: add some comments to the unified test code
|
Thu, 03 Nov 2011 14:30:00 -0500 |
Matt Mackall |
tests: rewrite inline Python support
|
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
|
Wed, 12 Oct 2011 22:01:14 +0200 |
Idan Kamara |
tests: add support for inline doctests in test files
|
Mon, 25 Jul 2011 16:37:18 -0500 |
Augie Fackler |
tests: use getattr instead of hasattr
|
Wed, 13 Jul 2011 19:23:08 +0200 |
Patrick Mezard |
run-tests: fix summary when accepting changes interactively
|
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
|
Tue, 31 May 2011 20:39:04 -0500 |
Augie Fackler |
run-tests: allow whitelisting tests that should always run
|
Sat, 28 May 2011 11:44:27 +0200 |
Patrick Mezard |
run-tests: fix --blacklist (broken by 95715c2f90bf)
|
Fri, 27 May 2011 17:46:48 +0300 |
Idan Kamara |
run-tests: fix --blacklist with jobs > 1
|
Fri, 27 May 2011 17:46:47 +0300 |
Idan Kamara |
run-tests: slightly simplify blacklist check
|
Wed, 18 May 2011 15:45:57 +0200 |
Thomas Arendsen Hein |
run-tests: print a newline after all warnings
|
Mon, 16 May 2011 21:56:26 +0200 |
Patrick Mezard |
run-tests: replace chdir() with Popen cwd option
|
Mon, 16 May 2011 21:54:43 +0200 |
Patrick Mezard |
run-tests: make --debug run in the temporary test directory
|
Mon, 16 May 2011 21:52:28 +0200 |
Patrick Mezard |
run-tests: use the common test path on Windows and Java
|
Mon, 16 May 2011 21:41:46 +0200 |
Patrick Mezard |
run-tests: ignore timeout when Popen.terminate is unavailable
|
Mon, 16 May 2011 21:26:50 +0200 |
Patrick Mezard |
run-tests: fix hg.bat python reference
|
Mon, 16 May 2011 21:24:14 +0200 |
Patrick Mezard |
run-tests: fix python executable detection and copy on Windows
|
Mon, 09 May 2011 17:20:15 +0200 |
Martin Geisler |
run-tests: remove check on --shell argument
|
Sat, 07 May 2011 21:01:15 +0300 |
Idan Kamara |
run-tests: take the basepath when constructing the test temp dir
|
Sat, 07 May 2011 20:56:43 +0300 |
Idan Kamara |
run-tests: compare absolute paths in _checkhglib
|
Thu, 05 May 2011 20:04:49 +0200 |
Martin Geisler |
run-tests: add --shell command line flag
|
Thu, 05 May 2011 20:03:43 +0200 |
Martin Geisler |
run-tests: use type of default to convert environment variable
|
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)
|