tests/run-tests.py
Mon, 04 Jan 2016 21:54:44 -0800 Bryan O'Sullivan tests: write recent run times to a file named tests/.testtimes
Tue, 29 Dec 2015 04:30:38 +0000 timeless run-tests: fix get port to try differing ports
Mon, 28 Dec 2015 16:01:31 +0000 timeless run-tests: avoid double counting server fails
Tue, 22 Dec 2015 08:00:03 +0000 timeless run-tests: report missing feature for skipped tests
Mon, 07 Dec 2015 16:16:06 -0600 Matt Mackall run-tests: show scheduling with --showchannels
Fri, 04 Dec 2015 17:05:20 -0600 Matt Mackall run-tests: add more scheduling weight hints
Fri, 04 Dec 2015 14:55:10 -0600 Matt Mackall run-tests: report timeouts in a less alarming fashion
Wed, 25 Nov 2015 00:39:05 +0000 timeless run-tests: add --slowtimeout and use it for slow tests
Tue, 24 Nov 2015 21:41:12 +0000 timeless test-contrib-perf: add smoke tests for perf.py
Mon, 12 Oct 2015 14:15:04 -0400 Augie Fackler run-tests: add b-prefix on two strings to fix python3 support
Wed, 30 Sep 2015 16:01:19 -0400 timeless run-tests: report paths saved by --keep-tmpdir
Wed, 02 Sep 2015 15:19:05 -0400 timeless run-tests: use $HGTEST_RUN_TESTS_PURE
Mon, 24 Aug 2015 22:23:45 -0400 Augie Fackler run-tests: add support for marking tests as very slow
Tue, 25 Aug 2015 00:40:42 -0400 Augie Fackler run-tests: ignore failed removal of nonexistent installerrs
Fri, 03 Jul 2015 06:56:03 +0900 FUJIWARA Katsunori run-tests.py: add TESTDIR to PATH if it differs from RUNTESTDIR
Fri, 03 Jul 2015 06:56:03 +0900 FUJIWARA Katsunori run-tests.py: add RUNTESTDIR to refer `tests` of Mercurial
Fri, 03 Jul 2015 06:56:03 +0900 FUJIWARA Katsunori run-tests.py: execute hghave by the path relative to run-tests.py
Sun, 31 May 2015 16:59:34 -0500 Matt Mackall tests: add (?) flag for optional lines
Tue, 26 May 2015 14:14:36 -0700 Pierre-Yves David devel: rename 'all' to 'all-warnings' (BC)
Fri, 22 May 2015 21:19:08 -0400 Augie Fackler run-tests: python3.5 now supports mkdtemp using bytes for paths
Fri, 22 May 2015 21:15:52 -0400 Augie Fackler run-tests: use items() instead of iteritems()
Mon, 18 May 2015 15:34:42 -0400 Matt Harbison run-tests: resurrect the wifexited polyfill (backout 6ab5a1c9ea3c)
Sun, 17 May 2015 21:47:18 -0400 Augie Fackler run-tests: replace open-coded .decode()s on paths with a helper (issue4667)
Sun, 17 May 2015 21:40:12 -0400 Augie Fackler run-tests: move unicode-to-bytes operations on paths to a helper (issue4667)
Sun, 17 May 2015 21:26:04 -0400 Augie Fackler run-tests: insist that if people use Python 3, they use 3.5.x
Sun, 17 May 2015 21:18:56 -0400 Augie Fackler run-tests: move all open-coded sys.version_info checks to PYTHON3 (issue4668)
Sun, 17 May 2015 21:17:13 -0400 Augie Fackler run-tests: prefer PYTHON3 constant to many version_info checks (issue4668)
Sun, 17 May 2015 21:12:33 -0400 Augie Fackler run-tests: introduce PYTHON3 boolean constant (issue4668)
Sun, 17 May 2015 21:15:45 -0400 Augie Fackler run-tests: drop subprocess _cleanup monkeypatch
Sun, 17 May 2015 21:15:04 -0400 Augie Fackler run-tests: drop wifexited polyfill
Wed, 13 May 2015 11:22:06 -0700 Augie Fackler run-tests: add a --profile-runner option
Thu, 07 May 2015 23:40:29 -0700 Pierre-Yves David run-tests: include 'start' and 'end' in --time output
Thu, 07 May 2015 23:34:58 -0700 Pierre-Yves David run-tests: track start and end time of tests
Fri, 08 May 2015 15:00:07 -0700 Pierre-Yves David run-test.py: greatly increase the priority of 'check-code' tests
Fri, 08 May 2015 00:04:07 -0700 Pierre-Yves David run-tests: allow different extra weight for slow tests
Tue, 14 Apr 2015 16:09:39 -0400 Augie Fackler run-tests: make sure all script lines are bytes
Tue, 14 Apr 2015 10:56:58 -0400 Augie Fackler run-tests: fix checking a line to see if it needs globbing
Tue, 14 Apr 2015 10:14:49 -0400 Augie Fackler run-tests: unblock running python tests in python 3
Mon, 13 Apr 2015 18:07:40 -0400 Augie Fackler run-tests: os.popen returns a string, make it bytes again
Mon, 13 Apr 2015 17:24:10 -0400 Augie Fackler run-tests: be more paranoid about os.system using bytes
Mon, 13 Apr 2015 17:17:17 -0400 Augie Fackler run-tests: blacklist entries are bytes, use bname to check blacklisting
Tue, 14 Apr 2015 16:24:32 -0400 Augie Fackler run-tests: write bytes to the binary buffer on sys.{stdout,stderr}
Tue, 14 Apr 2015 16:21:10 -0400 Augie Fackler run-tests: record faildata using bytes instead of str
Tue, 14 Apr 2015 16:18:11 -0400 Augie Fackler run-tests: do cdata escaping using bytes instead of str
Mon, 13 Apr 2015 16:33:12 -0400 Augie Fackler run-tests: make sure keyword(s) are in bytes and not str
Mon, 13 Apr 2015 16:31:19 -0400 Augie Fackler run-tests: use items instead of iteritems on dicts
Mon, 13 Apr 2015 16:30:40 -0400 Augie Fackler run-tests: refer to test.bname when sniffing for keywords
Mon, 13 Apr 2015 15:57:10 -0400 Augie Fackler run-tests: string-escape no longer exists in python 3, use unicode_escape
Mon, 13 Apr 2015 15:55:48 -0400 Augie Fackler run-tests: switch all uses of iolock.acquire() to a context manager
Tue, 21 Apr 2015 12:24:34 -0400 Augie Fackler run-tests: use difflib.diff_bytes on Python 3
Sun, 12 Apr 2015 16:14:07 -0400 Augie Fackler run-tests: fix installation of hg by bytesifying more constants
Sun, 12 Apr 2015 15:35:57 -0400 Augie Fackler run-tests: work around with_hg being bytes or string depending on provenance
Tue, 14 Apr 2015 16:03:04 -0400 Augie Fackler run-tests: even more bytestring annotations for Python 3
Tue, 14 Apr 2015 16:02:49 -0400 Augie Fackler run-tests: write bytes to sys.stdout.buffer in python 3
Tue, 14 Apr 2015 15:59:59 -0400 Augie Fackler run-tests: be more judicious about bytes vs string on test attrs
Tue, 14 Apr 2015 15:56:44 -0400 Augie Fackler run-tests: fix _findprogram to reliably return bytes
Tue, 14 Apr 2015 15:54:13 -0400 Augie Fackler run-tests: introduce a name for os.environb
Tue, 14 Apr 2015 15:52:45 -0400 Augie Fackler run-tests: work around chr() producing unicode in Python 3
Sat, 11 Apr 2015 18:28:32 -0400 Augie Fackler run-tests: use bytes when constructing shell script
Sat, 11 Apr 2015 18:26:58 -0400 Augie Fackler run-tests: use bytes explicitly for tmpdir and hgrc construction
less more (0) -300 -100 -60 tip