##// END OF EJS Templates
py3: add 13 new passing tests to whitelist...
Pulkit Goyal -
r38102:42476b8b default
parent child Browse files
Show More
@@ -150,6 +150,7 b' test-execute-bit.t'
150 test-export.t
150 test-export.t
151 test-extdata.t
151 test-extdata.t
152 test-extdiff.t
152 test-extdiff.t
153 test-extensions-afterloaded.t
153 test-extensions-wrapfunction.py
154 test-extensions-wrapfunction.py
154 test-extra-filelog-entry.t
155 test-extra-filelog-entry.t
155 test-filebranch.t
156 test-filebranch.t
@@ -168,6 +169,7 b' test-hg-parseurl.py'
168 test-hghave.t
169 test-hghave.t
169 test-hgignore.t
170 test-hgignore.t
170 test-hgk.t
171 test-hgk.t
172 test-hgrc.t
171 test-hgweb-bundle.t
173 test-hgweb-bundle.t
172 test-hgweb-descend-empties.t
174 test-hgweb-descend-empties.t
173 test-hgweb-empty.t
175 test-hgweb-empty.t
@@ -194,6 +196,7 b' test-http-clone-r.t'
194 test-http.t
196 test-http.t
195 test-hybridencode.py
197 test-hybridencode.py
196 test-identify.t
198 test-identify.t
199 test-import-merge.t
197 test-import-unknown.t
200 test-import-unknown.t
198 test-import.t
201 test-import.t
199 test-imports-checker.t
202 test-imports-checker.t
@@ -323,6 +326,7 b' test-obsolete-changeset-exchange.t'
323 test-obsolete-checkheads.t
326 test-obsolete-checkheads.t
324 test-obsolete-distributed.t
327 test-obsolete-distributed.t
325 test-obsolete-tag-cache.t
328 test-obsolete-tag-cache.t
329 test-pager.t
326 test-parents.t
330 test-parents.t
327 test-parseindex2.py
331 test-parseindex2.py
328 test-pathconflicts-merge.t
332 test-pathconflicts-merge.t
@@ -337,6 +341,8 b' test-pull-permission.t'
337 test-pull-pull-corruption.t
341 test-pull-pull-corruption.t
338 test-pull-r.t
342 test-pull-r.t
339 test-pull-update.t
343 test-pull-update.t
344 test-pull.t (case sshv1)
345 test-pull.t (case sshv2)
340 test-purge.t
346 test-purge.t
341 test-push-checkheads-partial-C1.t
347 test-push-checkheads-partial-C1.t
342 test-push-checkheads-partial-C2.t
348 test-push-checkheads-partial-C2.t
@@ -395,6 +401,7 b' test-rebase-rename.t'
395 test-rebase-scenario-global.t
401 test-rebase-scenario-global.t
396 test-rebase-templates.t
402 test-rebase-templates.t
397 test-rebase-transaction.t
403 test-rebase-transaction.t
404 test-rebuildstate.t
398 test-record.t
405 test-record.t
399 test-relink.t
406 test-relink.t
400 test-remove.t
407 test-remove.t
@@ -405,6 +412,7 b' test-rename.t'
405 test-repair-strip.t
412 test-repair-strip.t
406 test-repo-compengines.t
413 test-repo-compengines.t
407 test-resolve.t
414 test-resolve.t
415 test-revert-interactive.t
408 test-revert-flags.t
416 test-revert-flags.t
409 test-revert-unknown.t
417 test-revert-unknown.t
410 test-revlog-ancestry.py
418 test-revlog-ancestry.py
@@ -436,6 +444,8 b' test-sparse-merges.t'
436 test-sparse-profiles.t
444 test-sparse-profiles.t
437 test-sparse-requirement.t
445 test-sparse-requirement.t
438 test-sparse-verbose-json.t
446 test-sparse-verbose-json.t
447 test-split.t (case obsstore-off)
448 test-split.t (case obsstore-on)
439 test-ssh-clone-r.t
449 test-ssh-clone-r.t
440 test-ssh-proto.t
450 test-ssh-proto.t
441 test-sshserver.py
451 test-sshserver.py
@@ -449,8 +459,10 b' test-subrepo-deep-nested-change.t'
449 test-subrepo-missing.t
459 test-subrepo-missing.t
450 test-subrepo-recursion.t
460 test-subrepo-recursion.t
451 test-subrepo-relative-path.t
461 test-subrepo-relative-path.t
462 test-subrepo-paths.t
452 test-subrepo.t
463 test-subrepo.t
453 test-symlink-os-yes-fs-no.py
464 test-symlink-os-yes-fs-no.py
465 test-symlink-placeholder.t
454 test-symlinks.t
466 test-symlinks.t
455 test-tag.t
467 test-tag.t
456 test-tags.t
468 test-tags.t
@@ -462,6 +474,7 b' test-ui-verbosity.py'
462 test-unamend.t
474 test-unamend.t
463 test-uncommit.t
475 test-uncommit.t
464 test-unified-test.t
476 test-unified-test.t
477 test-unionrepo.t
465 test-unrelated-pull.t
478 test-unrelated-pull.t
466 test-up-local-change.t
479 test-up-local-change.t
467 test-update-branches.t
480 test-update-branches.t
General Comments 0
You need to be logged in to leave comments. Login now