log tests/run-tests @ 2183:a56fc34d6e23

age author description
Wed, 03 May 2006 10:45:20 +0200 Thomas Arendsen Hein Always clean the build directory before installing for running the tests.
Sun, 30 Apr 2006 19:29:57 +0200 Sascha Wilde SunOS fix: Replaced $PWD with `pwd`
Thu, 13 Apr 2006 17:11:35 -0700 Vadim Gelfer merge with crew.
Thu, 13 Apr 2006 17:11:04 -0700 Vadim Gelfer let run-tests run optional code coverage tests.
Wed, 12 Apr 2006 17:57:44 +0200 Thomas Arendsen Hein Don't use -u option for diff on SunOS, too.
Wed, 12 Apr 2006 17:53:04 +0200 Sascha Wilde run-tests: Use appropriate (that is: none) diff options on HP-UX.
Thu, 30 Mar 2006 18:43:46 +0200 Thomas Arendsen Hein Use [ x = y ] instead of [ x == y ] in shell scripts.
Tue, 14 Mar 2006 21:42:32 -0800 TK Soh tests: fix portability issue for echo -n
Tue, 14 Mar 2006 21:40:46 -0800 Vadim Gelfer add HGRCPATH env var, list of places to look for hgrc files.
Wed, 15 Mar 2006 02:49:45 +0100 Soh Tk-r28629 tests: add bunzip2 to prerequisite list
Mon, 13 Mar 2006 12:22:55 +0100 Thomas Arendsen Hein Merge with http://hg.home.dataloss.nl/hg-portabletests
Wed, 22 Feb 2006 15:42:48 +0100 Peter van Dijk small solaris portability fixes from John Levon <levon@movementarian.org>
Tue, 21 Feb 2006 22:23:51 +0100 Peter van Dijk fix testsuite for freebsd and one timingissue
Fri, 10 Mar 2006 19:16:49 +0100 Thomas Arendsen Hein Make #!/usr/bin/env python in test-bdiff run the specified python version.
Sun, 27 Nov 2005 16:37:18 +0100 Robin Farine fix run-tests' PYTHONPATH
Wed, 21 Sep 2005 07:56:19 +0200 Thomas Arendsen Hein Cleanup of tabs and trailing spaces.
Mon, 19 Sep 2005 18:24:37 -0700 eric Add checks for programs which are required for the test suite to run.
Tue, 16 Aug 2005 19:03:01 -0800 mpm run-tests: remove '+ hg' trick
Thu, 04 Aug 2005 13:31:25 -0800 mpm Merge with BOS
Thu, 04 Aug 2005 13:27:41 -0800 mpm Merge with TAH
Thu, 04 Aug 2005 18:23:07 +0100 Thomas Arendsen Hein Cleaned up trap handling in run-tests, too.
Thu, 04 Aug 2005 18:13:17 +0100 Thomas Arendsen Hein Removed special FIXME handling in run-tests, added bug info to .out files.
Sat, 30 Jul 2005 09:00:14 -0800 mpm Merge with BOS
Sat, 30 Jul 2005 08:35:29 -0800 mpm Merge with TAH
Fri, 29 Jul 2005 21:50:05 +0100 Thomas Arendsen Hein Incorporated most of Aron Griffis suggestions for sh compatibility.
Fri, 29 Jul 2005 21:34:41 +0100 Thomas Arendsen Hein Use tabs instead of spaces where apropriate.
Fri, 29 Jul 2005 15:59:10 +0100 Thomas Arendsen Hein Allow tests for not yet fixed bugs to fail without generating error diff.
Fri, 29 Jul 2005 15:11:05 +0100 Thomas Arendsen Hein Make tests work on Solaris:
Fri, 29 Jul 2005 06:43:21 +0100 Thomas Arendsen Hein Merge with upstream
Thu, 28 Jul 2005 07:46:08 -0800 mpm Drop -t option from mktemp
Tue, 26 Jul 2005 19:27:05 -0800 mpm Add template to mktemp call
Thu, 21 Jul 2005 15:05:17 -0500 mpm Update tests to use commit -m and default -u
Sun, 03 Jul 2005 21:51:09 -0800 Matt Mackall Add username/merge/editor to .hgrc
Thu, 30 Jun 2005 23:28:16 -0800 mpm Merge with TAH
Fri, 01 Jul 2005 07:22:27 +0100 Thomas Arendsen Hein Remove bashisms and use /bin/sh instead of /bin/bash.
Mon, 27 Jun 2005 22:29:44 -0800 mpm Pull from TAH
Mon, 27 Jun 2005 22:23:56 -0800 mpm [PATCH] umask for run-tests
Mon, 27 Jun 2005 22:22:13 -0800 mpm [PATCH] Set locale before run-tests does anything
Sat, 25 Jun 2005 16:31:43 -0800 mpm [PATCH] Get run-tests working on 64-bit machines.
Tue, 21 Jun 2005 21:04:49 -0800 mpm Pull from TAH
Tue, 21 Jun 2005 17:24:41 -0800 mpm Delete error logs one test at a time
Tue, 21 Jun 2005 17:21:56 -0800 mpm Quiet successful test install in run-tests
Tue, 21 Jun 2005 17:19:12 -0800 mpm From: Andrew Thompson <andrewkt@aktzero.com>
Thu, 16 Jun 2005 08:37:15 -0800 mpm test suite: fix timezone problems and port collision problem
Wed, 15 Jun 2005 15:50:28 -0800 mpm run-tests: run tests given on the command line
Wed, 15 Jun 2005 00:33:57 -0800 mpm Merge with TAH
Wed, 15 Jun 2005 08:32:29 +0100 Thomas Arendsen Hein Merged with mercurial-identify (which includes upstream's current tip)
Wed, 15 Jun 2005 00:02:13 -0800 mpm run-tests: actually mark changed output as failure
Tue, 14 Jun 2005 13:28:42 -0800 mpm Add a simple testing framework