tests/run-tests.py
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
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
Sun, 12 Apr 2015 09:46:03 -0400 Pierre-Yves David run-test: enable the devel warning during tests
Sat, 11 Apr 2015 14:44:12 -0400 Pierre-Yves David run-tests: also follow symlink when update PATH with 'run-tests.py' dir
Sat, 28 Mar 2015 14:55:28 -0700 Gregory Szorc run-tests: obtain replacements inside Test._runcommand
Sat, 28 Mar 2015 14:28:22 -0700 Gregory Szorc run-tests: separate newline normalization from replacements
Sat, 28 Mar 2015 14:12:57 -0700 Gregory Szorc run-tests: remove arguments from Test._runcommand
Sat, 28 Mar 2015 14:08:25 -0700 Gregory Szorc run-tests: move run into Test class
Sat, 28 Mar 2015 19:39:03 -0700 Gregory Szorc run-tests: wait for test threads after first error
Sat, 28 Mar 2015 00:21:30 -0700 Gregory Szorc run-tests: report code coverage from source directory
Sat, 28 Mar 2015 00:47:58 -0700 Gregory Szorc run-tests: collect aggregate code coverage
Fri, 27 Mar 2015 23:17:19 -0700 Gregory Szorc run-tests: obtain code coverage via Python API
Sun, 29 Mar 2015 10:41:23 -0700 Gregory Szorc run-tests: explicitly handle unicode when writing xunit file
Fri, 13 Mar 2015 13:03:55 -0400 Augie Fackler run-tests: ignore ENOENT failures when removing old .err results
Fri, 13 Mar 2015 12:50:53 -0400 Augie Fackler run-tests: stop storing start/stop times in a dict by test name
Fri, 13 Mar 2015 12:47:16 -0400 Augie Fackler run-tests: avoid running the same test instance concurrently
Fri, 13 Mar 2015 11:21:53 -0400 Augie Fackler run-tests: add --runs-per-test flag
Fri, 13 Mar 2015 17:00:06 -0400 Jordi GutiƩrrez Hermoso style: kill ersatz if-else ternary operators
Fri, 06 Feb 2015 16:33:05 -0800 Gregory Szorc run-tests: ensure install directories exist
Fri, 06 Feb 2015 16:15:02 -0800 Gregory Szorc run-tests: avoid printing extra newlines from install log
Thu, 22 Jan 2015 00:07:06 +0900 FUJIWARA Katsunori run-tests.py: inherit --pure option from outer run-tests.py execution stable
Thu, 22 Jan 2015 00:03:58 +0900 FUJIWARA Katsunori run-tests.py: execute hghave with same env vars as ones for actual tests stable
Wed, 14 Jan 2015 01:15:26 +0100 Mads Kiilerich run-tests: include testdir in $PATH so tests easily can use helper tools
Thu, 27 Nov 2014 02:04:30 +0100 Mads Kiilerich run-tests: automatically add (glob) to "saved backup bundle to" lines
Wed, 19 Nov 2014 23:41:40 -0500 Matt Harbison run-tests: set a default largefiles usercache in the default hgrc file
Tue, 18 Nov 2014 22:02:00 -0500 Matt Harbison run-tests: don't warn on unnecessary globs mandated by check-code.py
Tue, 04 Nov 2014 12:46:00 -0500 Matt Harbison run-tests: include quotes in the HGEDITOR value when storing sys.executable
Mon, 10 Nov 2014 13:20:56 -0500 Augie Fackler run-tests: use a try/except ladder instead of looking for a specific version
Thu, 17 Apr 2014 22:47:38 +0200 Mads Kiilerich spelling: fixes from proofreading of spell checker issues
less more (0) -300 -100 -60 tip