tests/run-tests.py
Mon, 20 Nov 2017 23:02:32 -0800 Gregory Szorc run-tests: mechanism to report exceptions during test execution
Mon, 20 Nov 2017 21:26:11 -0800 Gregory Szorc run-tests: make --extra-config-opt work with Python 3
Mon, 20 Nov 2017 21:08:18 -0800 Gregory Szorc run-tests: organize options into argument groups
Mon, 20 Nov 2017 20:41:43 -0800 Gregory Szorc run-tests: convert to argparse
Wed, 29 Nov 2017 10:34:49 -0800 Martin von Zweigbergk run-tests: make "| foo (re)" not match everything
Sat, 18 Nov 2017 16:12:00 +0900 Matthieu Laneuville run-tests: outputdir also has to be changed if $TESTDIR is not $PWD
Sun, 19 Nov 2017 04:11:21 +0100 Boris Feld run-test: drop 'execfile' usage for 'common-pattern.py' file
Sun, 19 Nov 2017 04:10:55 +0100 Boris Feld run-test: use byte for 'common-pattern.py' path
Sun, 05 Nov 2017 06:34:27 +0100 Boris Feld run-tests: allow to register any arbitrary pattern for replacement
Wed, 15 Nov 2017 17:54:27 -0800 Kyle Lippincott run-tests: fix TESTDIR if testdescs are absolute paths
Thu, 19 Oct 2017 23:13:57 +0900 Matthieu Laneuville run-tests: allow automatic test discovery when providing folder as argument
Fri, 03 Nov 2017 21:14:57 +0900 Matthieu Laneuville run-tests: endswith takes bytes as argument in python3, not str
Wed, 02 Aug 2017 13:27:45 +0900 Matthieu Laneuville run-tests: $TESTDIR can be something else than $PWD
Tue, 17 Oct 2017 10:33:27 -0700 Martin von Zweigbergk run-tests: move newline out of colorized message
Wed, 04 Oct 2017 18:51:21 -0700 Jun Wu run-tests: set HGPLAIN=1 when bisecting
Wed, 04 Oct 2017 18:50:18 -0700 Jun Wu run-tests: extract Popen logic to a single method
Wed, 04 Oct 2017 18:42:24 -0700 Jun Wu run-tests: move bisect logic to a separate method
Mon, 02 Oct 2017 18:22:43 -0700 Jun Wu test-logtoprocess: make it compatible with chg
Tue, 19 Sep 2017 00:09:37 -0400 Augie Fackler tests: fix run-tests XML reporting on Python 3
Tue, 19 Sep 2017 00:08:52 -0400 Augie Fackler tests: convert bisect support regex to binary
Tue, 19 Sep 2017 00:08:12 -0400 Augie Fackler tests: decode bytes path to hg command before hitting with shellquote
Tue, 19 Sep 2017 00:07:51 -0400 Augie Fackler tests: fix test-is-whitelisted check in run-tests
Tue, 19 Sep 2017 00:07:23 -0400 Augie Fackler tests: fix run-tests "slow test" check
Tue, 19 Sep 2017 00:06:57 -0400 Augie Fackler tests: fix run-tests default values in Test constructor
Mon, 18 Sep 2017 17:11:32 -0400 Augie Fackler tests: add support for listing tests to run in a file
Wed, 02 Aug 2017 21:24:29 -0700 Jun Wu run-tests: allow bisecting a different repo
Wed, 02 Aug 2017 21:01:38 -0700 Jun Wu run-tests: extract prefix of bisect commands to a variable
Wed, 02 Aug 2017 21:01:38 -0700 Jun Wu run-tests: pass --with-hg to run-tests.py command used by bisect
Sun, 20 Aug 2017 09:46:27 -0700 Jun Wu run-tests: make per-line condition support testcase names
Thu, 24 Aug 2017 22:20:02 +0900 Yuya Nishihara run-tests: pass unicode to Pygments
Thu, 24 Aug 2017 22:15:40 +0900 Yuya Nishihara run-tests: factor out highlight functions
Thu, 24 Aug 2017 22:09:57 +0900 Yuya Nishihara run-tests: include "\n" in formatted message instead of calling writeln()
Wed, 23 Aug 2017 01:08:09 +0000 Alex Gaynor tests: fixed a bytes/unicode confusion in the test runner
Tue, 22 Aug 2017 10:01:27 -0700 Martin von Zweigbergk run-tests: remove unused pygments token type
Mon, 21 Aug 2017 22:13:51 -0700 Martin von Zweigbergk run-tests: also highlight .py test files in summary messages
Tue, 22 Aug 2017 11:00:00 +0200 Matthieu Laneuville run-tests: pre instantiate pygments objects
Fri, 11 Aug 2017 14:21:49 +0200 Matthieu Laneuville run-tests: also color the summary messages (skipped, failed...)
Tue, 08 Aug 2017 15:07:05 -0400 Augie Fackler tests: fix up test-run-tests failures on Python 3.6
Tue, 18 Jul 2017 00:57:11 -0400 Matt Harbison run-tests: don't drop optional lines after a missing unconditional line
Tue, 18 Jul 2017 00:12:44 -0400 Matt Harbison run-tests: drop required (feature !) style lines when the output is missing
Wed, 26 Jul 2017 17:56:44 -0400 Augie Fackler tests: add support in run-tests.py for an environment variable to stop color stable
Fri, 21 Jul 2017 08:43:39 -0700 Jun Wu run-tests: pre instantiate pygments objects stable
Mon, 17 Jul 2017 16:32:10 -0700 Martin von Zweigbergk run-tests: remove unnecessary 'with_color' variable
Mon, 17 Jul 2017 16:27:13 -0700 Martin von Zweigbergk run-tests: warn if --color=always and no pygments installed
Mon, 17 Jul 2017 16:28:42 -0700 Martin von Zweigbergk run-tests: drop unnecessary check for pygmentspresent
Mon, 17 Jul 2017 16:15:15 -0700 Martin von Zweigbergk run-tests: pass color option via test case object , not global var
Tue, 18 Jul 2017 07:19:26 +0900 Matthieu Laneuville run-tests: check if stream is a tty before using color
Sat, 15 Jul 2017 02:17:05 +0530 Pulkit Goyal run-tests: make sure to check if pygments is installed before using it
Sat, 15 Jul 2017 00:52:36 -0400 Matt Harbison run-tests: disable color on Windows
Thu, 29 Jun 2017 20:45:12 +0900 Matthieu Laneuville run-tests: add color to output if pygments is available
Fri, 30 Jun 2017 21:49:29 +0900 Yuya Nishihara tests: actually restore the original environment before running syshg
Thu, 29 Jun 2017 11:29:19 -0700 Adam Simpkins tests: fix variable name regular expression in _genrestoreenv()
Wed, 28 Jun 2017 12:23:22 -0700 Adam Simpkins tests: more completely restore the environment in syshgenv
Tue, 27 Jun 2017 17:24:31 -0700 Adam Simpkins tests: save the original PATH and PYTHONPATH variables
Wed, 21 Jun 2017 01:12:31 -0700 Jun Wu run-tests: fix -i when "#testcases" is used in .t test
Wed, 21 Jun 2017 01:12:31 -0700 Jun Wu run-tests: update .t reference output after reading the test
Wed, 21 Jun 2017 01:05:20 -0700 Jun Wu run-tests: do not prompt changes (-i) if a race condition is detected
Sat, 03 Jun 2017 17:32:52 -0700 Gregory Szorc tests: removed ReportedTest exception
Sat, 03 Jun 2017 17:22:45 -0700 Gregory Szorc tests: remove support for warned tests
Sat, 03 Jun 2017 17:13:35 -0700 Gregory Szorc tests: remove WarnTest
Sat, 03 Jun 2017 17:09:13 -0700 Gregory Szorc tests: remove unused IgnoreTest exception
Sat, 03 Jun 2017 17:04:42 -0700 Gregory Szorc tests: use unittest.SkipTest
Sun, 18 Jun 2017 22:19:54 -0400 Matt Harbison run-tests: explicitly flush test runner output for Windows stability
Thu, 15 Jun 2017 13:13:36 -0400 Augie Fackler tests: try and fail more gracefully with broken unicode escapes
Wed, 07 Jun 2017 21:17:24 -0700 Siddharth Agarwal run-tests: make --restart work with output dir
Wed, 07 Jun 2017 21:17:06 -0700 Siddharth Agarwal run-tests: output coverage to output dir
Wed, 07 Jun 2017 20:46:43 -0700 Siddharth Agarwal run-tests: write JSON reports to output dir
Wed, 07 Jun 2017 20:32:11 -0700 Siddharth Agarwal run-tests: write test times to output dir
Wed, 07 Jun 2017 20:30:08 -0700 Siddharth Agarwal run-tests: allow specifying an output dir to write .errs to
Wed, 07 Jun 2017 15:47:06 -0700 Siddharth Agarwal run-tests: add information about skipped tests to XUnit output
Wed, 07 Jun 2017 15:47:06 -0700 Siddharth Agarwal run-tests: wrap failures in an XUnit 'failure' element
Sun, 28 May 2017 21:33:33 -0400 Augie Fackler tests: remove sys.executable from "required tools"
Tue, 06 Jun 2017 14:38:59 -0700 Siddharth Agarwal run-tests: add a way to list tests, with JSON and XUnit support
Tue, 06 Jun 2017 13:56:53 -0700 Siddharth Agarwal run-tests: install hg after computing tests to run
Tue, 06 Jun 2017 13:52:25 -0700 Siddharth Agarwal run-tests: make time field optional for xunit report
Tue, 06 Jun 2017 13:10:55 -0700 Siddharth Agarwal run-tests: factor out json write code into another method
Tue, 06 Jun 2017 13:10:55 -0700 Siddharth Agarwal run-tests: factor out xunit write code into another method
Tue, 30 May 2017 20:48:43 -0400 Augie Fackler tests: fix run-tests when there's a bad #if in a test
Tue, 30 May 2017 20:47:00 -0400 Augie Fackler tests: make run-tests fail early if no channel is found
Mon, 22 May 2017 19:29:21 +0200 Boris Feld test: remove aliases forcing date, use default-date
Mon, 22 May 2017 16:59:57 +0200 Pierre-Yves David devel: activate default-date in tests
Fri, 19 May 2017 19:46:45 -0700 Gregory Szorc run-tests: remove references to Python 2.6
Wed, 17 May 2017 12:51:40 -0700 Kostia Balytskyi run-tests: allow hg executable to be hg.exe
Tue, 16 May 2017 23:10:31 -0700 Jun Wu run-tests: support multiple cases in .t test
Tue, 16 May 2017 21:17:40 -0700 Jun Wu run-tests: rename test description dict to testdesc
Sat, 29 Apr 2017 11:40:47 -0700 Jun Wu run-tests: change test identity from a path to a dict
Tue, 16 May 2017 14:42:13 -0700 Martin von Zweigbergk run-tests: drop fallback for proc.terminate() for pre-py2.6
Tue, 16 May 2017 14:40:22 -0700 Martin von Zweigbergk run-tests: drop fallback for sysconfig for pre-py2.7
Tue, 04 Apr 2017 11:03:29 +0200 Pierre-Yves David util: add a way to issue deprecation warning without a UI object
Wed, 05 Apr 2017 23:17:27 -0400 Matt Harbison run-tests: support per-line conditional output in tests
Wed, 05 Apr 2017 22:00:33 -0400 Matt Harbison run-tests: prevent a (glob) declaration from reordering (?) lines
Thu, 30 Mar 2017 17:29:03 +0200 Pierre-Yves David run-tests: auto-replace 'TXNID' output
Sun, 26 Mar 2017 19:57:17 -0700 Jun Wu runtests: change local IP glob pattern from "127.0.0.1" to "$LOCALIP"
Sun, 26 Mar 2017 20:58:54 -0700 Jun Wu runtests: unset editor and pager related environment variables
Wed, 08 Mar 2017 22:12:49 +0900 Yuya Nishihara tests: make run-tests.py run on Python 3 again
Mon, 20 Feb 2017 18:27:29 +0100 Dr Rainer Woitok tests: make test suite more immune to environment variables
Fri, 17 Feb 2017 01:21:15 -0800 Jun Wu runtests: add an IPv6 command line flag
Thu, 16 Feb 2017 08:43:59 -0800 Jun Wu runtests: always set web.ipv6
Thu, 16 Feb 2017 00:13:29 -0800 Jun Wu runtests: set web.address to localhost
Thu, 16 Feb 2017 09:38:52 -0800 Jun Wu tests: use LOCALIP
Thu, 16 Feb 2017 08:01:19 -0800 Jun Wu runtests: export LOCALIP
Wed, 15 Feb 2017 21:03:42 -0800 Jun Wu runtests: export HGIPV6 to hint test scripts whether to use IPv6
Fri, 17 Feb 2017 00:59:09 -0800 Jun Wu runtests: prefer IPv4 to IPv6
Wed, 15 Feb 2017 16:29:58 -0800 Jun Wu runtests: unindent an "if True" block
Wed, 15 Feb 2017 16:43:27 -0800 Jun Wu runtests: set web.ipv6 if we use IPv6
Wed, 15 Feb 2017 16:22:22 -0800 Jun Wu runtests: checkportisavailable should only check one family
Wed, 15 Feb 2017 16:18:31 -0800 Jun Wu runtests: add a function to test if IPv6 is available
Fri, 10 Feb 2017 04:09:06 -0800 Jun Wu runtests: catch EPROTONOSUPPORT in checkportisavailable
Thu, 09 Feb 2017 05:57:54 -0800 Jun Wu runtests: check ports on IPv6 address
Fri, 06 Jan 2017 16:19:41 +0000 Jun Wu run-tests: unset CHGDEBUG
Thu, 10 Nov 2016 16:07:24 -0500 Augie Fackler run-tests: forward Python USER_BASE from site (issue5425)
Mon, 18 Jul 2016 08:55:30 +0100 Jun Wu run-tests: make --local set --with-chg if --chg is used
Mon, 18 Jul 2016 08:45:46 +0100 Jun Wu run-tests: allow --local to set multiple attributes
Sat, 09 Jul 2016 23:01:02 -0400 Augie Fackler run-tests: add support for using 127.0.0.1 as a glob
Sun, 03 Jul 2016 22:28:24 +0530 Pulkit Goyal py3: make files use absolute_import and print_function
Tue, 05 Apr 2016 01:35:58 +0000 timeless run-tests: add support for RTUNICODEPEDANTRY environment variable
Thu, 26 May 2016 02:35:44 +0000 timeless run-tests: use json.dumps(separators=)
Thu, 05 May 2016 23:17:19 +0000 timeless run-tests: handle json.dumps divergence
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
less more (0) -120 tip