# HG changeset patch # User Pulkit Goyal # Date 2018-10-18 11:37:38 # Node ID b1eb19301c9438eea2c727d5e0edf375ebfa0557 # Parent 633da7139e4aa87d9284544f605c08feb547bd64 py3: add 5 new passing tests to whitelist caught by buildbot Thanks to everyone who is putting efforts in making hg py3 compatible. Differential Revision: https://phab.mercurial-scm.org/D5148 diff --git a/contrib/python3-whitelist b/contrib/python3-whitelist --- a/contrib/python3-whitelist +++ b/contrib/python3-whitelist @@ -155,6 +155,7 @@ test-empty-group.t test-empty.t test-encode.t test-encoding-func.py +test-encoding-textwrap.t test-encoding.t test-eol-add.t test-eol-clone.t @@ -215,6 +216,7 @@ test-gpg.t test-graft.t test-grep.t test-hardlinks.t +test-help.t test-hg-parseurl.py test-hghave.t test-hgignore.t @@ -375,6 +377,7 @@ test-narrow-archive.t test-narrow-clone-no-ellipsis.t test-narrow-clone-non-narrow-server.t test-narrow-clone-nonlinear.t +test-narrow-clone-stream.t test-narrow-clone.t test-narrow-commit.t test-narrow-copies.t @@ -432,6 +435,7 @@ test-phases-exchange.t test-phases.t test-profile.t test-progress.t +test-propertycache.py test-pull-branch.t test-pull-http.t test-pull-permission.t @@ -629,6 +633,7 @@ 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-framing.py test-wireproto-serverreactor.py test-wireproto.py