# HG changeset patch # User Augie Fackler # Date 2019-01-26 02:23:16 # Node ID 91ec3d9a97f28a393f3c44b25d104c4555cd8d31 # Parent 7e55ca658e4b9b4cc22ed7176f90338c659ee2e8 py3: new tests from the ratchet Thanks to indygreg for doing the work on these! Differential Revision: https://phab.mercurial-scm.org/D5705 diff --git a/contrib/python3-whitelist b/contrib/python3-whitelist --- a/contrib/python3-whitelist +++ b/contrib/python3-whitelist @@ -295,6 +295,7 @@ test-http-branchmap.t test-http-bundle1.t test-http-clone-r.t test-http-permissions.t +test-http-protocol.t test-http.t test-hybridencode.py test-i18n.t @@ -396,6 +397,7 @@ test-merge9.t test-minifileset.py test-minirst.py test-missing-capability.t +test-mq-eol.t test-mq-git.t test-mq-guards.t test-mq-header-date.t @@ -708,17 +710,22 @@ test-walk.t test-walkrepo.py test-websub.t test-win32text.t +test-wireproto-caching.t test-wireproto-clientreactor.py test-wireproto-command-branchmap.t +test-wireproto-command-capabilities.t test-wireproto-command-changesetdata.t test-wireproto-command-filedata.t test-wireproto-command-filesdata.t test-wireproto-command-heads.t +test-wireproto-command-known.t test-wireproto-command-listkeys.t test-wireproto-command-lookup.t test-wireproto-command-manifestdata.t test-wireproto-command-pushkey.t test-wireproto-command-rawstorefiledata.t +test-wireproto-content-redirects.t +test-wireproto-exchangev2.t test-wireproto-framing.py test-wireproto-serverreactor.py test-wireproto.py