diff contrib/python3-whitelist @ 36176:0836c70ba5fa

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
author Augie Fackler <augie@google.com>
date Tue, 13 Feb 2018 19:12:44 -0500
parents 0ea86f70da8e
children 7e6aad95244f
line wrap: on
line diff
--- 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