# HG changeset patch # User Augie Fackler # Date 1518567164 18000 # Node ID 0836c70ba5fa21855da8084a69ef1433d3d97185 # Parent 59affe7e01d4df54acc91829fe7caf4e8020eea1 py3: whitelist more passing tests I had some good success tonight with histedit tests. test-histedit-fold.t is now low-hanging fruit: it is only failing because the logic for setting environment variables in hook.py is slightly busted. Specifically, hook.py line 142 should be making sure it puts strings in the env dict, not bytes, to avoid b'' goo in environment variables. Differential Revision: https://phab.mercurial-scm.org/D2249 diff -r 59affe7e01d4 -r 0836c70ba5fa contrib/python3-whitelist --- a/contrib/python3-whitelist Tue Feb 13 18:46:47 2018 -0500 +++ b/contrib/python3-whitelist Tue Feb 13 19:12:44 2018 -0500 @@ -90,11 +90,15 @@ test-glog-topological.t test-gpg.t test-hghave.t +test-histedit-arguments.t +test-histedit-base.t test-histedit-bookmark-motion.t test-histedit-commute.t test-histedit-drop.t test-histedit-edit.t +test-histedit-fold-non-commute.t test-histedit-no-change.t +test-histedit-non-commute.t test-histedit-obsolete.t test-histedit-outgoing.t test-http-clone-r.t