tests/run-tests.py
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
less more (0) -60 tip