log tests/run-tests.py @ 15448:873f94ecd706

age author description
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)
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
Wed, 14 Apr 2010 09:08:47 +0200 Benoit Boissinot run-tests.py: reset env variables set by hooks stable
Tue, 23 Mar 2010 15:23:04 +0100 Ronny Pfannschmidt run-tests: force to test pure on pypy as well
Tue, 23 Mar 2010 15:22:17 +0100 Ronny Pfannschmidt Fix run-tests.py -jX after 2ed667a9dfcb
Tue, 23 Mar 2010 11:37:31 +0100 Ronny Pfannschmidt tests: adapt the test runner to work with jython
Mon, 22 Mar 2010 01:36:12 -0400 Brodie Rao run-tests: make sure GREP_OPTIONS isn't set
Thu, 11 Mar 2010 15:32:24 +0100 Dirkjan Ochtman tests: use external coverage, mandate newer version stable
Tue, 09 Feb 2010 14:12:22 -0600 Matt Mackall fix up a bunch of check-code warnings
Tue, 09 Feb 2010 01:12:29 +0100 Mads Kiilerich run-tests.py: skipped tests shouldn't change working directory
Sat, 06 Feb 2010 15:18:36 +0100 Brendan Cully run-tests: kill daemons on ^C with -j.
Thu, 10 Dec 2009 17:21:31 +0900 Nicolas Dumazet run-tests: split tests/blacklist in tests/blacklists/*
Mon, 25 Jan 2010 00:05:27 -0600 Matt Mackall many, many trivial check-code fixups
Tue, 19 Jan 2010 22:45:09 -0600 Matt Mackall Merge with stable
Tue, 19 Jan 2010 22:20:08 -0600 Matt Mackall Update license to GPLv2+ stable
Wed, 30 Dec 2009 14:32:37 -0600 Matt Mackall Merge with i18n
Tue, 29 Dec 2009 19:02:26 -0200 Wagner Bruna run-tests.py: clears http_proxy for all tests
Tue, 29 Dec 2009 16:16:25 -0600 Matt Mackall Merge with stable
Tue, 29 Dec 2009 19:02:26 -0200 Wagner Bruna run-tests.py: clears http_proxy for all tests stable
Wed, 16 Dec 2009 12:09:25 +0100 Mads Kiilerich run-tests.py: Show paths to failing tests, .err and .out
Thu, 10 Dec 2009 22:31:10 +0100 Martin Geisler run-tests: backout d7c23f4a14c7
Sat, 05 Dec 2009 23:16:09 +0100 Martin Geisler run-tests: install data files correctly
Tue, 01 Dec 2009 09:53:02 +0900 Nicolas Dumazet run-tests: --inotify: use inotify.appendpid to append pids to $DAEMON_PIDS
Sat, 28 Nov 2009 10:25:09 +0900 Nicolas Dumazet run-tests: add a "--blacklist target" option to skip predefined test lists
Tue, 17 Nov 2009 18:50:39 +0900 Nicolas Dumazet run-tests: add --inotify option to test runner
Wed, 25 Nov 2009 21:54:47 -0600 Matt Mackall Merge with stable again
Wed, 25 Nov 2009 21:54:18 -0600 Matt Mackall Merge stable heads stable
Wed, 25 Nov 2009 21:44:19 -0600 Matt Mackall Merge with stable
Tue, 24 Nov 2009 13:55:13 -0200 Wagner Bruna run-tests: LANGUAGE may make tests fail stable
Mon, 23 Nov 2009 23:04:44 +0100 Benoit Boissinot merge with stable
Mon, 23 Nov 2009 22:45:36 +0100 Benoit Boissinot run-tests: always set $COLUMNS, fix running tests under emacs shell stable
Sun, 22 Nov 2009 19:11:12 +0100 Patrick Mezard run-tests: work around a distutils bug triggered by 0a8a43b4ca75
Sun, 22 Nov 2009 11:19:07 +0100 Martin Geisler Merge with stable
Wed, 18 Nov 2009 22:23:11 -0500 Greg Ward run-tests: give each child its own tmp dir (issue1911) stable
Wed, 18 Nov 2009 22:23:11 -0500 Greg Ward run-tests: give each child its own tmp dir (issue1911)
Tue, 17 Nov 2009 13:24:58 +0100 Dan Villiom Podlaski Christiansen run-tests: set --home when building with distutils
Mon, 02 Nov 2009 17:06:11 -0500 Greg Ward run-tests: add "debug" mode: don't capture child output, just show it.
Mon, 02 Nov 2009 17:06:10 -0500 Greg Ward run-tests: make --tmpdir option more useful.
Mon, 12 Oct 2009 14:52:53 -0500 Matt Mackall tests: add -k to test scripts matching keywords
Sun, 11 Oct 2009 13:58:53 -0500 Matt Mackall run-tests: add --noskips option
Fri, 28 Aug 2009 20:53:03 +0200 Martin Geisler run-tests: standardize on --foo instead of -f/--foo
Fri, 28 Aug 2009 20:50:54 +0200 Martin Geisler run-tests: use parser.error for cmdline option errors
Sat, 15 Aug 2009 21:19:57 +0900 Nicolas Dumazet run-tests: expand --tmpdir and create it if needed
Sun, 05 Jul 2009 11:01:30 +0200 Alejandro Santos compat: use open() instead of file() everywhere
Sun, 05 Jul 2009 10:59:54 +0200 Alejandro Santos tests: add -3 switch to run-tests.py
Tue, 23 Jun 2009 22:20:54 -0400 Greg Ward run-tests: use os.path.realpath() to find hg's setup.py.
Fri, 19 Jun 2009 13:47:50 +0200 Dirkjan Ochtman kill trailing whitespace
Sat, 06 Jun 2009 15:38:03 -0700 Brendan Cully Unbreak run-tests support for out-of-tree extensions
Wed, 03 Jun 2009 14:10:36 +0200 Dirkjan Ochtman tests: delete parallel coverage files after combining
Mon, 01 Jun 2009 09:18:35 -0400 Greg Ward run-tests: don't replace PYTHONPATH, just augment it.
Sun, 31 May 2009 15:20:31 -0400 Greg Ward run-tests: redefine --with-hg so it takes the 'hg' script to run.
Fri, 29 May 2009 22:18:16 -0400 Greg Ward run-tests: fix _checkhglib() so it's correct when using --with-hg.
Fri, 29 May 2009 22:18:15 -0400 Greg Ward run-tests: factor out _checkhglib() to check import path of 'mercurial'.
Fri, 29 May 2009 22:17:53 -0400 Greg Ward run-tests: show PID if running in parallel mode with -v.
Fri, 29 May 2009 10:00:03 -0400 Greg Ward run-tests: clarify timeout log message.
Mon, 25 May 2009 18:34:35 +0200 Dirkjan Ochtman tests: make coverage run in parallel mode, clean up coverage code
Tue, 19 May 2009 09:36:20 +0200 Simon Heimberg runtest: do not start testing when there is no test
Thu, 14 May 2009 13:20:40 -0500 Matt Mackall remove deprecated rawcommit
Sat, 02 May 2009 23:05:35 +0200 Martin Geisler util: always use subprocess
Fri, 24 Apr 2009 14:40:56 -0700 Bryan O'Sullivan run-tests.py: ensure that hgpkg is always visible
Sun, 26 Apr 2009 01:08:54 +0200 Martin Geisler updated license to be explicit about GPL version 2
Wed, 22 Apr 2009 15:49:33 +0200 Simon Heimberg run-tests: cosmetics
Wed, 22 Apr 2009 09:11:46 +0200 Simon Heimberg run-tests: fix error when timeout occurs
Wed, 22 Apr 2009 01:53:15 +0200 Benoit Boissinot run-tests: fix -jN broken by 60a9e3cf0cf4
Tue, 21 Apr 2009 11:19:10 +0200 Martin Geisler run-tests: removed some underscores (coding style)
Tue, 21 Apr 2009 10:53:42 +0200 Martin Geisler run-tests: upper-case global PYTHON variable
Mon, 20 Apr 2009 21:50:11 -0400 Greg Ward run-tests: reduce global variables set by parse_args().
Mon, 20 Apr 2009 21:42:20 -0400 Greg Ward run-tests: factor out main(); reduce use of globals a bit.
Mon, 20 Apr 2009 21:10:39 -0400 Greg Ward run-tests: move bits of main program so it's all at the bottom.
Mon, 20 Apr 2009 21:07:05 -0400 Greg Ward run-tests: move _hgpath() up so it's not in the middle of the main program.
Mon, 20 Apr 2009 21:04:24 -0400 Greg Ward run-tests: factor out parse_args(). Clarify use of globals a bit.
Wed, 08 Apr 2009 02:38:23 +0900 Nicolas Dumazet run-tests: detect when hghave fails to check for a feature and fail test
Fri, 27 Feb 2009 19:10:38 +0100 Mads Kiilerich run-tests.py: avoid using popen2.Popen4 - use subprocess instead
Wed, 18 Feb 2009 13:19:30 +0100 Frank Wierzbicki tests: use same popen strategy for jython as for nt
Tue, 10 Feb 2009 22:47:38 +0100 Mads Kiilerich test-merge-tool: Make sure no hgmerge can be found in $PATH
Sun, 25 Jan 2009 14:12:41 -0500 Jim Correia Account for symlinks when setting up HGTMP.
Sat, 31 Jan 2009 22:50:18 +0100 Martin Geisler run-tests: add --pure flag for using pure Python modules
Fri, 19 Dec 2008 16:48:32 -0600 Matt Mackall tests: fix no-diffs option
Mon, 01 Dec 2008 12:11:28 +0100 Thomas Arendsen Hein Fix non-empty $CDPATH causing failed tests.
Fri, 07 Nov 2008 16:28:52 -0600 Matt Mackall run-tests: allow turning off diff display
Wed, 22 Oct 2008 17:34:37 -0500 Matt Mackall run-tests: --interactive overrides -j
Sun, 19 Oct 2008 19:03:23 +0200 Thomas Arendsen Hein Use dummy diffstat in tests and remove older diffstat workaround.
Sat, 18 Oct 2008 22:44:01 +0200 Benoit Boissinot run-tests.py: report missing file as an error
Sat, 18 Oct 2008 21:08:44 +0200 Benoit Boissinot run-tests.py: use --prefix instead of --home
Wed, 10 Sep 2008 13:52:33 +0200 Benoit Boissinot run-tests.py: fix the check for the hg installation with -jn (n > 1)
Wed, 03 Sep 2008 19:01:35 +0200 Dirkjan Ochtman imported patch test-check
Mon, 16 Jun 2008 11:37:26 +0200 Thomas Arendsen Hein run-tests.py: Make tests run with python2.3 if HGTEST_* is set.
Mon, 24 Mar 2008 22:09:01 +0100 Thomas Arendsen Hein run-tests.py: Only one fail message when output changed and error code.
Sun, 23 Mar 2008 21:48:38 +0100 Thomas Arendsen Hein run-tests.py: Allow environment variables to set jobs/timeout/port.
Fri, 21 Mar 2008 15:57:22 -0500 Matt Mackall tests: teach -i about fails list
Thu, 13 Mar 2008 17:39:30 +0100 Benoit Boissinot run-tests.py: add a summary of failed tests at the end
Thu, 06 Mar 2008 22:23:41 +0100 Joel Rosdahl Remove unused imports
Fri, 07 Mar 2008 00:01:13 +0100 Thomas Arendsen Hein Replaced tab in run-tests.py
Wed, 05 Mar 2008 08:00:05 +0100 Peter Arrenbrecht tests: add --keep-tmp to run-tests.py to debug test environment
Sun, 03 Feb 2008 19:29:05 -0600 Matt Mackall merge: allow smarter tool configuration
Sat, 05 Jan 2008 22:52:28 +0100 Patrick Mezard Merge with crew-stable
Sat, 05 Jan 2008 17:55:16 +0100 Patrick Mezard Make run-tests.py --interactive work on Windows
Tue, 01 Jan 2008 17:07:15 +0100 Thomas Arendsen Hein Don't let ui.username override web.contact (issue900)
Sat, 29 Dec 2007 19:49:48 +0100 Thomas Arendsen Hein Removed tabs and trailing whitespace in python files
Fri, 21 Dec 2007 21:50:19 +0100 Thomas Arendsen Hein Use skipped: instead of hghave: for skipping tests, use this in test-merge-types
Fri, 09 Nov 2007 20:21:35 -0200 Alexis S. L. Carvalho run-tests.py: add a default --date "0 0" argument to commit et al
Fri, 09 Nov 2007 20:21:35 -0200 Alexis S. L. Carvalho run-tests.py: don't print a dot for skipped tests
Fri, 19 Oct 2007 12:53:43 -0500 Matt Mackall tests: tidy up reporting of skipped tests
Fri, 05 Oct 2007 12:42:52 -0700 Bryan O'Sullivan run-tests.py: allow a different temporary directory to be specified
Fri, 05 Oct 2007 12:17:01 -0700 Bryan O'Sullivan Allow tests to run in parallel.
Fri, 05 Oct 2007 09:30:02 -0700 Bryan O'Sullivan run-tests.py: reorder options alphabetically.
Wed, 29 Aug 2007 17:01:10 -0700 Brendan Cully Include . in PYTHONPATH (makes testing unbundled extensions easier)
Wed, 29 Aug 2007 16:50:21 -0700 Brendan Cully Make run-tests.py work when invoked outside of tests.
Mon, 27 Aug 2007 22:17:51 +0200 Patrick Mezard run-tests: append PYTHONPATH instead of overwriting it
Fri, 17 Aug 2007 22:43:38 -0300 Alexis S. L. Carvalho run-tests.py: pass --install-scripts to setup.py
Tue, 07 Aug 2007 10:24:33 +0200 Thomas Arendsen Hein Remove trailing spaces
Mon, 06 Aug 2007 14:45:43 +0200 Thomas Arendsen Hein Add message to test output if a test is aborted due to a timeout.
Sat, 14 Jul 2007 18:34:06 +0200 Patrick Mezard Add hghave utility and run-tests.py support.
Sat, 14 Jul 2007 14:01:11 +0200 Patrick Mezard run-tests: extract correct status when script terminates with exit
Tue, 19 Jun 2007 08:06:37 +0200 Thomas Arendsen Hein Cleanup of whitespace, indentation and line continuation.
Fri, 08 Jun 2007 23:49:12 -0300 Alexis S. L. Carvalho run-tests.py: set ui.slash = True
Sat, 28 Apr 2007 17:55:45 -0300 Alexis S. L. Carvalho run-tests.py: pass -L/--label to simplemerge
Mon, 16 Apr 2007 20:17:39 -0300 Alexis S. L. Carvalho change tests to use simplemerge by default
Sat, 07 Apr 2007 04:27:55 -0300 Alexis S. L. Carvalho run-tests.py: use coverage.py with "#!/usr/bin/env python" tests
Sat, 07 Apr 2007 04:27:55 -0300 Alexis S. L. Carvalho run-tests.py: small cleanup
Sat, 07 Apr 2007 04:27:55 -0300 Alexis S. L. Carvalho run-tests.py: use coverage.py with *.py tests
Sat, 07 Apr 2007 04:27:55 -0300 Alexis S. L. Carvalho run-tests.py: tell coverage.py to ignore errors
Sun, 03 Dec 2006 16:16:33 -0600 Matt Mackall tests: set a default encoding for running tests (ASCII)
Wed, 08 Nov 2006 13:20:08 -0600 Matt Mackall tests: add -i switch
Wed, 08 Nov 2006 13:20:08 -0600 Matt Mackall tests: add -R switch
Wed, 08 Nov 2006 13:20:08 -0600 Matt Mackall tests: sort test list if running all tests
Mon, 09 Oct 2006 23:08:41 -0500 Matt Mackall run-tests: add --first switch to exit on first error
Mon, 09 Oct 2006 23:05:11 -0500 Matt Mackall run-tests: add --retest switch
Sun, 01 Oct 2006 19:26:33 +0200 Thomas Arendsen Hein Whitespace/Tab cleanup
Tue, 22 Aug 2006 09:55:14 +0200 Thomas Arendsen Hein Clear contents of global hgrc for tests before running each test.
Thu, 27 Jul 2006 15:53:08 -0700 Vadim Gelfer run-tests.py: skip tests that should not run.
Thu, 27 Jul 2006 12:36:17 -0700 Vadim Gelfer merge with crew.
Fri, 21 Jul 2006 01:51:17 -0300 Alexis S. L. Carvalho run-tests.py: fix diff output when test-foo.out doesn't exist.
Fri, 21 Jul 2006 01:51:17 -0300 Alexis S. L. Carvalho Allow tests that end in .py and .bat
Tue, 25 Jul 2006 10:29:43 -0500 Will Maier Provide a relevant description for --timeout.
Thu, 13 Jul 2006 09:50:51 -0700 Lee Cantey Add merge to list of required tools.
Fri, 07 Jul 2006 11:23:53 +0200 Thomas Arendsen Hein Changed default timeout for run-tests.py from 30 to 180 seconds.
Thu, 06 Jul 2006 11:45:34 -0700 Vadim Gelfer tests: add timeouts, make run-tests.py clean up dead daemon processes
Thu, 06 Jul 2006 10:09:24 -0700 Vadim Gelfer run-tests.py: make tests use same python interpreter as test harness.
Thu, 08 Jun 2006 15:06:31 +0200 Thomas Arendsen Hein Fix diff header (line endings) for failed test output in run-tests.py.
Thu, 08 Jun 2006 14:56:40 +0200 Thomas Arendsen Hein Don't run tests with dots in their name (e.g. test-foo.orig)
Thu, 11 May 2006 14:06:18 +0200 Benoit Boissinot catch KeyboardInterrupt in run-tests
Wed, 10 May 2006 10:31:22 -0700 Vadim Gelfer run-tests.py: fix handling of newlines.
Wed, 10 May 2006 10:07:53 -0700 Vadim Gelfer run-tests.py: print diff if reference output not existing.
Fri, 05 May 2006 10:41:38 -0700 Vadim Gelfer run-tests.py must print changed test output no matter what exit code is.
Wed, 03 May 2006 10:45:20 +0200 Thomas Arendsen Hein Always clean the build directory before installing for running the tests.
Thu, 27 Apr 2006 22:01:57 -0700 Vadim Gelfer run-tests.py: remove trailing white space
Thu, 27 Apr 2006 22:01:28 -0700 Vadim Gelfer make indentation of coverage code in run-tests.py nicer.
Thu, 27 Apr 2006 21:59:44 -0700 Stephen Darnell Add code coverage to the python version of run-tests (inc. annotation)