# HG changeset patch # User Augie Fackler # Date 2018-09-25 02:46:22 # Node ID 94c25f694ec3e06e2ecd4cc35c5c984abddf97fc # Parent 1cf1680b05546b9c8df1a899792d2da0e3a37813 py3: whitelist two more passing tests Caught by the ratchet, but initially only the non-legacy path of test-clone-uncompressed.t was passing. That required the preceding patch. Differential Revision: https://phab.mercurial-scm.org/D4729 diff --git a/contrib/python3-whitelist b/contrib/python3-whitelist --- a/contrib/python3-whitelist +++ b/contrib/python3-whitelist @@ -67,6 +67,7 @@ test-children.t test-clone-cgi.t test-clone-pull-corruption.t test-clone-r.t +test-clone-uncompressed.t test-clone-update-order.t test-clonebundles.t test-commit-amend.t @@ -520,6 +521,7 @@ test-stack.t test-status-inprocess.py test-status-rev.t test-status-terse.t +test-stream-bundle-v2.t test-strict.t test-strip-cross.t test-strip.t