Mercurial > hg
comparison 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 |
comparison
equal
deleted
inserted
replaced
36175:59affe7e01d4 | 36176:0836c70ba5fa |
---|---|
88 test-flags.t | 88 test-flags.t |
89 test-generaldelta.t | 89 test-generaldelta.t |
90 test-glog-topological.t | 90 test-glog-topological.t |
91 test-gpg.t | 91 test-gpg.t |
92 test-hghave.t | 92 test-hghave.t |
93 test-histedit-arguments.t | |
94 test-histedit-base.t | |
93 test-histedit-bookmark-motion.t | 95 test-histedit-bookmark-motion.t |
94 test-histedit-commute.t | 96 test-histedit-commute.t |
95 test-histedit-drop.t | 97 test-histedit-drop.t |
96 test-histedit-edit.t | 98 test-histedit-edit.t |
99 test-histedit-fold-non-commute.t | |
97 test-histedit-no-change.t | 100 test-histedit-no-change.t |
101 test-histedit-non-commute.t | |
98 test-histedit-obsolete.t | 102 test-histedit-obsolete.t |
99 test-histedit-outgoing.t | 103 test-histedit-outgoing.t |
100 test-http-clone-r.t | 104 test-http-clone-r.t |
101 test-imports-checker.t | 105 test-imports-checker.t |
102 test-inherit-mode.t | 106 test-inherit-mode.t |