log tests/run-tests.py @ 32622:931bb962e0eb

age author description
Tue, 30 May 2017 20:48:43 -0400 Augie Fackler tests: fix run-tests when there's a bad #if in a test
Tue, 30 May 2017 20:47:00 -0400 Augie Fackler tests: make run-tests fail early if no channel is found
Mon, 22 May 2017 19:29:21 +0200 Boris Feld test: remove aliases forcing date, use default-date
Mon, 22 May 2017 16:59:57 +0200 Pierre-Yves David devel: activate default-date in tests
Fri, 19 May 2017 19:46:45 -0700 Gregory Szorc run-tests: remove references to Python 2.6
Wed, 17 May 2017 12:51:40 -0700 Kostia Balytskyi run-tests: allow hg executable to be hg.exe
Tue, 16 May 2017 23:10:31 -0700 Jun Wu run-tests: support multiple cases in .t test
Tue, 16 May 2017 21:17:40 -0700 Jun Wu run-tests: rename test description dict to testdesc
Sat, 29 Apr 2017 11:40:47 -0700 Jun Wu run-tests: change test identity from a path to a dict
Tue, 16 May 2017 14:42:13 -0700 Martin von Zweigbergk run-tests: drop fallback for proc.terminate() for pre-py2.6
Tue, 16 May 2017 14:40:22 -0700 Martin von Zweigbergk run-tests: drop fallback for sysconfig for pre-py2.7
Tue, 04 Apr 2017 11:03:29 +0200 Pierre-Yves David util: add a way to issue deprecation warning without a UI object
Wed, 05 Apr 2017 23:17:27 -0400 Matt Harbison run-tests: support per-line conditional output in tests
Wed, 05 Apr 2017 22:00:33 -0400 Matt Harbison run-tests: prevent a (glob) declaration from reordering (?) lines
Thu, 30 Mar 2017 17:29:03 +0200 Pierre-Yves David run-tests: auto-replace 'TXNID' output
Sun, 26 Mar 2017 19:57:17 -0700 Jun Wu runtests: change local IP glob pattern from "127.0.0.1" to "$LOCALIP"
Sun, 26 Mar 2017 20:58:54 -0700 Jun Wu runtests: unset editor and pager related environment variables
Wed, 08 Mar 2017 22:12:49 +0900 Yuya Nishihara tests: make run-tests.py run on Python 3 again
Mon, 20 Feb 2017 18:27:29 +0100 Dr Rainer Woitok tests: make test suite more immune to environment variables
Fri, 17 Feb 2017 01:21:15 -0800 Jun Wu runtests: add an IPv6 command line flag
Thu, 16 Feb 2017 08:43:59 -0800 Jun Wu runtests: always set web.ipv6
Thu, 16 Feb 2017 00:13:29 -0800 Jun Wu runtests: set web.address to localhost
Thu, 16 Feb 2017 09:38:52 -0800 Jun Wu tests: use LOCALIP
Thu, 16 Feb 2017 08:01:19 -0800 Jun Wu runtests: export LOCALIP
Wed, 15 Feb 2017 21:03:42 -0800 Jun Wu runtests: export HGIPV6 to hint test scripts whether to use IPv6
Fri, 17 Feb 2017 00:59:09 -0800 Jun Wu runtests: prefer IPv4 to IPv6
Wed, 15 Feb 2017 16:29:58 -0800 Jun Wu runtests: unindent an "if True" block
Wed, 15 Feb 2017 16:43:27 -0800 Jun Wu runtests: set web.ipv6 if we use IPv6
Wed, 15 Feb 2017 16:22:22 -0800 Jun Wu runtests: checkportisavailable should only check one family
Wed, 15 Feb 2017 16:18:31 -0800 Jun Wu runtests: add a function to test if IPv6 is available