tests/test-run-tests.t
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
Wed, 13 Aug 2014 14:05:08 -0500 Matt Mackall test-run-tests: fix stdout/stderr io ordering stable
Tue, 12 Aug 2014 17:22:57 -0500 Matt Mackall merge with stable
Tue, 12 Aug 2014 11:10:57 -0500 Matt Mackall test-run-tests: filter pwd alias for Windows stable
Tue, 12 Aug 2014 00:40:24 -0500 Matt Mackall test-run-tests: test --view
Tue, 12 Aug 2014 00:33:48 -0500 Matt Mackall run-tests: don't show 'i' for tests that don't match a keyword
Wed, 06 Aug 2014 10:34:54 -0500 Matt Mackall run-tests: add #require to abort full test
Tue, 05 Aug 2014 21:17:11 -0400 Augie Fackler run-tests: add support for xunit test reports
Mon, 28 Jul 2014 19:48:59 -0400 Augie Fackler run-tests: fix test result counts with --keyword specified or skips occurring
Tue, 29 Jul 2014 22:35:59 -0400 Augie Fackler test-run-tests.t: add tests for skips
Mon, 28 Jul 2014 20:54:14 -0400 Augie Fackler test-run-tests.t: add extra data to tests for keyword tests
Thu, 26 Jun 2014 01:22:50 +0530 anuraggoel run-tests: '--time' option provide more details to Linux users
Sat, 19 Jul 2014 00:10:22 -0500 Matt Mackall merge default into stable for 3.1 code freeze stable 3.1-rc
Wed, 18 Jun 2014 20:51:49 -0500 Matt Mackall run-tests: hold iolock across diff/prompt when interactive
Fri, 30 May 2014 12:57:58 -0700 Pierre-Yves David test-run-tests.t: test the --nodiff option
Fri, 30 May 2014 12:12:12 -0700 Pierre-Yves David test-run-tests.t: test the --interactive option
Fri, 30 May 2014 12:12:03 -0700 Pierre-Yves David test-run-tests.t: tests --jobs option
Fri, 30 May 2014 12:11:51 -0700 Pierre-Yves David test-run-tests.t: test --debug option
Fri, 30 May 2014 12:11:39 -0700 Pierre-Yves David test-run-tests.t: test selection of testfile from the command line
Fri, 30 May 2014 12:11:17 -0700 Pierre-Yves David test-run-tests.t: tests the --retest option
Fri, 30 May 2014 12:10:56 -0700 Pierre-Yves David test-run-tests.t: test running a failing test
Fri, 30 May 2014 12:10:19 -0700 Pierre-Yves David test-run-tests.t: test running a passing test
Fri, 30 May 2014 12:09:49 -0700 Pierre-Yves David test: introduce test-run-tests.t
Fri, 14 Feb 2014 00:36:44 +0100 Simon Heimberg tests: glob match has a glob character for not getting a warning on windows
Thu, 18 Oct 2012 00:33:26 +0200 Mads Kiilerich test-run-tests.t: fix wrong test case for cr handling on Windows
Sun, 14 Oct 2012 18:30:42 +0200 Mads Kiilerich run-tests: make it possible to combine (esc) with (glob) and (re)
Mon, 15 Oct 2012 02:33:12 +0200 Mads Kiilerich run-tests: alternative way of handling \r on Windows
Wed, 08 Aug 2012 18:10:16 +0200 Mads Kiilerich check-code: fix check for trailing whitespace on sh command lines
Mon, 11 Jun 2012 14:09:35 +0200 Adrian Buehlmann test-run-tests: add tests for "#if no-false" and no-true
Fri, 08 Jun 2012 15:11:05 +0200 Adrian Buehlmann tests/hghave: implement #if true / #if false
Fri, 01 Jun 2012 02:25:12 +0200 Mads Kiilerich tests: introduce c-style conditional sections in .t tests
Fri, 27 Jan 2012 03:00:32 +0100 Mads Kiilerich tests: don't rely on 'false' exit code in test-run-tests.t stable
Mon, 07 Nov 2011 13:46:41 -0600 Matt Mackall run-tests: replace inline python handling with more native scheme
Thu, 13 Oct 2011 17:54:38 +0200 Idan Kamara tests: add basic tests for doctest syntax
Mon, 08 Nov 2010 01:35:40 +0100 Mads Kiilerich tests: (no-eol) markup for command output without trailing LF stable
Sat, 25 Sep 2010 21:52:17 +0200 Mads Kiilerich tests: avoid checking the exitcode of false
Wed, 22 Sep 2010 18:20:47 -0500 Matt Mackall tests: various fixes for new unified test pattern format
Wed, 22 Sep 2010 16:06:02 -0500 Brodie Rao tests: add glob matching for unified tests
Wed, 22 Sep 2010 16:06:00 -0500 Brodie Rao tests: require regexes in unified tests to be marked with " (re)"
less more (0) tip