tests/run-tests.py
Sat, 19 Apr 2014 13:50:25 -0700 Gregory Szorc run-tests: capture execution results in a TestResult class
Sat, 19 Apr 2014 13:29:26 -0700 Gregory Szorc run-tests: clean up temp directory variables
Sat, 19 Apr 2014 13:26:12 -0700 Gregory Szorc run-tests: move env into Test
Sat, 19 Apr 2014 13:22:52 -0700 Gregory Szorc run-tests: move killdaemons into Test.run()
Sat, 19 Apr 2014 13:18:55 -0700 Gregory Szorc run-tests: move replacements and port management into Test
Sat, 19 Apr 2014 13:11:49 -0700 Gregory Szorc run-tests: move createhgrc() call into Test.run()
Sat, 19 Apr 2014 13:07:05 -0700 Gregory Szorc run-tests: move createenv() into Test
Sat, 19 Apr 2014 13:03:24 -0700 Gregory Szorc run-tests: move replacements generation into Test
Sat, 19 Apr 2014 12:54:09 -0700 Gregory Szorc run-tests: move testtmp into Test class
Sat, 19 Apr 2014 12:26:34 -0700 Gregory Szorc run-tests: create classes for representing tests
Fri, 02 May 2014 18:25:23 +0900 Yuya Nishihara run-tests: initialize global variables to suppress pyflakes warning
Sun, 13 Apr 2014 19:01:00 +0200 Mads Kiilerich spelling: fixes from spell checker
Sun, 13 Apr 2014 19:01:00 +0200 Mads Kiilerich tests: warn on invalid #if directive
Mon, 25 Nov 2013 22:00:46 +0100 Simon Heimberg run-tests: test result shows when a failed test could not start a server
Mon, 24 Mar 2014 22:12:37 -0700 Gregory Szorc run-tests: allow test paths in other directories
Mon, 24 Mar 2014 21:52:28 -0700 Gregory Szorc run-tests: allow option parser to be extended
Mon, 24 Mar 2014 21:41:56 -0700 Gregory Szorc run-tests: use return values instead of sys.exit
Mon, 24 Mar 2014 21:37:33 -0700 Gregory Szorc run-tests: Pass arguments into argument parser
Fri, 28 Feb 2014 02:09:00 +0100 Mads Kiilerich tests: add run-tests --changed option for running tests changed in revisions
Wed, 19 Mar 2014 00:19:54 +0100 Mads Kiilerich tests: small refactoring of run-tests' handling of tests list
Wed, 12 Mar 2014 13:19:43 -0400 Augie Fackler run-tests: move from dict() construction to {} literals
Sat, 01 Mar 2014 16:20:15 -0600 Matt Mackall extensions: remove the inotify extension (BC)
Sun, 16 Feb 2014 23:41:24 +0100 Simon Heimberg run-tests: fixed warn detection on failures with too many output
Sun, 16 Feb 2014 23:36:02 +0100 Simon Heimberg run-tests: fixed warn detection on detecting warn only for lines
Wed, 19 Feb 2014 21:32:14 -0800 Siddharth Agarwal run-tests.py: work when --with-hg is set to system hg
Sat, 15 Feb 2014 15:28:32 +0100 Patrick Mezard run-tests: fix heredoctest for out-of-tree extensions
Thu, 13 Feb 2014 08:29:44 +0100 Simon Heimberg run-tests: unnecessary globs also count as warnings
Thu, 13 Feb 2014 08:27:53 +0100 Simon Heimberg run-tests: report a test as warned when only missing globs
Thu, 13 Feb 2014 08:26:13 +0100 Simon Heimberg run-tests: add possibility for test-runners to report a "warned" test result
Thu, 13 Feb 2014 08:17:39 +0100 Simon Heimberg run-tests: separate exit code when no failed tests but warned ones
Thu, 13 Feb 2014 08:14:54 +0100 Simon Heimberg run-tests: introduce 'warned' as test result
Thu, 13 Feb 2014 08:02:06 +0100 Simon Heimberg run-tests: handle sys.exit in main function
Thu, 13 Feb 2014 07:29:28 +0100 Simon Heimberg run-tests: remove unnecessary variable initialisation
Tue, 11 Feb 2014 01:15:07 +0100 Simon Heimberg run-tests: fix typo and print out failing line
Thu, 16 Jan 2014 12:08:57 +0100 Simon Heimberg run-tests: print more information on unnecessary glob matching
Thu, 16 Jan 2014 12:08:29 +0100 Simon Heimberg run-tests: suggest to append glob when only path sep does not match
Thu, 16 Jan 2014 12:06:49 +0100 Simon Heimberg run-tests: test each line matching function on its own
Thu, 16 Jan 2014 11:26:54 +0100 Simon Heimberg run-tests: set the thread name to the test name for info on error
Thu, 16 Jan 2014 18:55:35 +0100 Simon Heimberg run-tests: report tests as failed when run-test raises an error
Mon, 25 Nov 2013 22:00:46 +0100 Simon Heimberg run-tests: better check for python version
Sun, 17 Nov 2013 10:59:35 -0500 Mads Kiilerich tests: python hash seed is only relevant after failures - otherwise keep quiet
Fri, 15 Nov 2013 22:57:11 -0500 Sean Farley run-tests: remove files that we potentially create outside of $TMPDIR
Fri, 15 Nov 2013 22:56:08 -0500 Sean Farley run-tests: remove code that creates a dummy 'diffstat'
Thu, 03 Oct 2013 14:50:47 +0200 Mads Kiilerich run-tests: place the .t shell script next to $TESTTMP and with a useful name
Thu, 29 Aug 2013 09:22:13 -0700 David Soria Parra shelve: add a shelve extension to save/restore working changes
Thu, 19 Sep 2013 15:29:28 -0400 Augie Fackler run-tests: find mercurial path with syntax valid on both py2 and py3
Thu, 19 Sep 2013 15:29:04 -0400 Augie Fackler run-tests: if run by python3, execute setup.py with --c2to3
Fri, 26 Jul 2013 21:18:40 -0400 Simon Heimberg run-tests: only check the common criteria once per test
Thu, 18 Jul 2013 23:22:59 -0500 Matt Mackall run-tests: backout 4f32747879d1 line endings change
Thu, 18 Jul 2013 09:42:44 -0700 Brendan Cully run-tests: revert previous commit, run() waits after a timeout
Thu, 18 Jul 2013 09:39:01 -0700 Brendan Cully run-tests: reap timed-out zombies
Sat, 13 Jul 2013 23:58:01 +0200 Simon Heimberg run-tests: generally handle line endings on windows by re
Sat, 13 Jul 2013 23:57:55 +0200 Simon Heimberg run-tests: test for os.altsep instead of os.name when checking \ for /
Wed, 17 Jul 2013 13:42:08 -0700 Brendan Cully run-tests: replace popen locking with a noop _cleanup handler on py24
Wed, 17 Jul 2013 13:02:12 -0700 Brendan Cully run-tests: only lock Popen wait/poll on python 2.4
Wed, 17 Jul 2013 12:45:12 -0700 Brendan Cully run-tests: lock popen wait/poll
Tue, 16 Jul 2013 12:44:11 -0500 Matt Mackall run-tests: patch over py2.4 proc.wait() race
Thu, 13 Jun 2013 01:36:58 +0200 Simon Heimberg cleanup: remove unused imports
Tue, 11 Jun 2013 23:39:48 +0200 simon run-tests: sort missing files first instead of raising an error
Sun, 09 Jun 2013 16:49:08 +0200 simon run-tests: call Threads constructor with keyword arguments
less more (0) -300 -100 -60 tip