log tests/run-tests.py @ 4379:80c7fa620a4d

age author description
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)
Wed, 26 Apr 2006 16:54:07 +0200 Stephen Darnell Tidyups for run-tests.py inc. try/finally cleanup and allow tests to be specified on command line
Fri, 21 Apr 2006 18:47:55 +0200 Stephen Darnell Add a pure python version of run-tests.