log tests/run-tests.py @ 46326:3e23794b9e1c

age author description
Mon, 18 Jan 2021 00:50:01 -0500 Matt Harbison run-tests: work around the Windows firewall popup for server processes
Wed, 09 Dec 2020 15:50:59 -0500 Matt Harbison run-tests: configure the environment to expand `~` properly with Windows py38+
Wed, 09 Dec 2020 12:57:40 -0500 Matt Harbison run-tests: fix `HGTESTEXTRAEXTENSIONS` with py3
Mon, 07 Dec 2020 16:32:30 -0500 Matt Harbison run-tests: extend PATH on Windows to include user installed scripts
Mon, 07 Dec 2020 16:18:28 -0500 Matt Harbison run-tests: stuff a `python3.exe` into the test bin directory on Windows
Mon, 07 Dec 2020 23:15:35 -0500 Matt Harbison run-tests: fix a typo in an attribute name
Wed, 02 Dec 2020 20:10:27 +0100 Pierre-Yves David run-tests: allow some slack about 'waiting on lock' message
Sun, 29 Nov 2020 19:17:35 +0530 Matt Harbison run-tests: use a context manager when looking for available ports
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Fri, 06 Nov 2020 13:58:59 -0800 Gregory Szorc global: use python3 in shebangs
Wed, 21 Oct 2020 19:00:16 -0700 Martin von Zweigbergk errors: add config that lets user get more detailed exit codes
Wed, 16 Sep 2020 19:32:53 +0200 Antoine cezar run-test: allow relative path in `--blacklist` and `--whitelist` (issue6351)
Fri, 11 Sep 2020 13:04:05 +0530 Sushil khanchi py3: fix bytes and str mixup in run-tests
Wed, 02 Sep 2020 23:09:45 +0530 Sushil khanchi run-tests: extract logic to get errpath in a utility func
Sat, 22 Aug 2020 16:31:34 +0530 Sushil khanchi run-tests: refactor filtering logic for --retest flag
Mon, 22 Jun 2020 13:51:48 +0530 Pulkit Goyal run-tests: replace '#' with '-' in temp path of repos created for tests
Mon, 06 Jul 2020 22:02:50 -0400 Augie Fackler merge with stable
Wed, 01 Jul 2020 15:43:15 +0200 Axel Hecht run-tests: find python binary on Python 3 (issue6361) stable
Mon, 29 Jun 2020 20:53:32 +0900 Yuya Nishihara merge with stable
Mon, 29 Jun 2020 02:05:12 +0200 Manuel Jacob run-tests: fix escapes with conditions stable
Mon, 08 Jun 2020 11:43:07 +0530 Sushil khanchi tests: make it clear what happen when no response entered
Fri, 20 Mar 2020 23:41:35 +0100 Pierre-Yves David testlib: adjust wait-on-file timeout according to the global test timeout
Wed, 25 Mar 2020 13:20:08 +0530 Pulkit Goyal run-tests: add --chg-debug flag to show chg debug output
Fri, 20 Mar 2020 17:18:14 +0900 Yuya Nishihara merge with stable
Tue, 10 Mar 2020 16:04:30 +0100 Raphaël Gomès run-tests: restrict Rust thread pool to 3 threads during tests
Fri, 06 Mar 2020 11:16:15 +0100 Raphaël Gomès run-tests: add option for running with and without Rust extensions
Fri, 06 Mar 2020 16:24:50 +0100 Pierre-Yves David run-tests: rename "pure" variable to setup_opts
Tue, 10 Mar 2020 16:47:02 +0100 Pierre-Yves David run-tests: fix conditional when tests are run outside of `tests` stable
Mon, 09 Mar 2020 10:18:40 -0700 Martin von Zweigbergk merge with stable
Mon, 09 Mar 2020 05:19:02 +0100 Manuel Jacob tests: use native string type for parsed hghave log lines