log tests/run-tests.py @ 28098:d7b0e81b84c2

age author description
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
Fri, 29 Jan 2016 14:35:34 +0000 timeless run-tests: factor out _escapepath
Mon, 08 Feb 2016 22:50:19 +0000 timeless run-tests: warn about symlinks to non hg scripts
Thu, 04 Feb 2016 08:34:07 -0800 Martin von Zweigbergk treemanifests: fix streaming clone
Fri, 22 Jan 2016 11:00:13 -0800 Bryan O'Sullivan run-tests: "fix" race condition in race condition fix stable
Tue, 19 Jan 2016 08:22:27 -0800 Laurent Charignon run-tests: fix crash when --json and --blacklist are both used (issue5050) stable
Thu, 21 Jan 2016 12:37:12 -0800 Laurent Charignon run-tests: fix race condition stable
Thu, 14 Jan 2016 04:14:50 +0000 timeless run-tests: skip threading for a single test (issue5040)
Tue, 12 Jan 2016 14:49:10 -0800 Bryan O'Sullivan run-tests: use a context manager for file I/O in TextTestRunner
Tue, 12 Jan 2016 14:29:57 -0800 Bryan O'Sullivan run-tests: use a context manager for file I/O
Mon, 28 Dec 2015 17:48:40 +0000 timeless run-tests: skip threading for a single test
Tue, 05 Jan 2016 13:33:09 -0800 Laurent Charignon run-tests: add 'diff' entry in json report
Thu, 31 Dec 2015 08:16:59 +0000 timeless cleanup: remove superfluous space after space after equals (python)
Mon, 04 Jan 2016 21:54:46 -0800 Bryan O'Sullivan tests: make a stab at approximating wall-clock times
Mon, 04 Jan 2016 21:54:46 -0800 Bryan O'Sullivan tests: only stat a test file if we don't already know its "cost"
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