##// END OF EJS Templates
py3: whitelist another six passing tests...
Augie Fackler -
r36338:9d12416a default
parent child Browse files
Show More
@@ -27,6 +27,7 b' test-check-pyflakes.t'
27 27 test-check-pylint.t
28 28 test-check-shbang.t
29 29 test-children.t
30 test-clone-pull-corruption.t
30 31 test-clone-r.t
31 32 test-clone-update-order.t
32 33 test-commit-unresolved.t
@@ -37,6 +38,7 b' test-contrib-check-commit.t'
37 38 test-convert-clonebranches.t
38 39 test-copy-move-merge.t
39 40 test-copytrace-heuristics.t
41 test-debugbuilddag.t
40 42 test-debugindexdot.t
41 43 test-debugrename.t
42 44 test-diff-binary-file.t
@@ -110,6 +112,7 b' test-histedit-obsolete.t'
110 112 test-histedit-outgoing.t
111 113 test-http-branchmap.t
112 114 test-http-clone-r.t
115 test-identify.t
113 116 test-imports-checker.t
114 117 test-inherit-mode.t
115 118 test-issue1089.t
@@ -120,6 +123,7 b' test-issue1502.t'
120 123 test-issue1802.t
121 124 test-issue1877.t
122 125 test-issue1993.t
126 test-issue3084.t
123 127 test-issue4074.t
124 128 test-issue522.t
125 129 test-issue586.t
@@ -169,6 +173,7 b' test-permissions.t'
169 173 test-pull-branch.t
170 174 test-pull-http.t
171 175 test-pull-permission.t
176 test-pull-pull-corruption.t
172 177 test-push-checkheads-partial-C1.t
173 178 test-push-checkheads-partial-C2.t
174 179 test-push-checkheads-partial-C3.t
@@ -217,6 +222,7 b' test-rename-dir-merge.t'
217 222 test-rename-merge1.t
218 223 test-rename.t
219 224 test-repair-strip.t
225 test-repo-compengines.t
220 226 test-revert-flags.t
221 227 test-revert-unknown.t
222 228 test-revlog-group-emptyiter.t
General Comments 0
You need to be logged in to leave comments. Login now