log tests/run-tests.py @ 38552:5a20b6090a6e

age author description
Tue, 03 Jul 2018 15:30:22 -0700 Martin von Zweigbergk tests: move handling of None "el" out of linematch()
Mon, 02 Jul 2018 00:05:54 -0700 Martin von Zweigbergk tests: remove some redundant code in run-tests
Mon, 02 Jul 2018 00:02:31 -0700 Martin von Zweigbergk tests: don't reimplement enumerate() in run-tests
Tue, 12 Jun 2018 23:04:27 +0200 Boris Feld run-tests: restrict the test cases allowed characters
Sat, 09 Jun 2018 15:01:04 +0530 Pulkit Goyal py3: add b'' prefix to make the regex bytes
Thu, 07 Jun 2018 21:09:16 +0200 Boris Feld run-tests: follow-up on the test-case format
Sun, 13 May 2018 23:18:26 +0200 Boris Feld run-tests: update the test case name format
Thu, 26 Apr 2018 23:57:20 +0200 Boris Feld run-tests: add support for running specific test cases
Fri, 13 Apr 2018 21:53:07 -0400 Augie Fackler tests: fix up a couple of minor bytes inconsistencies in run-tests.py
Wed, 04 Apr 2018 13:21:34 -0700 Gregory Szorc tests: conditionalize tests based on presence of custom extensions
Tue, 13 Mar 2018 09:45:56 -0700 Gregory Szorc hgweb: allow defining Server response header for HTTP server
Sat, 03 Mar 2018 12:39:14 -0800 Jun Wu run-tests: allow #require inside #if
Wed, 31 Jan 2018 22:21:33 -0800 Martin von Zweigbergk testrunner: add option to sort tests by previous run time
Thu, 01 Mar 2018 15:46:21 -0500 Augie Fackler tests: fix run-tests environment cleanup on Python 3
Sun, 25 Feb 2018 17:22:25 -0500 Matt Harbison run-tests: cache hghave results
Mon, 26 Feb 2018 23:34:29 -0500 Matt Harbison run-tests: resume raising an exception when a server fails to start
Sun, 25 Feb 2018 21:04:12 -0500 Matt Harbison run-tests: don't mask errors when a server fails to start
Sun, 11 Feb 2018 12:42:10 -0800 Gregory Szorc run-tests: report tests that exception occurred in
Fri, 09 Feb 2018 12:48:12 +0100 Boris Feld tests: raise a better error when patterns are wrongly formatted
Wed, 31 Jan 2018 22:20:59 -0800 Martin von Zweigbergk testrunner: fix updating of .testtimes file
Wed, 31 Jan 2018 23:12:45 -0800 Martin von Zweigbergk testrunner: make reading of test times work with #testcases
Thu, 01 Feb 2018 08:17:11 -0800 Martin von Zweigbergk testrunner: on error, color the "(case xxx)" part the same as filename
Wed, 17 Jan 2018 19:11:51 -0500 Augie Fackler tests: get run-tests to reliably hand shellquote a string and not a bytes
Fri, 19 Jan 2018 16:28:11 -0500 Augie Fackler merge with stable
Wed, 10 Jan 2018 19:04:52 -0800 Gregory Szorc run-tests: fix regular expression for path test
Wed, 10 Jan 2018 08:53:22 -0800 Gregory Szorc rust: implementation of `hg`
Mon, 08 Jan 2018 16:07:51 -0800 Jun Wu test-run-tests: stabilize the test (issue5735) stable
Mon, 08 Jan 2018 13:52:43 +0100 Mihai Popescu run-tests: avoid set PYTHONUSERBASE environment variable to None stable
Fri, 05 Jan 2018 11:53:33 -0800 Martin von Zweigbergk tests: make #testcase available as env var in test
Fri, 22 Dec 2017 17:04:08 -0700 Gregory Szorc run-tests: extract sorting of tests to own function