##// END OF EJS Templates
py3: whitelist another 15 passing tests...
Augie Fackler -
r36682:6f9442c6 default
parent child Browse files
Show More
@@ -6,6 +6,7 b' test-amend-subrepo.t'
6 test-ancestor.py
6 test-ancestor.py
7 test-annotate.py
7 test-annotate.py
8 test-annotate.t
8 test-annotate.t
9 test-atomictempfile.py
9 test-audit-path.t
10 test-audit-path.t
10 test-audit-subrepo.t
11 test-audit-subrepo.t
11 test-automv.t
12 test-automv.t
@@ -167,6 +168,7 b' test-issue619.t'
167 test-issue672.t
168 test-issue672.t
168 test-issue842.t
169 test-issue842.t
169 test-journal-exists.t
170 test-journal-exists.t
171 test-largefiles-cache.t
170 test-largefiles-small-disk.t
172 test-largefiles-small-disk.t
171 test-locate.t
173 test-locate.t
172 test-lock-badness.t
174 test-lock-badness.t
@@ -200,12 +202,22 b' test-merge7.t'
200 test-merge8.t
202 test-merge8.t
201 test-merge9.t
203 test-merge9.t
202 test-mq-git.t
204 test-mq-git.t
205 test-mq-header-date.t
206 test-mq-header-from.t
203 test-mq-pull-from-bundle.t
207 test-mq-pull-from-bundle.t
204 test-mq-qdiff.t
208 test-mq-qdiff.t
209 test-mq-qfold.t
210 test-mq-qgoto.t
205 test-mq-qimport-fail-cleanup.t
211 test-mq-qimport-fail-cleanup.t
212 test-mq-qpush-exact.t
206 test-mq-qqueue.t
213 test-mq-qqueue.t
214 test-mq-qrefresh-replace-log-message.t
207 test-mq-qrefresh.t
215 test-mq-qrefresh.t
216 test-mq-qrename.t
208 test-mq-qsave.t
217 test-mq-qsave.t
218 test-mq-safety.t
219 test-mq-symlinks.t
220 test-mv-cp-st-diff.t
209 test-narrow-clone-no-ellipsis.t
221 test-narrow-clone-no-ellipsis.t
210 test-narrow-clone-nonlinear.t
222 test-narrow-clone-nonlinear.t
211 test-narrow-clone.t
223 test-narrow-clone.t
@@ -222,6 +234,7 b' test-narrow-rebase.t'
222 test-narrow-shallow-merges.t
234 test-narrow-shallow-merges.t
223 test-narrow-shallow.t
235 test-narrow-shallow.t
224 test-narrow-update.t
236 test-narrow-update.t
237 test-nested-repo.t
225 test-newbranch.t
238 test-newbranch.t
226 test-obshistory.t
239 test-obshistory.t
227 test-obsmarker-template.t
240 test-obsmarker-template.t
@@ -288,6 +301,7 b' test-rebase-inmemory.t'
288 test-rebase-interruptions.t
301 test-rebase-interruptions.t
289 test-rebase-issue-noparam-single-rev.t
302 test-rebase-issue-noparam-single-rev.t
290 test-rebase-legacy.t
303 test-rebase-legacy.t
304 test-rebase-mq-skip.t
291 test-rebase-named-branches.t
305 test-rebase-named-branches.t
292 test-rebase-newancestor.t
306 test-rebase-newancestor.t
293 test-rebase-obsolete.t
307 test-rebase-obsolete.t
@@ -335,6 +349,7 b' test-status-rev.t'
335 test-status-terse.t
349 test-status-terse.t
336 test-strip-cross.t
350 test-strip-cross.t
337 test-strip.t
351 test-strip.t
352 test-symlinks.t
338 test-unamend.t
353 test-unamend.t
339 test-uncommit.t
354 test-uncommit.t
340 test-unified-test.t
355 test-unified-test.t
General Comments 0
You need to be logged in to leave comments. Login now