log tests/run-tests.py @ 25037:570141fa38f9

age author description
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
Sat, 11 Apr 2015 18:22:25 -0400 Augie Fackler run-tests: work around the rename of xrange to range
Sat, 11 Apr 2015 18:20:44 -0400 Augie Fackler python3: update killdaemons and run-tests print and exception syntax
Thu, 07 May 2015 23:25:13 -0700 Pierre-Yves David run-tests: spread and document the content of time tuple
Thu, 07 May 2015 23:16:57 -0700 Pierre-Yves David run-tests: when building json, get time data in the same order as elsewhere
Thu, 07 May 2015 20:45:51 -0700 Pierre-Yves David run-tests: stop explicit expansion of time data
Fri, 08 May 2015 10:51:18 -0700 Pierre-Yves David run-tests: refactor json entry creation logic
Thu, 07 May 2015 23:20:24 -0700 Pierre-Yves David run-tests: when building json, use result.failures instead of result.faildata
Thu, 07 May 2015 17:14:00 -0700 Pierre-Yves David run-test: ensure the test ports are available before launching test
Thu, 07 May 2015 23:18:48 -0700 Pierre-Yves David run-tests: implement Test._testMethodName
Thu, 19 Mar 2015 13:15:20 -0700 Pierre-Yves David run-test: include test name in the return vlog
Fri, 17 Apr 2015 14:12:01 -0700 Gregory Szorc run-tests: don't error when glob matched line ends with backslash stable