Wed, 20 Feb 2019 19:28:51 -0500 |
Augie Fackler |
cleanup: use () to wrap long lines instead of \
|
Sun, 13 Jan 2019 20:13:22 -0500 |
Augie Fackler |
tests: use () instead of \ to wrap lines
|
Tue, 05 Feb 2019 13:30:48 -0500 |
Matt Harbison |
run-tests: allow spaces in the --view tool
|
Mon, 04 Feb 2019 09:47:13 -0800 |
Gregory Szorc |
run-tests: set attributes in sorted order
|
Mon, 04 Feb 2019 09:32:30 -0800 |
Gregory Szorc |
run-tests: use raw strings for regular expressions
|
Thu, 31 Jan 2019 21:54:38 -0500 |
Matt Harbison |
py3: byteify the --retest path of run-tests.py
|
Wed, 30 Jan 2019 19:20:31 -0500 |
Matt Harbison |
run-tests: sort the skip, failure and error lists in the final output
|
Thu, 17 Jan 2019 09:17:12 -0800 |
Martin von Zweigbergk |
cleanup: delete lots of unused local variables
|
Thu, 10 Jan 2019 19:25:07 -0800 |
Kyle Lippincott |
tests: make HGCATAPULTSERVERPIPE imply HGTESTCATAPULTSERVERPIPE
|
Thu, 10 Jan 2019 14:32:36 -0800 |
Martin von Zweigbergk |
testrunner: make `-j100 --runs-per-test=100 test-foo.t` use 100 jobs
|
Tue, 08 Jan 2019 22:07:47 -0800 |
Martin von Zweigbergk |
testrunner: avoid capturing a regex group we don't care about
|
Tue, 08 Jan 2019 17:52:39 -0800 |
Kyle Lippincott |
tests: support passing testcase after .t paths that have path separators
|
Tue, 18 Dec 2018 10:21:25 -0500 |
Augie Fackler |
merge with stable
|
Mon, 17 Dec 2018 20:46:09 +0900 |
Yuya Nishihara |
run-tests: fix permission to clean up unreadable directories
stable
|
Mon, 17 Dec 2018 18:25:18 -0500 |
Matt Harbison |
py3: spawn all python instances with legacy stdio enabled on Windows
|
Sun, 16 Dec 2018 17:42:45 -0500 |
Matt Harbison |
py3: enable legacy stdio mode in exewrapper
|
Sun, 16 Dec 2018 17:36:51 -0500 |
Matt Harbison |
run-tests: alias hg to hg.exe on Windows
|
Thu, 13 Dec 2018 00:18:47 -0500 |
Matt Harbison |
py3: teach run-tests.py to handle exe with spaces when --local isn't specified
|
Thu, 01 Nov 2018 16:51:21 -0700 |
Kyle Lippincott |
catapult: add a bit more documentation on how to use catapult tracing
|
Thu, 01 Nov 2018 16:44:02 -0700 |
Kyle Lippincott |
catapult: introduce HGTESTCATAPULTSERVERPIPE to control run-tests' tracing
|
Thu, 01 Nov 2018 16:44:37 -0700 |
Kyle Lippincott |
catapult: rename 'active' to 'activetrace'; this isn't storing a boolean state
|
Thu, 01 Nov 2018 16:44:32 -0700 |
Kyle Lippincott |
catapult: fix broken run-tests catapult tracing
|
Sat, 03 Nov 2018 23:24:15 +0530 |
Sangeet Kumar Mishra |
test: fix self._testdir to use the right mercurial library during testing
|
Thu, 01 Nov 2018 15:47:26 -0400 |
Augie Fackler |
tests: add a critical flush() to run-tests.py to make output stable on py3
|
Thu, 01 Nov 2018 14:29:21 +0100 |
Boris Feld |
run-tests: define the default merge tool through configuration
|
Fri, 19 Oct 2018 01:52:16 +0200 |
Boris Feld |
run-tests: explicitly declare the list of dropped environment variable
|
Sat, 13 Oct 2018 23:08:29 -0400 |
Matt Harbison |
run-tests: restore quoting the python executable for running *.py tests
|
Sat, 13 Oct 2018 10:09:12 +0200 |
Martijn Pieters |
py3: use py3 as the test tag, dropping the k
|
Sat, 13 Oct 2018 12:20:24 +0200 |
Gregory Szorc |
run-tests: run tests with as many processes as cores by default
|
Sat, 13 Oct 2018 12:11:45 +0200 |
Gregory Szorc |
run-tests: print number of tests and parallel process count
|