D2249: py3: whitelist more passing tests

durin42 (Augie Fackler) phabricator at mercurial-scm.org
Wed Feb 14 00:13:34 UTC 2018


durin42 created this revision.
Herald added a reviewer: pulkit.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.

REVISION SUMMARY
  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.

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D2249

AFFECTED FILES
  contrib/python3-whitelist

CHANGE DETAILS

diff --git a/contrib/python3-whitelist b/contrib/python3-whitelist
--- a/contrib/python3-whitelist
+++ b/contrib/python3-whitelist
@@ -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



To: durin42, pulkit, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list