# HG changeset patch # User Augie Fackler # Date 1519616630 18000 # Node ID 496875e6d541c33ae9fca1255d6f8dae0dee061a # Parent 0c2eeaca0577f6b2010804a53be3377beace92dd py3: whitelist another nine passing tests I now see 347 tests passing[0] and 336 failing, so we're past halfway there. Hooray! 0: A few tests appear to regress in small ways (doctest output changes, for example) on Python 3.7.0a1, which is what I'm now using to test. That said, I'm pleased to report no major regressions. Differential Revision: https://phab.mercurial-scm.org/D2439 diff -r 0c2eeaca0577 -r 496875e6d541 contrib/python3-whitelist --- a/contrib/python3-whitelist Sun Feb 25 22:31:13 2018 -0500 +++ b/contrib/python3-whitelist Sun Feb 25 22:43:50 2018 -0500 @@ -6,6 +6,7 @@ test-ancestor.py test-annotate.py test-automv.t +test-backout.t test-backwards-remove.t test-bheads.t test-bisect2.t @@ -33,7 +34,9 @@ test-clone-pull-corruption.t test-clone-r.t test-clone-update-order.t +test-commit-amend.t test-commit-unresolved.t +test-commit.t test-completion.t test-conflict.t test-confused-revert.t @@ -108,6 +111,7 @@ test-git-export.t test-glog-topological.t test-gpg.t +test-graft.t test-hghave.t test-hgk.t test-histedit-arguments.t @@ -253,6 +257,7 @@ test-rebase-brute-force.t test-rebase-cache.t test-rebase-check-restore.t +test-rebase-collapse.t test-rebase-dest.t test-rebase-detach.t test-rebase-emptycommit.t @@ -262,10 +267,12 @@ test-rebase-legacy.t test-rebase-named-branches.t test-rebase-newancestor.t +test-rebase-obsolete.t test-rebase-parameters.t test-rebase-partial.t test-rebase-pull.t test-rebase-rename.t +test-rebase-scenario-global.t test-rebase-templates.t test-rebase-transaction.t test-record.t