tests/test-run-tests.t
Sat, 09 Jul 2016 23:01:02 -0400 Augie Fackler run-tests: add support for using 127.0.0.1 as a glob
Sun, 03 Apr 2016 20:49:30 +0000 timeless tests: add run-test .testtimes basic testing
Wed, 11 May 2016 15:20:25 +0000 timeless test-run-tests: clean up inuse server eagerly
Wed, 11 May 2016 16:40:16 +0000 timeless tests: refactor run-tests helpers
Thu, 05 May 2016 23:17:19 +0000 timeless run-tests: handle json.dumps divergence
Fri, 06 May 2016 00:45:31 +0000 timeless tests: add coverage for run-tests.py --whitelist
Tue, 05 Apr 2016 04:26:20 +0000 timeless run-tests: handle empty tests
Wed, 30 Mar 2016 09:13:47 +0000 timeless run-tests: make _processoutput picky about optional globs
Mon, 21 Mar 2016 20:56:46 +0000 timeless tests: ensure run-tests handles multiple lines of churn
Mon, 21 Mar 2016 21:06:49 +0000 timeless tests: remove obsolete uses of HGTEST_RUN_TESTS_PURE
Sat, 19 Mar 2016 14:26:10 -0400 Augie Fackler run-tests: add support for automatically bisecting test failures
Sun, 28 Feb 2016 23:21:28 -0500 Matt Harbison run-tests: defer leftover (?) cleanup until after all output is exhausted
Sun, 28 Feb 2016 23:16:30 -0500 Matt Harbison test-run-tests: pad the failure test to preserve the run order
Thu, 18 Feb 2016 08:52:15 +0000 David R. MacIver run-tests: allow run-tests.py to run tests outside current directory
Sat, 09 Jan 2016 13:20:15 +0900 Yuya Nishihara tests: load json with no fallback
Mon, 08 Feb 2016 22:50:19 +0000 timeless run-tests: warn about symlinks to non hg scripts
Tue, 19 Jan 2016 08:22:27 -0800 Laurent Charignon run-tests: fix crash when --json and --blacklist are both used (issue5050) stable
Tue, 05 Jan 2016 13:33:09 -0800 Laurent Charignon run-tests: add 'diff' entry in json report
Tue, 29 Dec 2015 04:30:38 +0000 timeless run-tests: fix get port to try differing ports
Mon, 28 Dec 2015 16:01:31 +0000 timeless run-tests: avoid double counting server fails
Tue, 22 Dec 2015 08:00:03 +0000 timeless run-tests: report missing feature for skipped tests
Mon, 23 Nov 2015 12:14:01 -0500 Matt Harbison test-run-tests: glob away a --debug run difference on Windows
Sun, 06 Dec 2015 15:14:01 -0600 Matt Mackall tests: avoid duplicate install steps in test-run-tests
Fri, 04 Dec 2015 14:55:10 -0600 Matt Mackall run-tests: report timeouts in a less alarming fashion
Wed, 25 Nov 2015 00:39:05 +0000 timeless run-tests: add --slowtimeout and use it for slow tests
Mon, 16 Nov 2015 16:56:00 -0500 Matt Harbison test-run-tests: conditionalize the $TESTDIR check for Windows separator
Thu, 01 Oct 2015 22:14:11 -0400 Matt Harbison test-run-tests: add globs for Windows
Wed, 30 Sep 2015 16:01:19 -0400 timeless run-tests: report paths saved by --keep-tmpdir
Wed, 02 Sep 2015 15:19:05 -0400 timeless run-tests: use $HGTEST_RUN_TESTS_PURE
Mon, 24 Aug 2015 22:23:45 -0400 Augie Fackler run-tests: add support for marking tests as very slow
Fri, 03 Jul 2015 06:56:03 +0900 FUJIWARA Katsunori run-tests.py: add TESTDIR to PATH if it differs from RUNTESTDIR
Fri, 03 Jul 2015 06:56:03 +0900 FUJIWARA Katsunori run-tests.py: add RUNTESTDIR to refer `tests` of Mercurial
Fri, 03 Jul 2015 06:56:03 +0900 FUJIWARA Katsunori run-tests.py: execute hghave by the path relative to run-tests.py
Mon, 08 Jun 2015 14:44:30 -0500 Matt Mackall tests: drop explicit $TESTDIR from executables
Sun, 31 May 2015 16:59:34 -0500 Matt Mackall tests: add (?) flag for optional lines
Thu, 07 May 2015 23:40:29 -0700 Pierre-Yves David run-tests: include 'start' and 'end' in --time output
Thu, 07 May 2015 23:34:58 -0700 Pierre-Yves David run-tests: track start and end time of tests
Mon, 13 Apr 2015 16:37:53 -0400 Augie Fackler test-run-tests.t: work around file.write() returning an int
Sun, 10 May 2015 14:45:13 -0500 Matt Mackall merge with stable
Fri, 08 May 2015 19:32:11 -0700 Pierre-Yves David run-test: add a test for json output when -i is used
Fri, 08 May 2015 11:32:24 -0700 Pierre-Yves David test-run-test: unset run-test specific environment variables stable
Fri, 17 Apr 2015 14:12:01 -0700 Gregory Szorc run-tests: don't error when glob matched line ends with backslash stable
Sat, 28 Mar 2015 19:39:03 -0700 Gregory Szorc run-tests: wait for test threads after first error
Sun, 29 Mar 2015 10:41:23 -0700 Gregory Szorc run-tests: explicitly handle unicode when writing xunit file
Thu, 22 Jan 2015 00:07:06 +0900 FUJIWARA Katsunori run-tests.py: inherit --pure option from outer run-tests.py execution stable
Thu, 27 Nov 2014 02:04:30 +0100 Mads Kiilerich run-tests: automatically add (glob) to "saved backup bundle to" lines
Sun, 28 Dec 2014 23:50:08 +0100 Thomas Klausner tests: adapt glob pattern to fix test with NetBSD's sh(1) (issue4484)
Sun, 16 Nov 2014 16:26:15 -0500 Matt Harbison tests: fix globs for Windows
Thu, 06 Nov 2014 10:57:13 -0500 Augie Fackler test-run-tests: accept more levels of precision and trailing ws (issue4440) stable
Thu, 30 Oct 2014 17:52:01 -0500 Matt Mackall tests: silence output race in test-run-tests.t stable
Fri, 10 Oct 2014 10:34:52 -0400 Augie Fackler test-run-tests: add a test for detection of failure to start a server
Thu, 09 Oct 2014 15:10:40 -0400 Augie Fackler run-tests: handle --jobs and --first gracefully
Thu, 18 Sep 2014 11:43:47 -0700 Pierre-Yves David test: protect the run-tests.py --json test behind an hghave rule
Fri, 19 Sep 2014 07:23:10 +0530 anuraggoel run-tests: added 'cuser', 'csys' time info in report.json file
Mon, 08 Sep 2014 16:41:00 +0200 anuraggoel run-tests: added '--json' functionality to store test result in json file
Sun, 31 Aug 2014 12:22:44 +0200 Gregory Szorc run-tests: make --interactive work with --view
Tue, 26 Aug 2014 22:03:30 +0200 Mads Kiilerich run-tests: report skipped tests as "skipped" - they might still be "relevant"
Thu, 14 Aug 2014 16:25:47 -0500 Matt Mackall merge with stable
Thu, 14 Aug 2014 16:18:45 -0500 Matt Mackall test-run-tests: fix up slash/backslash on diff chunks for Windows stable
Wed, 13 Aug 2014 15:06:58 -0500 Matt Mackall merge with stable
less more (0) -60 tip