log tests/run-tests.py @ 29151:7996c3acc33b

age author description
Wed, 13 Apr 2016 13:51:39 +0000 timeless run-tests: set HGMODULEPOLICY for --pure
Sun, 20 Mar 2016 14:55:56 -0700 Yuya Nishihara hghave: add "chg" flag to skip tests that can't be compatible with chg
Thu, 07 Apr 2016 11:11:55 +0000 timeless run-tests: move install.err into test area
Wed, 06 Apr 2016 22:26:47 -0400 Augie Fackler run-tests: fix broken regular expression
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
Wed, 30 Mar 2016 08:02:34 +0000 timeless py3: convert hghave output to text
Wed, 30 Mar 2016 05:26:51 +0000 timeless py3: convert prereq bytes to string in run-tests
Mon, 28 Mar 2016 04:02:07 +0000 timeless run-tests: use canonpath for with-python3
Mon, 28 Mar 2016 04:01:21 +0000 timeless run-tests: add canonpath function
Sun, 20 Mar 2016 17:18:06 -0700 Jun Wu run-tests: use different chg socket directories for different tests
Sat, 19 Mar 2016 14:26:10 -0400 Augie Fackler run-tests: add support for automatically bisecting test failures
Fri, 18 Mar 2016 16:17:56 -0700 Gregory Szorc run-tests: add --with-python3 to define a Python 3 interpreter
Thu, 17 Mar 2016 20:52:06 +0000 timeless run-tests: teach _processoutput to handle multiple lines of churn
Thu, 17 Mar 2016 20:54:36 +0000 timeless run-tests: indent _processoutput to aid readability for next patch
Thu, 10 Mar 2016 00:19:55 +0000 Jun Wu chg: do not write pidfile
Sat, 27 Feb 2016 21:08:37 -0800 Gregory Szorc run-tests: remove 2to3 support
Sun, 28 Feb 2016 23:21:28 -0500 Matt Harbison run-tests: defer leftover (?) cleanup until after all output is exhausted
Sat, 27 Feb 2016 21:29:42 -0800 Gregory Szorc run-tests: fix Python 3 incompatibilities
Thu, 18 Feb 2016 08:52:15 +0000 David R. MacIver run-tests: allow run-tests.py to run tests outside current directory
Wed, 17 Feb 2016 19:38:44 +0000 timeless run-tests: stop allocating HGPORT3+HGPORT4
Wed, 17 Feb 2016 19:36:32 +0000 timeless run-tests: refactor port allocation into functions
Sun, 07 Feb 2016 18:08:59 +0900 Yuya Nishihara run-tests: add --chg option to install and run tests using chg
Sun, 07 Feb 2016 16:34:12 +0900 Yuya Nishihara run-tests: add --with-chg option to run tests using chg
Sat, 09 Jan 2016 13:22:26 +0900 Yuya Nishihara run-tests: remove useless "failed" flag from addOutputMismatch()
Sat, 09 Jan 2016 13:20:15 +0900 Yuya Nishihara tests: load json with no fallback
Sun, 07 Feb 2016 15:21:39 +0900 Yuya Nishihara run-tests: allow to specify executable of any name by --with-hg
Sun, 07 Feb 2016 16:02:41 +0900 Yuya Nishihara run-tests: drop redundant assignment to BINDIR
Sun, 07 Feb 2016 16:00:05 +0900 Yuya Nishihara run-tests: cast --with-hg option to bytes consistently at parseargs()
Sun, 07 Feb 2016 15:53:02 +0900 Yuya Nishihara run-tests: do not compare bytes with str while ordering tests