contrib/python3-whitelist
author Augie Fackler <augie@google.com>
Thu, 18 Jan 2018 10:08:23 -0500
changeset 35847 fd21b87e59b2
parent 35841 7df43e0b9fc3
child 35877 11fdf1486519
permissions -rw-r--r--
python3: whitelist an additional 23 passing tests Differential Revision: https://phab.mercurial-scm.org/D1908
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
35228
04a2820f2fca python3: whitelist many more passing tests
Augie Fackler <augie@google.com>
parents: 35142
diff changeset
     1
test-add.t
04a2820f2fca python3: whitelist many more passing tests
Augie Fackler <augie@google.com>
parents: 35142
diff changeset
     2
test-addremove-similar.t
34024
19b8eee8b4ec python3: whitelist another 5 passing tests found with the ratchet script
Augie Fackler <raf@durin42.com>
parents: 33992
diff changeset
     3
test-addremove.t
35847
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35841
diff changeset
     4
test-amend-subrepo.t
32894
ec9ed269edc3 py3: pass the path in hg.repository() as bytes
Pulkit Goyal <7895pulkit@gmail.com>
parents: 32854
diff changeset
     5
test-ancestor.py
35228
04a2820f2fca python3: whitelist many more passing tests
Augie Fackler <augie@google.com>
parents: 35142
diff changeset
     6
test-automv.t
33118
cc9501fa5574 py3: update the python3-whitelist with new tests which pass on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 32894
diff changeset
     7
test-backwards-remove.t
34350
f975cb7c4dbe py3: whitelist 15 more tests passing on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 34262
diff changeset
     8
test-bheads.t
f975cb7c4dbe py3: whitelist 15 more tests passing on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 34262
diff changeset
     9
test-bisect2.t
f975cb7c4dbe py3: whitelist 15 more tests passing on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 34262
diff changeset
    10
test-bookmarks-merge.t
34223
fa9f5d6733d3 python3: another 3 tests whitelisted
Augie Fackler <raf@durin42.com>
parents: 34024
diff changeset
    11
test-bookmarks-strip.t
35847
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35841
diff changeset
    12
test-branch-option.t
33118
cc9501fa5574 py3: update the python3-whitelist with new tests which pass on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 32894
diff changeset
    13
test-branch-tag-confict.t
35847
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35841
diff changeset
    14
test-bundle-vs-outgoing.t
33118
cc9501fa5574 py3: update the python3-whitelist with new tests which pass on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 32894
diff changeset
    15
test-casecollision.t
35375
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35228
diff changeset
    16
test-cat.t
34350
f975cb7c4dbe py3: whitelist 15 more tests passing on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 34262
diff changeset
    17
test-changelog-exec.t
33118
cc9501fa5574 py3: update the python3-whitelist with new tests which pass on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 32894
diff changeset
    18
test-check-commit.t
32854
7a877e569ed6 contrib: check in a whitelist of passing tests in Python 3
Augie Fackler <augie@google.com>
parents:
diff changeset
    19
test-check-execute.t
33992
492cd4bbca08 contrib: add test-check-module-imports.t to the Python 3 whitelist
Augie Fackler <raf@durin42.com>
parents: 33926
diff changeset
    20
test-check-module-imports.t
33118
cc9501fa5574 py3: update the python3-whitelist with new tests which pass on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 32894
diff changeset
    21
test-check-pyflakes.t
cc9501fa5574 py3: update the python3-whitelist with new tests which pass on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 32894
diff changeset
    22
test-check-pylint.t
32854
7a877e569ed6 contrib: check in a whitelist of passing tests in Python 3
Augie Fackler <augie@google.com>
parents:
diff changeset
    23
test-check-shbang.t
35228
04a2820f2fca python3: whitelist many more passing tests
Augie Fackler <augie@google.com>
parents: 35142
diff changeset
    24
test-children.t
35847
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35841
diff changeset
    25
test-clone-r.t
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35841
diff changeset
    26
test-clone-update-order.t
34350
f975cb7c4dbe py3: whitelist 15 more tests passing on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 34262
diff changeset
    27
test-commit-unresolved.t
35375
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35228
diff changeset
    28
test-completion.t
35841
7df43e0b9fc3 python3: whitelist another 7 passing tests
Augie Fackler <augie@google.com>
parents: 35700
diff changeset
    29
test-confused-revert.t
32854
7a877e569ed6 contrib: check in a whitelist of passing tests in Python 3
Augie Fackler <augie@google.com>
parents:
diff changeset
    30
test-contrib-check-code.t
7a877e569ed6 contrib: check in a whitelist of passing tests in Python 3
Augie Fackler <augie@google.com>
parents:
diff changeset
    31
test-contrib-check-commit.t
35841
7df43e0b9fc3 python3: whitelist another 7 passing tests
Augie Fackler <augie@google.com>
parents: 35700
diff changeset
    32
test-debugindexdot.t
34024
19b8eee8b4ec python3: whitelist another 5 passing tests found with the ratchet script
Augie Fackler <raf@durin42.com>
parents: 33992
diff changeset
    33
test-debugrename.t
35847
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35841
diff changeset
    34
test-diff-change.t
34024
19b8eee8b4ec python3: whitelist another 5 passing tests found with the ratchet script
Augie Fackler <raf@durin42.com>
parents: 33992
diff changeset
    35
test-diff-copy-depth.t
19b8eee8b4ec python3: whitelist another 5 passing tests found with the ratchet script
Augie Fackler <raf@durin42.com>
parents: 33992
diff changeset
    36
test-diff-hashes.t
33118
cc9501fa5574 py3: update the python3-whitelist with new tests which pass on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 32894
diff changeset
    37
test-diff-issue2761.t
33305
aaa1f8f514cf py3: fix test-diff-newlines.t to be compatible with py3
Boris Feld <boris.feld@octobus.net>
parents: 33118
diff changeset
    38
test-diff-newlines.t
33118
cc9501fa5574 py3: update the python3-whitelist with new tests which pass on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 32894
diff changeset
    39
test-diff-reverse.t
cc9501fa5574 py3: update the python3-whitelist with new tests which pass on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 32894
diff changeset
    40
test-diff-subdir.t
35590
aaeba70d5cbe py3: add 8 new passing tests to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35375
diff changeset
    41
test-diffdir.t
aaeba70d5cbe py3: add 8 new passing tests to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35375
diff changeset
    42
test-directaccess.t
33118
cc9501fa5574 py3: update the python3-whitelist with new tests which pass on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 32894
diff changeset
    43
test-dirstate-nonnormalset.t
32854
7a877e569ed6 contrib: check in a whitelist of passing tests in Python 3
Augie Fackler <augie@google.com>
parents:
diff changeset
    44
test-doctest.py
34350
f975cb7c4dbe py3: whitelist 15 more tests passing on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 34262
diff changeset
    45
test-double-merge.t
33838
48f3e87ce650 python3: whitelist four more passing tests
Augie Fackler <augie@google.com>
parents: 33586
diff changeset
    46
test-duplicateoptions.py
33118
cc9501fa5574 py3: update the python3-whitelist with new tests which pass on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 32894
diff changeset
    47
test-empty-dir.t
34350
f975cb7c4dbe py3: whitelist 15 more tests passing on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 34262
diff changeset
    48
test-empty-file.t
35847
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35841
diff changeset
    49
test-empty-group.t
33840
627cb36b537f python3: whitelist another *13* tests that now pass
Augie Fackler <augie@google.com>
parents: 33838
diff changeset
    50
test-empty.t
33926
f4433f2713d0 encoding: add function to test if a str consists of ASCII characters
Yuya Nishihara <yuya@tcha.org>
parents: 33878
diff changeset
    51
test-encoding-func.py
33118
cc9501fa5574 py3: update the python3-whitelist with new tests which pass on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 32894
diff changeset
    52
test-excessive-merge.t
35228
04a2820f2fca python3: whitelist many more passing tests
Augie Fackler <augie@google.com>
parents: 35142
diff changeset
    53
test-execute-bit.t
35841
7df43e0b9fc3 python3: whitelist another 7 passing tests
Augie Fackler <augie@google.com>
parents: 35700
diff changeset
    54
test-filebranch.t
35847
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35841
diff changeset
    55
test-flags.t
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35841
diff changeset
    56
test-generaldelta.t
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35841
diff changeset
    57
test-glog-topological.t
35228
04a2820f2fca python3: whitelist many more passing tests
Augie Fackler <augie@google.com>
parents: 35142
diff changeset
    58
test-gpg.t
33838
48f3e87ce650 python3: whitelist four more passing tests
Augie Fackler <augie@google.com>
parents: 33586
diff changeset
    59
test-hghave.t
33878
c90014d5cdc3 python3: whitelist test-imports-checker.t, which now passes
Augie Fackler <raf@durin42.com>
parents: 33840
diff changeset
    60
test-imports-checker.t
35847
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35841
diff changeset
    61
test-inherit-mode.t
33118
cc9501fa5574 py3: update the python3-whitelist with new tests which pass on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 32894
diff changeset
    62
test-issue1089.t
35700
a71316bfac87 python3: whitelist two more passing tests
Augie Fackler <augie@google.com>
parents: 35590
diff changeset
    63
test-issue1175.t
35847
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35841
diff changeset
    64
test-issue1306.t
35375
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35228
diff changeset
    65
test-issue1502.t
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35228
diff changeset
    66
test-issue1802.t
34350
f975cb7c4dbe py3: whitelist 15 more tests passing on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 34262
diff changeset
    67
test-issue1877.t
33118
cc9501fa5574 py3: update the python3-whitelist with new tests which pass on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 32894
diff changeset
    68
test-issue1993.t
35228
04a2820f2fca python3: whitelist many more passing tests
Augie Fackler <augie@google.com>
parents: 35142
diff changeset
    69
test-issue522.t
35847
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35841
diff changeset
    70
test-issue586.t
34350
f975cb7c4dbe py3: whitelist 15 more tests passing on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 34262
diff changeset
    71
test-issue612.t
f975cb7c4dbe py3: whitelist 15 more tests passing on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 34262
diff changeset
    72
test-issue619.t
f975cb7c4dbe py3: whitelist 15 more tests passing on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 34262
diff changeset
    73
test-issue672.t
33118
cc9501fa5574 py3: update the python3-whitelist with new tests which pass on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 32894
diff changeset
    74
test-issue842.t
34223
fa9f5d6733d3 python3: another 3 tests whitelisted
Augie Fackler <raf@durin42.com>
parents: 34024
diff changeset
    75
test-journal-exists.t
33118
cc9501fa5574 py3: update the python3-whitelist with new tests which pass on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 32894
diff changeset
    76
test-locate.t
35847
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35841
diff changeset
    77
test-logexchange.t
32854
7a877e569ed6 contrib: check in a whitelist of passing tests in Python 3
Augie Fackler <augie@google.com>
parents:
diff changeset
    78
test-lrucachedict.py
35847
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35841
diff changeset
    79
test-manifest-merging.t
33118
cc9501fa5574 py3: update the python3-whitelist with new tests which pass on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 32894
diff changeset
    80
test-manifest.py
35847
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35841
diff changeset
    81
test-manifest.t
33838
48f3e87ce650 python3: whitelist four more passing tests
Augie Fackler <augie@google.com>
parents: 33586
diff changeset
    82
test-match.py
35847
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35841
diff changeset
    83
test-merge-commit.t
33118
cc9501fa5574 py3: update the python3-whitelist with new tests which pass on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 32894
diff changeset
    84
test-merge-default.t
35375
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35228
diff changeset
    85
test-merge-internal-tools-pattern.t
35841
7df43e0b9fc3 python3: whitelist another 7 passing tests
Augie Fackler <augie@google.com>
parents: 35700
diff changeset
    86
test-merge-local.t
35228
04a2820f2fca python3: whitelist many more passing tests
Augie Fackler <augie@google.com>
parents: 35142
diff changeset
    87
test-merge-remove.t
04a2820f2fca python3: whitelist many more passing tests
Augie Fackler <augie@google.com>
parents: 35142
diff changeset
    88
test-merge-revert.t
35375
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35228
diff changeset
    89
test-merge-revert2.t
35228
04a2820f2fca python3: whitelist many more passing tests
Augie Fackler <augie@google.com>
parents: 35142
diff changeset
    90
test-merge-subrepos.t
35375
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35228
diff changeset
    91
test-merge10.t
33118
cc9501fa5574 py3: update the python3-whitelist with new tests which pass on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 32894
diff changeset
    92
test-merge2.t
34350
f975cb7c4dbe py3: whitelist 15 more tests passing on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 34262
diff changeset
    93
test-merge4.t
33118
cc9501fa5574 py3: update the python3-whitelist with new tests which pass on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 32894
diff changeset
    94
test-merge5.t
35375
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35228
diff changeset
    95
test-merge6.t
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35228
diff changeset
    96
test-merge7.t
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35228
diff changeset
    97
test-merge8.t
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35228
diff changeset
    98
test-mq-qimport-fail-cleanup.t
35700
a71316bfac87 python3: whitelist two more passing tests
Augie Fackler <augie@google.com>
parents: 35590
diff changeset
    99
test-obshistory.t
35847
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35841
diff changeset
   100
test-obsolete-checkheads.t
35841
7df43e0b9fc3 python3: whitelist another 7 passing tests
Augie Fackler <augie@google.com>
parents: 35700
diff changeset
   101
test-parents.t
34024
19b8eee8b4ec python3: whitelist another 5 passing tests found with the ratchet script
Augie Fackler <raf@durin42.com>
parents: 33992
diff changeset
   102
test-permissions.t
35847
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35841
diff changeset
   103
test-pull-branch.t
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35841
diff changeset
   104
test-pull-permission.t
35375
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35228
diff changeset
   105
test-push-checkheads-partial-C1.t
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35228
diff changeset
   106
test-push-checkheads-partial-C2.t
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35228
diff changeset
   107
test-push-checkheads-partial-C3.t
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35228
diff changeset
   108
test-push-checkheads-partial-C4.t
33840
627cb36b537f python3: whitelist another *13* tests that now pass
Augie Fackler <augie@google.com>
parents: 33838
diff changeset
   109
test-push-checkheads-pruned-B1.t
35375
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35228
diff changeset
   110
test-push-checkheads-pruned-B2.t
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35228
diff changeset
   111
test-push-checkheads-pruned-B3.t
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35228
diff changeset
   112
test-push-checkheads-pruned-B4.t
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35228
diff changeset
   113
test-push-checkheads-pruned-B5.t
33840
627cb36b537f python3: whitelist another *13* tests that now pass
Augie Fackler <augie@google.com>
parents: 33838
diff changeset
   114
test-push-checkheads-pruned-B6.t
627cb36b537f python3: whitelist another *13* tests that now pass
Augie Fackler <augie@google.com>
parents: 33838
diff changeset
   115
test-push-checkheads-pruned-B7.t
35375
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35228
diff changeset
   116
test-push-checkheads-pruned-B8.t
33840
627cb36b537f python3: whitelist another *13* tests that now pass
Augie Fackler <augie@google.com>
parents: 33838
diff changeset
   117
test-push-checkheads-superceed-A1.t
35375
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35228
diff changeset
   118
test-push-checkheads-superceed-A2.t
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35228
diff changeset
   119
test-push-checkheads-superceed-A3.t
33840
627cb36b537f python3: whitelist another *13* tests that now pass
Augie Fackler <augie@google.com>
parents: 33838
diff changeset
   120
test-push-checkheads-superceed-A4.t
627cb36b537f python3: whitelist another *13* tests that now pass
Augie Fackler <augie@google.com>
parents: 33838
diff changeset
   121
test-push-checkheads-superceed-A5.t
35375
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35228
diff changeset
   122
test-push-checkheads-superceed-A6.t
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35228
diff changeset
   123
test-push-checkheads-superceed-A7.t
33840
627cb36b537f python3: whitelist another *13* tests that now pass
Augie Fackler <augie@google.com>
parents: 33838
diff changeset
   124
test-push-checkheads-superceed-A8.t
627cb36b537f python3: whitelist another *13* tests that now pass
Augie Fackler <augie@google.com>
parents: 33838
diff changeset
   125
test-push-checkheads-unpushed-D1.t
35375
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35228
diff changeset
   126
test-push-checkheads-unpushed-D2.t
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35228
diff changeset
   127
test-push-checkheads-unpushed-D3.t
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35228
diff changeset
   128
test-push-checkheads-unpushed-D4.t
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35228
diff changeset
   129
test-push-checkheads-unpushed-D5.t
33840
627cb36b537f python3: whitelist another *13* tests that now pass
Augie Fackler <augie@google.com>
parents: 33838
diff changeset
   130
test-push-checkheads-unpushed-D6.t
627cb36b537f python3: whitelist another *13* tests that now pass
Augie Fackler <augie@google.com>
parents: 33838
diff changeset
   131
test-push-checkheads-unpushed-D7.t
35847
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35841
diff changeset
   132
test-push-warn.t
35590
aaeba70d5cbe py3: add 8 new passing tests to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35375
diff changeset
   133
test-record.t
35841
7df43e0b9fc3 python3: whitelist another 7 passing tests
Augie Fackler <augie@google.com>
parents: 35700
diff changeset
   134
test-rename-after-merge.t
35375
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35228
diff changeset
   135
test-rename-dir-merge.t
34350
f975cb7c4dbe py3: whitelist 15 more tests passing on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 34262
diff changeset
   136
test-rename-merge1.t
33840
627cb36b537f python3: whitelist another *13* tests that now pass
Augie Fackler <augie@google.com>
parents: 33838
diff changeset
   137
test-rename.t
35228
04a2820f2fca python3: whitelist many more passing tests
Augie Fackler <augie@google.com>
parents: 35142
diff changeset
   138
test-revert-flags.t
04a2820f2fca python3: whitelist many more passing tests
Augie Fackler <augie@google.com>
parents: 35142
diff changeset
   139
test-revert-unknown.t
04a2820f2fca python3: whitelist many more passing tests
Augie Fackler <augie@google.com>
parents: 35142
diff changeset
   140
test-revlog-group-emptyiter.t
35590
aaeba70d5cbe py3: add 8 new passing tests to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35375
diff changeset
   141
test-revlog-mmapindex.t
33118
cc9501fa5574 py3: update the python3-whitelist with new tests which pass on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 32894
diff changeset
   142
test-revlog-packentry.t
35847
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35841
diff changeset
   143
test-revset-outgoing.t
32854
7a877e569ed6 contrib: check in a whitelist of passing tests in Python 3
Augie Fackler <augie@google.com>
parents:
diff changeset
   144
test-run-tests.py
34350
f975cb7c4dbe py3: whitelist 15 more tests passing on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 34262
diff changeset
   145
test-show-stack.t
35375
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35228
diff changeset
   146
test-simple-update.t
35841
7df43e0b9fc3 python3: whitelist another 7 passing tests
Augie Fackler <augie@google.com>
parents: 35700
diff changeset
   147
test-single-head.t
35590
aaeba70d5cbe py3: add 8 new passing tests to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35375
diff changeset
   148
test-sparse-clear.t
aaeba70d5cbe py3: add 8 new passing tests to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35375
diff changeset
   149
test-sparse-merges.t
aaeba70d5cbe py3: add 8 new passing tests to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35375
diff changeset
   150
test-sparse-requirement.t
aaeba70d5cbe py3: add 8 new passing tests to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35375
diff changeset
   151
test-sparse-verbose-json.t
34223
fa9f5d6733d3 python3: another 3 tests whitelisted
Augie Fackler <raf@durin42.com>
parents: 34024
diff changeset
   152
test-status-terse.t
35847
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35841
diff changeset
   153
test-strip-cross.t
35228
04a2820f2fca python3: whitelist many more passing tests
Augie Fackler <augie@google.com>
parents: 35142
diff changeset
   154
test-uncommit.t
32854
7a877e569ed6 contrib: check in a whitelist of passing tests in Python 3
Augie Fackler <augie@google.com>
parents:
diff changeset
   155
test-unified-test.t
35375
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35228
diff changeset
   156
test-unrelated-pull.t
35847
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35841
diff changeset
   157
test-up-local-change.t
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35841
diff changeset
   158
test-update-dest.t
34350
f975cb7c4dbe py3: whitelist 15 more tests passing on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 34262
diff changeset
   159
test-update-issue1456.t
35228
04a2820f2fca python3: whitelist many more passing tests
Augie Fackler <augie@google.com>
parents: 35142
diff changeset
   160
test-update-names.t
33118
cc9501fa5574 py3: update the python3-whitelist with new tests which pass on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 32894
diff changeset
   161
test-update-reverse.t
32854
7a877e569ed6 contrib: check in a whitelist of passing tests in Python 3
Augie Fackler <augie@google.com>
parents:
diff changeset
   162
test-xdg.t