contrib/python3-whitelist
author Gregory Szorc <gregory.szorc@gmail.com>
Mon, 17 Sep 2018 15:52:59 -0700
changeset 39691 da9ce63bfa9b
parent 39672 e3768bd48e26
child 39756 e0a7cfa9323f
permissions -rw-r--r--
transaction: make undoname a private attribute This attribute tracks the file pattern to use for undo files. It is an implementation detail of the current transaction semantics and doesn't need to be part of the future transaction interface. So mark it as private. Differential Revision: https://phab.mercurial-scm.org/D4623
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
36421
3fe0507a4dcd py3: whitelist another 8 passing tests
Pulkit Goyal <7895pulkit@gmail.com>
parents: 36391
diff changeset
     1
test-abort-checkin.t
39026
1aab0007a7c0 tests: port test-absorb-filefixupstate to Python 3
Augie Fackler <augie@google.com>
parents: 39025
diff changeset
     2
test-absorb-filefixupstate.py
39025
9204445ad54c absorb: port partway to Python 3
Augie Fackler <augie@google.com>
parents: 39011
diff changeset
     3
test-absorb-phase.t
9204445ad54c absorb: port partway to Python 3
Augie Fackler <augie@google.com>
parents: 39011
diff changeset
     4
test-absorb-strip.t
35237
04a2820f2fca python3: whitelist many more passing tests
Augie Fackler <augie@google.com>
parents: 35163
diff changeset
     5
test-add.t
04a2820f2fca python3: whitelist many more passing tests
Augie Fackler <augie@google.com>
parents: 35163
diff changeset
     6
test-addremove-similar.t
34042
19b8eee8b4ec python3: whitelist another 5 passing tests found with the ratchet script
Augie Fackler <raf@durin42.com>
parents: 34010
diff changeset
     7
test-addremove.t
38593
21be76e07148 py3: use bytes.endswith() instead of bytes[n]
Yuya Nishihara <yuya@tcha.org>
parents: 38474
diff changeset
     8
test-alias.t
35887
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35881
diff changeset
     9
test-amend-subrepo.t
36803
9b513888ea23 ui: do not use rawinput() when we have to replace sys.stdin/stdout
Yuya Nishihara <yuya@tcha.org>
parents: 36794
diff changeset
    10
test-amend.t
32912
ec9ed269edc3 py3: pass the path in hg.repository() as bytes
Pulkit Goyal <7895pulkit@gmail.com>
parents: 32872
diff changeset
    11
test-ancestor.py
35997
fd9f2a22ee83 python3: whitelist an additional 11 tests
Augie Fackler <augie@google.com>
parents: 35917
diff changeset
    12
test-annotate.py
36668
334da951a50b py3: fix some membership tests on linkrev adjustment
Yuya Nishihara <yuya@tcha.org>
parents: 36667
diff changeset
    13
test-annotate.t
36733
f3591e687202 py3: whitelist three more cases
Augie Fackler <augie@google.com>
parents: 36718
diff changeset
    14
test-archive-symlinks.t
36693
6f9442c6b404 py3: whitelist another 15 passing tests
Augie Fackler <augie@google.com>
parents: 36681
diff changeset
    15
test-atomictempfile.py
36678
d3b893ec5f08 py3: fix formatting of path-auditing errors
Yuya Nishihara <yuya@tcha.org>
parents: 36672
diff changeset
    16
test-audit-path.t
d3b893ec5f08 py3: fix formatting of path-auditing errors
Yuya Nishihara <yuya@tcha.org>
parents: 36672
diff changeset
    17
test-audit-subrepo.t
35237
04a2820f2fca python3: whitelist many more passing tests
Augie Fackler <augie@google.com>
parents: 35163
diff changeset
    18
test-automv.t
36569
496875e6d541 py3: whitelist another nine passing tests
Augie Fackler <augie@google.com>
parents: 36567
diff changeset
    19
test-backout.t
33130
cc9501fa5574 py3: update the python3-whitelist with new tests which pass on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 32912
diff changeset
    20
test-backwards-remove.t
38594
e46c3b6a47b5 py3: fix dumbhttp.py to convert --daemon-postexec arguments back to bytes
Yuya Nishihara <yuya@tcha.org>
parents: 38593
diff changeset
    21
test-bad-pull.t
36667
159b04de5fb0 py3: make test-basic.t pass on Python 3
Yuya Nishihara <yuya@tcha.org>
parents: 36664
diff changeset
    22
test-basic.t
34357
f975cb7c4dbe py3: whitelist 15 more tests passing on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 34269
diff changeset
    23
test-bheads.t
36837
4eb3bf227ce7 py3: make test-bisect.t bytes-safe
Yuya Nishihara <yuya@tcha.org>
parents: 36803
diff changeset
    24
test-bisect.t
34357
f975cb7c4dbe py3: whitelist 15 more tests passing on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 34269
diff changeset
    25
test-bisect2.t
36839
82af07e1ae16 py3: fix slicing of bisect label in templatefilters.shortbisect()
Yuya Nishihara <yuya@tcha.org>
parents: 36837
diff changeset
    26
test-bisect3.t
36763
2aff6daf7790 py3: byte-stringify test-blackbox.t
Yuya Nishihara <yuya@tcha.org>
parents: 36758
diff changeset
    27
test-blackbox.t
36169
ce9f1c32810b py3: whitelist another 11 passing tests
Augie Fackler <augie@google.com>
parents: 36116
diff changeset
    28
test-bookmarks-current.t
34357
f975cb7c4dbe py3: whitelist 15 more tests passing on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 34269
diff changeset
    29
test-bookmarks-merge.t
38607
15622e72307d py3: suppress write() result and close file in test-bookmarks-pushpull.t
Yuya Nishihara <yuya@tcha.org>
parents: 38606
diff changeset
    30
test-bookmarks-pushpull.t
36194
cf2b9475fbe6 py3: whitelist another six passing tests
Augie Fackler <augie@google.com>
parents: 36173
diff changeset
    31
test-bookmarks-rebase.t
34230
fa9f5d6733d3 python3: another 3 tests whitelisted
Augie Fackler <raf@durin42.com>
parents: 34042
diff changeset
    32
test-bookmarks-strip.t
36608
be27c4e310bd py3: sixteen more passing tests
Augie Fackler <augie@google.com>
parents: 36590
diff changeset
    33
test-bookmarks.t
36844
a00c38b33047 py3: drop b'' from debug message "moving bookmarks"
Yuya Nishihara <yuya@tcha.org>
parents: 36839
diff changeset
    34
test-branch-change.t
35887
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35881
diff changeset
    35
test-branch-option.t
33130
cc9501fa5574 py3: update the python3-whitelist with new tests which pass on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 32912
diff changeset
    36
test-branch-tag-confict.t
36608
be27c4e310bd py3: sixteen more passing tests
Augie Fackler <augie@google.com>
parents: 36590
diff changeset
    37
test-branches.t
36169
ce9f1c32810b py3: whitelist another 11 passing tests
Augie Fackler <augie@google.com>
parents: 36116
diff changeset
    38
test-bundle-phases.t
38598
afef1e362d65 py3: fix bundle heads to be consumable more than once
Yuya Nishihara <yuya@tcha.org>
parents: 38594
diff changeset
    39
test-bundle-r.t
36748
93b8c83ef136 py3: more passing tests (ten this time)
Augie Fackler <augie@google.com>
parents: 36737
diff changeset
    40
test-bundle-type.t
35887
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35881
diff changeset
    41
test-bundle-vs-outgoing.t
38598
afef1e362d65 py3: fix bundle heads to be consumable more than once
Yuya Nishihara <yuya@tcha.org>
parents: 38594
diff changeset
    42
test-bundle.t
38606
85c74c5a1590 py3: drop b'' while formatting ResponseError
Yuya Nishihara <yuya@tcha.org>
parents: 38598
diff changeset
    43
test-bundle2-exchange.t
38610
d474b3b44d4f bundle2: use ProgrammingError to report bad use of addparam()
Yuya Nishihara <yuya@tcha.org>
parents: 38607
diff changeset
    44
test-bundle2-format.t
36519
4b9e9e3f450c py3: add 14 new passing tests to whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 36463
diff changeset
    45
test-bundle2-multiple-changegroups.t
38474
4c358bdaada8 py3: add b'' prefixes in tests/test-bundle2-pushback.t
Pulkit Goyal <7895pulkit@gmail.com>
parents: 38473
diff changeset
    46
test-bundle2-pushback.t
38701
f016eac2a466 py3: use bytes() to byte-stringify Abort message in handleremotechangegroup()
Yuya Nishihara <yuya@tcha.org>
parents: 38654
diff changeset
    47
test-bundle2-remote-changegroup.t
36421
3fe0507a4dcd py3: whitelist another 8 passing tests
Pulkit Goyal <7895pulkit@gmail.com>
parents: 36391
diff changeset
    48
test-cappedreader.py
33130
cc9501fa5574 py3: update the python3-whitelist with new tests which pass on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 32912
diff changeset
    49
test-casecollision.t
35384
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35237
diff changeset
    50
test-cat.t
37943
2b3b6187c316 tests: port test-cbor.py to Python 3
Augie Fackler <augie@google.com>
parents: 37939
diff changeset
    51
test-cbor.py
36286
fbc29d9f552f py3: whitelist another eight passing tests
Augie Fackler <augie@google.com>
parents: 36217
diff changeset
    52
test-censor.t
34357
f975cb7c4dbe py3: whitelist 15 more tests passing on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 34269
diff changeset
    53
test-changelog-exec.t
39094
850fe0b9c0c0 tests: add missing b'' prefix in test-check-code.t
Augie Fackler <augie@google.com>
parents: 39092
diff changeset
    54
test-check-code.t
33130
cc9501fa5574 py3: update the python3-whitelist with new tests which pass on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 32912
diff changeset
    55
test-check-commit.t
32872
7a877e569ed6 contrib: check in a whitelist of passing tests in Python 3
Augie Fackler <augie@google.com>
parents:
diff changeset
    56
test-check-execute.t
37914
39c17718f311 tests: make test-check-interfaces.py work on Python 3
Augie Fackler <augie@google.com>
parents: 37786
diff changeset
    57
test-check-interfaces.py
34010
492cd4bbca08 contrib: add test-check-module-imports.t to the Python 3 whitelist
Augie Fackler <raf@durin42.com>
parents: 33944
diff changeset
    58
test-check-module-imports.t
39428
0cbcf962847e test-check-py3-compat: don't run py2 part if $PYTHON is python3
Yuya Nishihara <yuya@tcha.org>
parents: 39248
diff changeset
    59
test-check-py3-compat.t
33130
cc9501fa5574 py3: update the python3-whitelist with new tests which pass on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 32912
diff changeset
    60
test-check-pyflakes.t
cc9501fa5574 py3: update the python3-whitelist with new tests which pass on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 32912
diff changeset
    61
test-check-pylint.t
32872
7a877e569ed6 contrib: check in a whitelist of passing tests in Python 3
Augie Fackler <augie@google.com>
parents:
diff changeset
    62
test-check-shbang.t
35237
04a2820f2fca python3: whitelist many more passing tests
Augie Fackler <augie@google.com>
parents: 35163
diff changeset
    63
test-children.t
37747
2d5b5bcc3b9f wsgicgi: un-do some prior porting work that is now wrong
Augie Fackler <augie@google.com>
parents: 37742
diff changeset
    64
test-clone-cgi.t
36353
9d12416a1593 py3: whitelist another six passing tests
Augie Fackler <augie@google.com>
parents: 36335
diff changeset
    65
test-clone-pull-corruption.t
35887
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35881
diff changeset
    66
test-clone-r.t
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35881
diff changeset
    67
test-clone-update-order.t
38594
e46c3b6a47b5 py3: fix dumbhttp.py to convert --daemon-postexec arguments back to bytes
Yuya Nishihara <yuya@tcha.org>
parents: 38593
diff changeset
    68
test-clonebundles.t
36569
496875e6d541 py3: whitelist another nine passing tests
Augie Fackler <augie@google.com>
parents: 36567
diff changeset
    69
test-commit-amend.t
36847
5b9ae9eca94a py3: make test-commit-interactive.t byte-safe
Yuya Nishihara <yuya@tcha.org>
parents: 36844
diff changeset
    70
test-commit-interactive.t
36793
e2c0c0884b1f py3: make test-commit-multiple.t byte-safe
Yuya Nishihara <yuya@tcha.org>
parents: 36792
diff changeset
    71
test-commit-multiple.t
34357
f975cb7c4dbe py3: whitelist 15 more tests passing on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 34269
diff changeset
    72
test-commit-unresolved.t
36569
496875e6d541 py3: whitelist another nine passing tests
Augie Fackler <augie@google.com>
parents: 36567
diff changeset
    73
test-commit.t
36792
e3732c3ab92d py3: fix type of default username
Yuya Nishihara <yuya@tcha.org>
parents: 36791
diff changeset
    74
test-committer.t
35384
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35237
diff changeset
    75
test-completion.t
36753
a22915edc279 py3: byte-stringify test-config.t and test-config-env.py
Yuya Nishihara <yuya@tcha.org>
parents: 36751
diff changeset
    76
test-config-env.py
a22915edc279 py3: byte-stringify test-config.t and test-config-env.py
Yuya Nishihara <yuya@tcha.org>
parents: 36751
diff changeset
    77
test-config.t
36567
81d4a11549ec py3: whitelist 14 new tests passing
Pulkit Goyal <7895pulkit@gmail.com>
parents: 36519
diff changeset
    78
test-conflict.t
35881
7df43e0b9fc3 python3: whitelist another 7 passing tests
Augie Fackler <augie@google.com>
parents: 35700
diff changeset
    79
test-confused-revert.t
37966
0d95ad9fc5f4 tests: port test-context.py to Python 3
Augie Fackler <augie@google.com>
parents: 37963
diff changeset
    80
test-context.py
32872
7a877e569ed6 contrib: check in a whitelist of passing tests in Python 3
Augie Fackler <augie@google.com>
parents:
diff changeset
    81
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
    82
test-contrib-check-commit.t
36377
a65502597d8d py3: whitelist another eight passing tests
Augie Fackler <augie@google.com>
parents: 36353
diff changeset
    83
test-convert-authormap.t
36173
8b33eb349e0b py3: whitelist test-convert-clonebranches.t
Augie Fackler <augie@google.com>
parents: 36169
diff changeset
    84
test-convert-clonebranches.t
37963
7a97a622244d py3: whitelist three passing cvs convert tests
Augie Fackler <augie@google.com>
parents: 37945
diff changeset
    85
test-convert-cvs-branch.t
7a97a622244d py3: whitelist three passing cvs convert tests
Augie Fackler <augie@google.com>
parents: 37945
diff changeset
    86
test-convert-cvs-detectmerge.t
38319
2049a21c8396 py3: two more passing tests from the ratchet in buildbot
Augie Fackler <augie@google.com>
parents: 38304
diff changeset
    87
test-convert-cvs-synthetic.t
37963
7a97a622244d py3: whitelist three passing cvs convert tests
Augie Fackler <augie@google.com>
parents: 37945
diff changeset
    88
test-convert-cvs.t
38319
2049a21c8396 py3: two more passing tests from the ratchet in buildbot
Augie Fackler <augie@google.com>
parents: 38304
diff changeset
    89
test-convert-cvsnt-mergepoints.t
36377
a65502597d8d py3: whitelist another eight passing tests
Augie Fackler <augie@google.com>
parents: 36353
diff changeset
    90
test-convert-datesort.t
36590
23d1096b4b37 py3: whitelist three more passing tests
Augie Fackler <augie@google.com>
parents: 36569
diff changeset
    91
test-convert-filemap.t
23d1096b4b37 py3: whitelist three more passing tests
Augie Fackler <augie@google.com>
parents: 36569
diff changeset
    92
test-convert-hg-sink.t
36608
be27c4e310bd py3: sixteen more passing tests
Augie Fackler <augie@google.com>
parents: 36590
diff changeset
    93
test-convert-hg-source.t
36377
a65502597d8d py3: whitelist another eight passing tests
Augie Fackler <augie@google.com>
parents: 36353
diff changeset
    94
test-convert-hg-startrev.t
37608
fa4b39bb0a07 py3: whitelist another six passing tests
Augie Fackler <augie@google.com>
parents: 37607
diff changeset
    95
test-convert-splicemap.t
37671
726a95a57eeb py3: two more passing tests
Augie Fackler <augie@google.com>
parents: 37608
diff changeset
    96
test-convert-tagsbranch-topology.t
35997
fd9f2a22ee83 python3: whitelist an additional 11 tests
Augie Fackler <augie@google.com>
parents: 35917
diff changeset
    97
test-copy-move-merge.t
36748
93b8c83ef136 py3: more passing tests (ten this time)
Augie Fackler <augie@google.com>
parents: 36737
diff changeset
    98
test-copy.t
36194
cf2b9475fbe6 py3: whitelist another six passing tests
Augie Fackler <augie@google.com>
parents: 36173
diff changeset
    99
test-copytrace-heuristics.t
36353
9d12416a1593 py3: whitelist another six passing tests
Augie Fackler <augie@google.com>
parents: 36335
diff changeset
   100
test-debugbuilddag.t
36519
4b9e9e3f450c py3: add 14 new passing tests to whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 36463
diff changeset
   101
test-debugbundle.t
36608
be27c4e310bd py3: sixteen more passing tests
Augie Fackler <augie@google.com>
parents: 36590
diff changeset
   102
test-debugextensions.t
35881
7df43e0b9fc3 python3: whitelist another 7 passing tests
Augie Fackler <augie@google.com>
parents: 35700
diff changeset
   103
test-debugindexdot.t
34042
19b8eee8b4ec python3: whitelist another 5 passing tests found with the ratchet script
Augie Fackler <raf@durin42.com>
parents: 34010
diff changeset
   104
test-debugrename.t
36754
8988c34bd018 py3: don't use str() to stringify pushloc
Yuya Nishihara <yuya@tcha.org>
parents: 36753
diff changeset
   105
test-default-push.t
38473
9ef9884e5d50 py3: make tests/test-diff-antipatience.t work with python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 38450
diff changeset
   106
test-diff-antipatience.t
35997
fd9f2a22ee83 python3: whitelist an additional 11 tests
Augie Fackler <augie@google.com>
parents: 35917
diff changeset
   107
test-diff-binary-file.t
35887
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35881
diff changeset
   108
test-diff-change.t
34042
19b8eee8b4ec python3: whitelist another 5 passing tests found with the ratchet script
Augie Fackler <raf@durin42.com>
parents: 34010
diff changeset
   109
test-diff-copy-depth.t
19b8eee8b4ec python3: whitelist another 5 passing tests found with the ratchet script
Augie Fackler <raf@durin42.com>
parents: 34010
diff changeset
   110
test-diff-hashes.t
37384
5c9d0af7b02e py3: whitelist 13 new passing tests
Pulkit Goyal <7895pulkit@gmail.com>
parents: 36995
diff changeset
   111
test-diff-ignore-whitespace.t
5c9d0af7b02e py3: whitelist 13 new passing tests
Pulkit Goyal <7895pulkit@gmail.com>
parents: 36995
diff changeset
   112
test-diff-indent-heuristic.t
33130
cc9501fa5574 py3: update the python3-whitelist with new tests which pass on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 32912
diff changeset
   113
test-diff-issue2761.t
33305
aaa1f8f514cf py3: fix test-diff-newlines.t to be compatible with py3
Boris Feld <boris.feld@octobus.net>
parents: 33130
diff changeset
   114
test-diff-newlines.t
33130
cc9501fa5574 py3: update the python3-whitelist with new tests which pass on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 32912
diff changeset
   115
test-diff-reverse.t
cc9501fa5574 py3: update the python3-whitelist with new tests which pass on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 32912
diff changeset
   116
test-diff-subdir.t
37384
5c9d0af7b02e py3: whitelist 13 new passing tests
Pulkit Goyal <7895pulkit@gmail.com>
parents: 36995
diff changeset
   117
test-diff-unified.t
5c9d0af7b02e py3: whitelist 13 new passing tests
Pulkit Goyal <7895pulkit@gmail.com>
parents: 36995
diff changeset
   118
test-diff-upgrade.t
35590
aaeba70d5cbe py3: add 8 new passing tests to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35384
diff changeset
   119
test-diffdir.t
37607
e40c8494acfa py3: whitelist another nine passing tests
Augie Fackler <augie@google.com>
parents: 37471
diff changeset
   120
test-diffstat.t
35590
aaeba70d5cbe py3: add 8 new passing tests to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35384
diff changeset
   121
test-directaccess.t
36116
7f68235f23ff python3: whitelist another four passing tests
Augie Fackler <augie@google.com>
parents: 35997
diff changeset
   122
test-dirstate-backup.t
33130
cc9501fa5574 py3: update the python3-whitelist with new tests which pass on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 32912
diff changeset
   123
test-dirstate-nonnormalset.t
37607
e40c8494acfa py3: whitelist another nine passing tests
Augie Fackler <augie@google.com>
parents: 37471
diff changeset
   124
test-dirstate.t
37968
32106c474086 tests: port test-dispatch.py to Python 3
Augie Fackler <augie@google.com>
parents: 37967
diff changeset
   125
test-dispatch.py
32872
7a877e569ed6 contrib: check in a whitelist of passing tests in Python 3
Augie Fackler <augie@google.com>
parents:
diff changeset
   126
test-doctest.py
34357
f975cb7c4dbe py3: whitelist 15 more tests passing on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 34269
diff changeset
   127
test-double-merge.t
35917
11fdf1486519 python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents: 35887
diff changeset
   128
test-drawdag.t
33859
48f3e87ce650 python3: whitelist four more passing tests
Augie Fackler <augie@google.com>
parents: 33586
diff changeset
   129
test-duplicateoptions.py
37384
5c9d0af7b02e py3: whitelist 13 new passing tests
Pulkit Goyal <7895pulkit@gmail.com>
parents: 36995
diff changeset
   130
test-editor-filename.t
33130
cc9501fa5574 py3: update the python3-whitelist with new tests which pass on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 32912
diff changeset
   131
test-empty-dir.t
34357
f975cb7c4dbe py3: whitelist 15 more tests passing on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 34269
diff changeset
   132
test-empty-file.t
35887
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35881
diff changeset
   133
test-empty-group.t
33861
627cb36b537f python3: whitelist another *13* tests that now pass
Augie Fackler <augie@google.com>
parents: 33859
diff changeset
   134
test-empty.t
36748
93b8c83ef136 py3: more passing tests (ten this time)
Augie Fackler <augie@google.com>
parents: 36737
diff changeset
   135
test-encode.t
33944
f4433f2713d0 encoding: add function to test if a str consists of ASCII characters
Yuya Nishihara <yuya@tcha.org>
parents: 33897
diff changeset
   136
test-encoding-func.py
36608
be27c4e310bd py3: sixteen more passing tests
Augie Fackler <augie@google.com>
parents: 36590
diff changeset
   137
test-encoding.t
36217
7e6aad95244f python3: whitelist another 5 passing tests
Augie Fackler <augie@google.com>
parents: 36214
diff changeset
   138
test-eol-add.t
7e6aad95244f python3: whitelist another 5 passing tests
Augie Fackler <augie@google.com>
parents: 36214
diff changeset
   139
test-eol-clone.t
36733
f3591e687202 py3: whitelist three more cases
Augie Fackler <augie@google.com>
parents: 36718
diff changeset
   140
test-eol-hook.t
38338
f47608575c10 py3: replace s[-1] with s.endswith() in eol handling
Yuya Nishihara <yuya@tcha.org>
parents: 38337
diff changeset
   141
test-eol-patch.t
36217
7e6aad95244f python3: whitelist another 5 passing tests
Augie Fackler <augie@google.com>
parents: 36214
diff changeset
   142
test-eol-tag.t
7e6aad95244f python3: whitelist another 5 passing tests
Augie Fackler <augie@google.com>
parents: 36214
diff changeset
   143
test-eol-update.t
38339
ae3f17a87b28 py3: remove b'' from output of test-eol.t
Yuya Nishihara <yuya@tcha.org>
parents: 38338
diff changeset
   144
test-eol.t
38340
cf59de802883 py3: remove b'' from error message of disallowed filename
Yuya Nishihara <yuya@tcha.org>
parents: 38339
diff changeset
   145
test-eolfilename.t
33130
cc9501fa5574 py3: update the python3-whitelist with new tests which pass on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 32912
diff changeset
   146
test-excessive-merge.t
35917
11fdf1486519 python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents: 35887
diff changeset
   147
test-exchange-obsmarkers-case-A1.t
11fdf1486519 python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents: 35887
diff changeset
   148
test-exchange-obsmarkers-case-A2.t
11fdf1486519 python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents: 35887
diff changeset
   149
test-exchange-obsmarkers-case-A3.t
11fdf1486519 python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents: 35887
diff changeset
   150
test-exchange-obsmarkers-case-A4.t
11fdf1486519 python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents: 35887
diff changeset
   151
test-exchange-obsmarkers-case-A5.t
11fdf1486519 python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents: 35887
diff changeset
   152
test-exchange-obsmarkers-case-A6.t
11fdf1486519 python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents: 35887
diff changeset
   153
test-exchange-obsmarkers-case-A7.t
11fdf1486519 python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents: 35887
diff changeset
   154
test-exchange-obsmarkers-case-B1.t
11fdf1486519 python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents: 35887
diff changeset
   155
test-exchange-obsmarkers-case-B2.t
11fdf1486519 python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents: 35887
diff changeset
   156
test-exchange-obsmarkers-case-B3.t
11fdf1486519 python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents: 35887
diff changeset
   157
test-exchange-obsmarkers-case-B4.t
11fdf1486519 python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents: 35887
diff changeset
   158
test-exchange-obsmarkers-case-B5.t
11fdf1486519 python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents: 35887
diff changeset
   159
test-exchange-obsmarkers-case-B6.t
11fdf1486519 python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents: 35887
diff changeset
   160
test-exchange-obsmarkers-case-B7.t
11fdf1486519 python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents: 35887
diff changeset
   161
test-exchange-obsmarkers-case-C1.t
11fdf1486519 python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents: 35887
diff changeset
   162
test-exchange-obsmarkers-case-C2.t
11fdf1486519 python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents: 35887
diff changeset
   163
test-exchange-obsmarkers-case-C3.t
11fdf1486519 python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents: 35887
diff changeset
   164
test-exchange-obsmarkers-case-C4.t
11fdf1486519 python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents: 35887
diff changeset
   165
test-exchange-obsmarkers-case-D1.t
11fdf1486519 python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents: 35887
diff changeset
   166
test-exchange-obsmarkers-case-D2.t
11fdf1486519 python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents: 35887
diff changeset
   167
test-exchange-obsmarkers-case-D3.t
11fdf1486519 python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents: 35887
diff changeset
   168
test-exchange-obsmarkers-case-D4.t
35237
04a2820f2fca python3: whitelist many more passing tests
Augie Fackler <augie@google.com>
parents: 35163
diff changeset
   169
test-execute-bit.t
37608
fa4b39bb0a07 py3: whitelist another six passing tests
Augie Fackler <augie@google.com>
parents: 37607
diff changeset
   170
test-export.t
37739
ce4ae9ead9e7 py3: another three passing
Augie Fackler <augie@google.com>
parents: 37712
diff changeset
   171
test-extdata.t
36301
be5a6fe3643a py3: make test-extdiff.t pass on Python 3
Yuya Nishihara <yuya@tcha.org>
parents: 36296
diff changeset
   172
test-extdiff.t
38124
42476b8b738b py3: add 13 new passing tests to whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 38084
diff changeset
   173
test-extensions-afterloaded.t
37982
ac865f020b99 tests: port test-extensions-wrapfunction to Python 3
Augie Fackler <augie@google.com>
parents: 37981
diff changeset
   174
test-extensions-wrapfunction.py
35997
fd9f2a22ee83 python3: whitelist an additional 11 tests
Augie Fackler <augie@google.com>
parents: 35917
diff changeset
   175
test-extra-filelog-entry.t
38345
03aa222ca28e py3: whitelist another 5 passing tests thanks to the ratchet
Augie Fackler <augie@google.com>
parents: 38341
diff changeset
   176
test-fetch.t
35881
7df43e0b9fc3 python3: whitelist another 7 passing tests
Augie Fackler <augie@google.com>
parents: 35700
diff changeset
   177
test-filebranch.t
37944
b3ffa2faae04 tests: port test-filecache.py to Python 3
Augie Fackler <augie@google.com>
parents: 37943
diff changeset
   178
test-filecache.py
37977
f71c97d9b97b tests: port test-filelog.py to Python 3
Augie Fackler <augie@google.com>
parents: 37972
diff changeset
   179
test-filelog.py
36421
3fe0507a4dcd py3: whitelist another 8 passing tests
Pulkit Goyal <7895pulkit@gmail.com>
parents: 36391
diff changeset
   180
test-fileset-generated.t
38336
62376d7b8859 py3: glob out some error messages in test-fileset.t
Yuya Nishihara <yuya@tcha.org>
parents: 38323
diff changeset
   181
test-fileset.t
37786
cc932c15b9ee py3: whitelist six new passing tests
Augie Fackler <augie@google.com>
parents: 37755
diff changeset
   182
test-fix-topology.t
35887
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35881
diff changeset
   183
test-flags.t
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35881
diff changeset
   184
test-generaldelta.t
36519
4b9e9e3f450c py3: add 14 new passing tests to whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 36463
diff changeset
   185
test-getbundle.t
36286
fbc29d9f552f py3: whitelist another eight passing tests
Augie Fackler <augie@google.com>
parents: 36217
diff changeset
   186
test-git-export.t
39092
dcecf772756a tests: port inline extension in test for beautifygraph to Python 3
Augie Fackler <augie@google.com>
parents: 39086
diff changeset
   187
test-glog-beautifygraph.t
35887
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35881
diff changeset
   188
test-glog-topological.t
39096
2e37bd614879 tests: port test-glog.t to Python 3 by using extracted printrevset
Augie Fackler <augie@google.com>
parents: 39094
diff changeset
   189
test-glog.t
35237
04a2820f2fca python3: whitelist many more passing tests
Augie Fackler <augie@google.com>
parents: 35163
diff changeset
   190
test-gpg.t
36569
496875e6d541 py3: whitelist another nine passing tests
Augie Fackler <augie@google.com>
parents: 36567
diff changeset
   191
test-graft.t
39081
83cee1af747f tests: allow more detailed error message from re.compile
Augie Fackler <augie@google.com>
parents: 39077
diff changeset
   192
test-grep.t
37712
a728e3695325 hgwebdir: un-bytes the env dict before re-parsing env
Augie Fackler <augie@google.com>
parents: 37682
diff changeset
   193
test-hg-parseurl.py
33859
48f3e87ce650 python3: whitelist four more passing tests
Augie Fackler <augie@google.com>
parents: 33586
diff changeset
   194
test-hghave.t
36608
be27c4e310bd py3: sixteen more passing tests
Augie Fackler <augie@google.com>
parents: 36590
diff changeset
   195
test-hgignore.t
36567
81d4a11549ec py3: whitelist 14 new tests passing
Pulkit Goyal <7895pulkit@gmail.com>
parents: 36519
diff changeset
   196
test-hgk.t
38124
42476b8b738b py3: add 13 new passing tests to whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 38084
diff changeset
   197
test-hgrc.t
36737
250f3168d907 hgweb: fix up trailing slash detection on Python 3
Augie Fackler <augie@google.com>
parents: 36733
diff changeset
   198
test-hgweb-bundle.t
250f3168d907 hgweb: fix up trailing slash detection on Python 3
Augie Fackler <augie@google.com>
parents: 36733
diff changeset
   199
test-hgweb-descend-empties.t
37607
e40c8494acfa py3: whitelist another nine passing tests
Augie Fackler <augie@google.com>
parents: 37471
diff changeset
   200
test-hgweb-empty.t
36634
d549cfeb5bf7 py3: whitelist more passing tests
Augie Fackler <augie@google.com>
parents: 36608
diff changeset
   201
test-hgweb-removed.t
37923
81455f482478 tests: port test-hgwebdir-paths.py to Python 3
Augie Fackler <augie@google.com>
parents: 37922
diff changeset
   202
test-hgwebdir-paths.py
37786
cc932c15b9ee py3: whitelist six new passing tests
Augie Fackler <augie@google.com>
parents: 37755
diff changeset
   203
test-hgwebdirsym.t
36214
0836c70ba5fa py3: whitelist more passing tests
Augie Fackler <augie@google.com>
parents: 36207
diff changeset
   204
test-histedit-arguments.t
0836c70ba5fa py3: whitelist more passing tests
Augie Fackler <augie@google.com>
parents: 36207
diff changeset
   205
test-histedit-base.t
36207
0ea86f70da8e py3: whitelist another 8 passing tests
Augie Fackler <augie@google.com>
parents: 36194
diff changeset
   206
test-histedit-bookmark-motion.t
0ea86f70da8e py3: whitelist another 8 passing tests
Augie Fackler <augie@google.com>
parents: 36194
diff changeset
   207
test-histedit-commute.t
0ea86f70da8e py3: whitelist another 8 passing tests
Augie Fackler <augie@google.com>
parents: 36194
diff changeset
   208
test-histedit-drop.t
0ea86f70da8e py3: whitelist another 8 passing tests
Augie Fackler <augie@google.com>
parents: 36194
diff changeset
   209
test-histedit-edit.t
36214
0836c70ba5fa py3: whitelist more passing tests
Augie Fackler <augie@google.com>
parents: 36207
diff changeset
   210
test-histedit-fold-non-commute.t
36519
4b9e9e3f450c py3: add 14 new passing tests to whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 36463
diff changeset
   211
test-histedit-fold.t
38654
0d27d6bcfb28 py3: whitelist 3 more passing tests caught with the ratchet
Augie Fackler <augie@google.com>
parents: 38610
diff changeset
   212
test-histedit-no-backup.t
36207
0ea86f70da8e py3: whitelist another 8 passing tests
Augie Fackler <augie@google.com>
parents: 36194
diff changeset
   213
test-histedit-no-change.t
36567
81d4a11549ec py3: whitelist 14 new tests passing
Pulkit Goyal <7895pulkit@gmail.com>
parents: 36519
diff changeset
   214
test-histedit-non-commute-abort.t
36214
0836c70ba5fa py3: whitelist more passing tests
Augie Fackler <augie@google.com>
parents: 36207
diff changeset
   215
test-histedit-non-commute.t
36207
0ea86f70da8e py3: whitelist another 8 passing tests
Augie Fackler <augie@google.com>
parents: 36194
diff changeset
   216
test-histedit-obsolete.t
0ea86f70da8e py3: whitelist another 8 passing tests
Augie Fackler <augie@google.com>
parents: 36194
diff changeset
   217
test-histedit-outgoing.t
36567
81d4a11549ec py3: whitelist 14 new tests passing
Pulkit Goyal <7895pulkit@gmail.com>
parents: 36519
diff changeset
   218
test-histedit-templates.t
36331
b1c713ab785d py3: whitelist five more passing tests
Augie Fackler <augie@google.com>
parents: 36301
diff changeset
   219
test-http-branchmap.t
36681
8381126bf43c url: more bytes/unicodes fussing in url.py around auth handling
Augie Fackler <augie@google.com>
parents: 36678
diff changeset
   220
test-http-bundle1.t
36169
ce9f1c32810b py3: whitelist another 11 passing tests
Augie Fackler <augie@google.com>
parents: 36116
diff changeset
   221
test-http-clone-r.t
39476
bc3b99d5627e py3: add new passing tests spotted by the buildbot
Pulkit Goyal <pulkit@yandex-team.ru>
parents: 39435
diff changeset
   222
test-http-permissions.t
37739
ce4ae9ead9e7 py3: another three passing
Augie Fackler <augie@google.com>
parents: 37712
diff changeset
   223
test-http.t
37915
6574c81b6831 tests: port test-hybridencode.py to unittest
Augie Fackler <augie@google.com>
parents: 37914
diff changeset
   224
test-hybridencode.py
36353
9d12416a1593 py3: whitelist another six passing tests
Augie Fackler <augie@google.com>
parents: 36335
diff changeset
   225
test-identify.t
38374
96ee5276340a py3: add 4 new passing tests to whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 38359
diff changeset
   226
test-impexp-branch.t
38338
f47608575c10 py3: replace s[-1] with s.endswith() in eol handling
Yuya Nishihara <yuya@tcha.org>
parents: 38337
diff changeset
   227
test-import-bypass.t
38341
7b12a2d2eedc py3: ditch email.parser.BytesParser which appears to be plain crap
Yuya Nishihara <yuya@tcha.org>
parents: 38340
diff changeset
   228
test-import-eol.t
38124
42476b8b738b py3: add 13 new passing tests to whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 38084
diff changeset
   229
test-import-merge.t
36748
93b8c83ef136 py3: more passing tests (ten this time)
Augie Fackler <augie@google.com>
parents: 36737
diff changeset
   230
test-import-unknown.t
37471
51d5e1ff0613 py3: use s.startswith() instead of s[n] while parsing patches
Yuya Nishihara <yuya@tcha.org>
parents: 37384
diff changeset
   231
test-import.t
33897
c90014d5cdc3 python3: whitelist test-imports-checker.t, which now passes
Augie Fackler <raf@durin42.com>
parents: 33861
diff changeset
   232
test-imports-checker.t
37607
e40c8494acfa py3: whitelist another nine passing tests
Augie Fackler <augie@google.com>
parents: 37471
diff changeset
   233
test-incoming-outgoing.t
35887
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35881
diff changeset
   234
test-inherit-mode.t
38337
aa9dd805234d py3: fix loop over byte string in wireprotov1peer
Yuya Nishihara <yuya@tcha.org>
parents: 38336
diff changeset
   235
test-init.t
33130
cc9501fa5574 py3: update the python3-whitelist with new tests which pass on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 32912
diff changeset
   236
test-issue1089.t
36608
be27c4e310bd py3: sixteen more passing tests
Augie Fackler <augie@google.com>
parents: 36590
diff changeset
   237
test-issue1102.t
35700
a71316bfac87 python3: whitelist two more passing tests
Augie Fackler <augie@google.com>
parents: 35590
diff changeset
   238
test-issue1175.t
35887
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35881
diff changeset
   239
test-issue1306.t
36116
7f68235f23ff python3: whitelist another four passing tests
Augie Fackler <augie@google.com>
parents: 35997
diff changeset
   240
test-issue1438.t
35384
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35237
diff changeset
   241
test-issue1502.t
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35237
diff changeset
   242
test-issue1802.t
34357
f975cb7c4dbe py3: whitelist 15 more tests passing on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 34269
diff changeset
   243
test-issue1877.t
33130
cc9501fa5574 py3: update the python3-whitelist with new tests which pass on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 32912
diff changeset
   244
test-issue1993.t
36608
be27c4e310bd py3: sixteen more passing tests
Augie Fackler <augie@google.com>
parents: 36590
diff changeset
   245
test-issue2137.t
36353
9d12416a1593 py3: whitelist another six passing tests
Augie Fackler <augie@google.com>
parents: 36335
diff changeset
   246
test-issue3084.t
36335
ba1807d9a846 py3: whitelist another three passing tests
Augie Fackler <augie@google.com>
parents: 36331
diff changeset
   247
test-issue4074.t
35237
04a2820f2fca python3: whitelist many more passing tests
Augie Fackler <augie@google.com>
parents: 35163
diff changeset
   248
test-issue522.t
35887
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35881
diff changeset
   249
test-issue586.t
39594
b781709799f6 py3: whitelist a test caught by the ratchet
Augie Fackler <augie@google.com>
parents: 39476
diff changeset
   250
test-issue5979.t
34357
f975cb7c4dbe py3: whitelist 15 more tests passing on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 34269
diff changeset
   251
test-issue612.t
f975cb7c4dbe py3: whitelist 15 more tests passing on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 34269
diff changeset
   252
test-issue619.t
37384
5c9d0af7b02e py3: whitelist 13 new passing tests
Pulkit Goyal <7895pulkit@gmail.com>
parents: 36995
diff changeset
   253
test-issue660.t
34357
f975cb7c4dbe py3: whitelist 15 more tests passing on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 34269
diff changeset
   254
test-issue672.t
33130
cc9501fa5574 py3: update the python3-whitelist with new tests which pass on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 32912
diff changeset
   255
test-issue842.t
34230
fa9f5d6733d3 python3: another 3 tests whitelisted
Augie Fackler <raf@durin42.com>
parents: 34042
diff changeset
   256
test-journal-exists.t
37384
5c9d0af7b02e py3: whitelist 13 new passing tests
Pulkit Goyal <7895pulkit@gmail.com>
parents: 36995
diff changeset
   257
test-journal-share.t
5c9d0af7b02e py3: whitelist 13 new passing tests
Pulkit Goyal <7895pulkit@gmail.com>
parents: 36995
diff changeset
   258
test-journal.t
38337
aa9dd805234d py3: fix loop over byte string in wireprotov1peer
Yuya Nishihara <yuya@tcha.org>
parents: 38336
diff changeset
   259
test-known.t
36693
6f9442c6b404 py3: whitelist another 15 passing tests
Augie Fackler <augie@google.com>
parents: 36681
diff changeset
   260
test-largefiles-cache.t
36751
f14ba6eb2b5a archival: use py3 friendly replacements for chr() and long()
Augie Fackler <augie@google.com>
parents: 36748
diff changeset
   261
test-largefiles-misc.t
36169
ce9f1c32810b py3: whitelist another 11 passing tests
Augie Fackler <augie@google.com>
parents: 36116
diff changeset
   262
test-largefiles-small-disk.t
36803
9b513888ea23 ui: do not use rawinput() when we have to replace sys.stdin/stdout
Yuya Nishihara <yuya@tcha.org>
parents: 36794
diff changeset
   263
test-largefiles-update.t
37755
886754323bed largefiles: opts appears to already be bytes in this instance
Augie Fackler <augie@google.com>
parents: 37747
diff changeset
   264
test-largefiles.t
36803
9b513888ea23 ui: do not use rawinput() when we have to replace sys.stdin/stdout
Yuya Nishihara <yuya@tcha.org>
parents: 36794
diff changeset
   265
test-lfs-largefiles.t
37972
7cd1e1adc471 tests: port test-lfs-pointer.py to Python 3
Augie Fackler <augie@google.com>
parents: 37971
diff changeset
   266
test-lfs-pointer.py
38849
57af5ee15b35 linelog: port to Python 3
Augie Fackler <augie@google.com>
parents: 38701
diff changeset
   267
test-linelog.py
37608
fa4b39bb0a07 py3: whitelist another six passing tests
Augie Fackler <augie@google.com>
parents: 37607
diff changeset
   268
test-linerange.py
33130
cc9501fa5574 py3: update the python3-whitelist with new tests which pass on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 32912
diff changeset
   269
test-locate.t
36672
1e1c1bfb0be4 py3: add some b'' to make test-lock-badness.t happy
Yuya Nishihara <yuya@tcha.org>
parents: 36668
diff changeset
   270
test-lock-badness.t
37384
5c9d0af7b02e py3: whitelist 13 new passing tests
Pulkit Goyal <7895pulkit@gmail.com>
parents: 36995
diff changeset
   271
test-log-linerange.t
36718
19e859cad54c tests: port test-log to Python 3
Augie Fackler <augie@google.com>
parents: 36693
diff changeset
   272
test-log.t
35887
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35881
diff changeset
   273
test-logexchange.t
32872
7a877e569ed6 contrib: check in a whitelist of passing tests in Python 3
Augie Fackler <augie@google.com>
parents:
diff changeset
   274
test-lrucachedict.py
36169
ce9f1c32810b py3: whitelist another 11 passing tests
Augie Fackler <augie@google.com>
parents: 36116
diff changeset
   275
test-mactext.t
37384
5c9d0af7b02e py3: whitelist 13 new passing tests
Pulkit Goyal <7895pulkit@gmail.com>
parents: 36995
diff changeset
   276
test-mailmap.t
35887
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35881
diff changeset
   277
test-manifest-merging.t
33130
cc9501fa5574 py3: update the python3-whitelist with new tests which pass on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 32912
diff changeset
   278
test-manifest.py
35887
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35881
diff changeset
   279
test-manifest.t
33859
48f3e87ce650 python3: whitelist four more passing tests
Augie Fackler <augie@google.com>
parents: 33586
diff changeset
   280
test-match.py
36377
a65502597d8d py3: whitelist another eight passing tests
Augie Fackler <augie@google.com>
parents: 36353
diff changeset
   281
test-mdiff.py
36803
9b513888ea23 ui: do not use rawinput() when we have to replace sys.stdin/stdout
Yuya Nishihara <yuya@tcha.org>
parents: 36794
diff changeset
   282
test-merge-changedelete.t
36169
ce9f1c32810b py3: whitelist another 11 passing tests
Augie Fackler <augie@google.com>
parents: 36116
diff changeset
   283
test-merge-closedheads.t
35887
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35881
diff changeset
   284
test-merge-commit.t
36331
b1c713ab785d py3: whitelist five more passing tests
Augie Fackler <augie@google.com>
parents: 36301
diff changeset
   285
test-merge-criss-cross.t
33130
cc9501fa5574 py3: update the python3-whitelist with new tests which pass on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 32912
diff changeset
   286
test-merge-default.t
36794
ed46d48453e8 py3: drop b'' from generate-working-copy-states.py output
Yuya Nishihara <yuya@tcha.org>
parents: 36793
diff changeset
   287
test-merge-force.t
36803
9b513888ea23 ui: do not use rawinput() when we have to replace sys.stdin/stdout
Yuya Nishihara <yuya@tcha.org>
parents: 36794
diff changeset
   288
test-merge-halt.t
35384
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35237
diff changeset
   289
test-merge-internal-tools-pattern.t
35881
7df43e0b9fc3 python3: whitelist another 7 passing tests
Augie Fackler <augie@google.com>
parents: 35700
diff changeset
   290
test-merge-local.t
39248
0998f843fcb9 py3: whitelist another test caught by the ratchet
Augie Fackler <augie@google.com>
parents: 39096
diff changeset
   291
test-merge-no-file-change.t
35237
04a2820f2fca python3: whitelist many more passing tests
Augie Fackler <augie@google.com>
parents: 35163
diff changeset
   292
test-merge-remove.t
04a2820f2fca python3: whitelist many more passing tests
Augie Fackler <augie@google.com>
parents: 35163
diff changeset
   293
test-merge-revert.t
35384
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35237
diff changeset
   294
test-merge-revert2.t
35237
04a2820f2fca python3: whitelist many more passing tests
Augie Fackler <augie@google.com>
parents: 35163
diff changeset
   295
test-merge-subrepos.t
36519
4b9e9e3f450c py3: add 14 new passing tests to whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 36463
diff changeset
   296
test-merge-symlinks.t
36995
ccc2d5f10421 tests: stop over-specifying tempfile name
Augie Fackler <augie@google.com>
parents: 36976
diff changeset
   297
test-merge-tools.t
36567
81d4a11549ec py3: whitelist 14 new tests passing
Pulkit Goyal <7895pulkit@gmail.com>
parents: 36519
diff changeset
   298
test-merge-types.t
36377
a65502597d8d py3: whitelist another eight passing tests
Augie Fackler <augie@google.com>
parents: 36353
diff changeset
   299
test-merge1.t
35384
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35237
diff changeset
   300
test-merge10.t
33130
cc9501fa5574 py3: update the python3-whitelist with new tests which pass on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 32912
diff changeset
   301
test-merge2.t
34357
f975cb7c4dbe py3: whitelist 15 more tests passing on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 34269
diff changeset
   302
test-merge4.t
33130
cc9501fa5574 py3: update the python3-whitelist with new tests which pass on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 32912
diff changeset
   303
test-merge5.t
35384
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35237
diff changeset
   304
test-merge6.t
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35237
diff changeset
   305
test-merge7.t
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35237
diff changeset
   306
test-merge8.t
36567
81d4a11549ec py3: whitelist 14 new tests passing
Pulkit Goyal <7895pulkit@gmail.com>
parents: 36519
diff changeset
   307
test-merge9.t
37921
2cdae2582d8a tests: port test-minifileset.py to Python 3
Augie Fackler <augie@google.com>
parents: 37919
diff changeset
   308
test-minifileset.py
37927
a61583cba509 minirst: fix bytes slicing defect on Python 3
Augie Fackler <augie@google.com>
parents: 37924
diff changeset
   309
test-minirst.py
36421
3fe0507a4dcd py3: whitelist another 8 passing tests
Pulkit Goyal <7895pulkit@gmail.com>
parents: 36391
diff changeset
   310
test-mq-git.t
39086
b53ec524420b mq: use stringutil.pprint instead of pycompat.byterepr
Augie Fackler <augie@google.com>
parents: 39081
diff changeset
   311
test-mq-guards.t
36693
6f9442c6b404 py3: whitelist another 15 passing tests
Augie Fackler <augie@google.com>
parents: 36681
diff changeset
   312
test-mq-header-date.t
6f9442c6b404 py3: whitelist another 15 passing tests
Augie Fackler <augie@google.com>
parents: 36681
diff changeset
   313
test-mq-header-from.t
37607
e40c8494acfa py3: whitelist another nine passing tests
Augie Fackler <augie@google.com>
parents: 37471
diff changeset
   314
test-mq-merge.t
36421
3fe0507a4dcd py3: whitelist another 8 passing tests
Pulkit Goyal <7895pulkit@gmail.com>
parents: 36391
diff changeset
   315
test-mq-pull-from-bundle.t
37786
cc932c15b9ee py3: whitelist six new passing tests
Augie Fackler <augie@google.com>
parents: 37755
diff changeset
   316
test-mq-qclone-http.t
37607
e40c8494acfa py3: whitelist another nine passing tests
Augie Fackler <augie@google.com>
parents: 37471
diff changeset
   317
test-mq-qdelete.t
36421
3fe0507a4dcd py3: whitelist another 8 passing tests
Pulkit Goyal <7895pulkit@gmail.com>
parents: 36391
diff changeset
   318
test-mq-qdiff.t
36693
6f9442c6b404 py3: whitelist another 15 passing tests
Augie Fackler <augie@google.com>
parents: 36681
diff changeset
   319
test-mq-qfold.t
6f9442c6b404 py3: whitelist another 15 passing tests
Augie Fackler <augie@google.com>
parents: 36681
diff changeset
   320
test-mq-qgoto.t
35384
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35237
diff changeset
   321
test-mq-qimport-fail-cleanup.t
37607
e40c8494acfa py3: whitelist another nine passing tests
Augie Fackler <augie@google.com>
parents: 37471
diff changeset
   322
test-mq-qnew.t
36693
6f9442c6b404 py3: whitelist another 15 passing tests
Augie Fackler <augie@google.com>
parents: 36681
diff changeset
   323
test-mq-qpush-exact.t
39086
b53ec524420b mq: use stringutil.pprint instead of pycompat.byterepr
Augie Fackler <augie@google.com>
parents: 39081
diff changeset
   324
test-mq-qpush-fail.t
36169
ce9f1c32810b py3: whitelist another 11 passing tests
Augie Fackler <augie@google.com>
parents: 36116
diff changeset
   325
test-mq-qqueue.t
36803
9b513888ea23 ui: do not use rawinput() when we have to replace sys.stdin/stdout
Yuya Nishihara <yuya@tcha.org>
parents: 36794
diff changeset
   326
test-mq-qrefresh-interactive.t
36693
6f9442c6b404 py3: whitelist another 15 passing tests
Augie Fackler <augie@google.com>
parents: 36681
diff changeset
   327
test-mq-qrefresh-replace-log-message.t
36421
3fe0507a4dcd py3: whitelist another 8 passing tests
Pulkit Goyal <7895pulkit@gmail.com>
parents: 36391
diff changeset
   328
test-mq-qrefresh.t
36693
6f9442c6b404 py3: whitelist another 15 passing tests
Augie Fackler <augie@google.com>
parents: 36681
diff changeset
   329
test-mq-qrename.t
35997
fd9f2a22ee83 python3: whitelist an additional 11 tests
Augie Fackler <augie@google.com>
parents: 35917
diff changeset
   330
test-mq-qsave.t
36693
6f9442c6b404 py3: whitelist another 15 passing tests
Augie Fackler <augie@google.com>
parents: 36681
diff changeset
   331
test-mq-safety.t
36803
9b513888ea23 ui: do not use rawinput() when we have to replace sys.stdin/stdout
Yuya Nishihara <yuya@tcha.org>
parents: 36794
diff changeset
   332
test-mq-subrepo.t
36693
6f9442c6b404 py3: whitelist another 15 passing tests
Augie Fackler <augie@google.com>
parents: 36681
diff changeset
   333
test-mq-symlinks.t
39672
e3768bd48e26 py3: add two passing tests to whitelist found by buildbot
Pulkit Goyal <pulkit@yandex-team.ru>
parents: 39628
diff changeset
   334
test-mq.t
36693
6f9442c6b404 py3: whitelist another 15 passing tests
Augie Fackler <augie@google.com>
parents: 36681
diff changeset
   335
test-mv-cp-st-diff.t
38865
8a9f6076e60c py3: whitelist another 3 tests caught by the ratchet
Augie Fackler <augie@google.com>
parents: 38849
diff changeset
   336
test-narrow-acl.t
36751
f14ba6eb2b5a archival: use py3 friendly replacements for chr() and long()
Augie Fackler <augie@google.com>
parents: 36748
diff changeset
   337
test-narrow-archive.t
36389
7e97174a1835 py3: whitelist another 11 passing tests
Augie Fackler <augie@google.com>
parents: 36377
diff changeset
   338
test-narrow-clone-no-ellipsis.t
37671
726a95a57eeb py3: two more passing tests
Augie Fackler <augie@google.com>
parents: 37608
diff changeset
   339
test-narrow-clone-non-narrow-server.t
36389
7e97174a1835 py3: whitelist another 11 passing tests
Augie Fackler <augie@google.com>
parents: 36377
diff changeset
   340
test-narrow-clone-nonlinear.t
7e97174a1835 py3: whitelist another 11 passing tests
Augie Fackler <augie@google.com>
parents: 36377
diff changeset
   341
test-narrow-clone.t
36608
be27c4e310bd py3: sixteen more passing tests
Augie Fackler <augie@google.com>
parents: 36590
diff changeset
   342
test-narrow-commit.t
36389
7e97174a1835 py3: whitelist another 11 passing tests
Augie Fackler <augie@google.com>
parents: 36377
diff changeset
   343
test-narrow-copies.t
36748
93b8c83ef136 py3: more passing tests (ten this time)
Augie Fackler <augie@google.com>
parents: 36737
diff changeset
   344
test-narrow-debugcommands.t
36389
7e97174a1835 py3: whitelist another 11 passing tests
Augie Fackler <augie@google.com>
parents: 36377
diff changeset
   345
test-narrow-debugrebuilddirstate.t
7e97174a1835 py3: whitelist another 11 passing tests
Augie Fackler <augie@google.com>
parents: 36377
diff changeset
   346
test-narrow-exchange-merges.t
36590
23d1096b4b37 py3: whitelist three more passing tests
Augie Fackler <augie@google.com>
parents: 36569
diff changeset
   347
test-narrow-exchange.t
36748
93b8c83ef136 py3: more passing tests (ten this time)
Augie Fackler <augie@google.com>
parents: 36737
diff changeset
   348
test-narrow-expanddirstate.t
36389
7e97174a1835 py3: whitelist another 11 passing tests
Augie Fackler <augie@google.com>
parents: 36377
diff changeset
   349
test-narrow-merge.t
7e97174a1835 py3: whitelist another 11 passing tests
Augie Fackler <augie@google.com>
parents: 36377
diff changeset
   350
test-narrow-patch.t
36391
075ef2d2e38d py3: two more narrow tests passing
Augie Fackler <augie@google.com>
parents: 36389
diff changeset
   351
test-narrow-patterns.t
36389
7e97174a1835 py3: whitelist another 11 passing tests
Augie Fackler <augie@google.com>
parents: 36377
diff changeset
   352
test-narrow-pull.t
7e97174a1835 py3: whitelist another 11 passing tests
Augie Fackler <augie@google.com>
parents: 36377
diff changeset
   353
test-narrow-rebase.t
36391
075ef2d2e38d py3: two more narrow tests passing
Augie Fackler <augie@google.com>
parents: 36389
diff changeset
   354
test-narrow-shallow-merges.t
36519
4b9e9e3f450c py3: add 14 new passing tests to whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 36463
diff changeset
   355
test-narrow-shallow.t
36748
93b8c83ef136 py3: more passing tests (ten this time)
Augie Fackler <augie@google.com>
parents: 36737
diff changeset
   356
test-narrow-strip.t
39476
bc3b99d5627e py3: add new passing tests spotted by the buildbot
Pulkit Goyal <pulkit@yandex-team.ru>
parents: 39435
diff changeset
   357
test-narrow-trackedcmd.t
36389
7e97174a1835 py3: whitelist another 11 passing tests
Augie Fackler <augie@google.com>
parents: 36377
diff changeset
   358
test-narrow-update.t
39435
c7f213d7f4d2 py3: add new passing test to whitelist found by buildbot
Pulkit Goyal <pulkit@yandex-team.ru>
parents: 39428
diff changeset
   359
test-narrow-widen-no-ellipsis.t
38345
03aa222ca28e py3: whitelist another 5 passing tests thanks to the ratchet
Augie Fackler <augie@google.com>
parents: 38341
diff changeset
   360
test-narrow-widen.t
03aa222ca28e py3: whitelist another 5 passing tests thanks to the ratchet
Augie Fackler <augie@google.com>
parents: 38341
diff changeset
   361
test-narrow.t
36693
6f9442c6b404 py3: whitelist another 15 passing tests
Augie Fackler <augie@google.com>
parents: 36681
diff changeset
   362
test-nested-repo.t
36169
ce9f1c32810b py3: whitelist another 11 passing tests
Augie Fackler <augie@google.com>
parents: 36116
diff changeset
   363
test-newbranch.t
38654
0d27d6bcfb28 py3: whitelist 3 more passing tests caught with the ratchet
Augie Fackler <augie@google.com>
parents: 38610
diff changeset
   364
test-nointerrupt.t
35700
a71316bfac87 python3: whitelist two more passing tests
Augie Fackler <augie@google.com>
parents: 35590
diff changeset
   365
test-obshistory.t
36634
d549cfeb5bf7 py3: whitelist more passing tests
Augie Fackler <augie@google.com>
parents: 36608
diff changeset
   366
test-obsmarker-template.t
36169
ce9f1c32810b py3: whitelist another 11 passing tests
Augie Fackler <augie@google.com>
parents: 36116
diff changeset
   367
test-obsmarkers-effectflag.t
39628
053aa673947f py3: whitelist another passing test
Augie Fackler <augie@google.com>
parents: 39594
diff changeset
   368
test-obsolete-bounds-checking.t
36286
fbc29d9f552f py3: whitelist another eight passing tests
Augie Fackler <augie@google.com>
parents: 36217
diff changeset
   369
test-obsolete-bundle-strip.t
35917
11fdf1486519 python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents: 35887
diff changeset
   370
test-obsolete-changeset-exchange.t
35887
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35881
diff changeset
   371
test-obsolete-checkheads.t
35997
fd9f2a22ee83 python3: whitelist an additional 11 tests
Augie Fackler <augie@google.com>
parents: 35917
diff changeset
   372
test-obsolete-distributed.t
38450
afa96dd5a483 py3: add b'' prefixes in tests/test-obsolete-divergent.t
Pulkit Goyal <7895pulkit@gmail.com>
parents: 38442
diff changeset
   373
test-obsolete-divergent.t
36608
be27c4e310bd py3: sixteen more passing tests
Augie Fackler <augie@google.com>
parents: 36590
diff changeset
   374
test-obsolete-tag-cache.t
38124
42476b8b738b py3: add 13 new passing tests to whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 38084
diff changeset
   375
test-pager.t
35881
7df43e0b9fc3 python3: whitelist another 7 passing tests
Augie Fackler <augie@google.com>
parents: 35700
diff changeset
   376
test-parents.t
37938
2f00c6e8f6a1 tests: port test-parseindex2.py to Python 3
Augie Fackler <augie@google.com>
parents: 37936
diff changeset
   377
test-parseindex2.py
38374
96ee5276340a py3: add 4 new passing tests to whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 38359
diff changeset
   378
test-patch-offset.t
38345
03aa222ca28e py3: whitelist another 5 passing tests thanks to the ratchet
Augie Fackler <augie@google.com>
parents: 38341
diff changeset
   379
test-patch.t
39072
cecb05c371f7 patchbomb: don't unintentionally duplicate headers
Augie Fackler <augie@google.com>
parents: 39066
diff changeset
   380
test-patchbomb-bookmark.t
39066
78f1899e4202 dummysmtpd: accept additional kwargs from stdlib smtpd
Augie Fackler <augie@google.com>
parents: 39026
diff changeset
   381
test-patchbomb-tls.t
39077
f76c1343859d tests: allow for a bonus newline in base64'd email payload
Augie Fackler <augie@google.com>
parents: 39072
diff changeset
   382
test-patchbomb.t
36567
81d4a11549ec py3: whitelist 14 new tests passing
Pulkit Goyal <7895pulkit@gmail.com>
parents: 36519
diff changeset
   383
test-pathconflicts-merge.t
81d4a11549ec py3: whitelist 14 new tests passing
Pulkit Goyal <7895pulkit@gmail.com>
parents: 36519
diff changeset
   384
test-pathconflicts-update.t
37924
1b230e19d044 tests: port test-pathencode.py to Python 3
Augie Fackler <augie@google.com>
parents: 37923
diff changeset
   385
test-pathencode.py
36519
4b9e9e3f450c py3: add 14 new passing tests to whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 36463
diff changeset
   386
test-pending.t
34042
19b8eee8b4ec python3: whitelist another 5 passing tests found with the ratchet script
Augie Fackler <raf@durin42.com>
parents: 34010
diff changeset
   387
test-permissions.t
36519
4b9e9e3f450c py3: add 14 new passing tests to whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 36463
diff changeset
   388
test-phases.t
35887
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35881
diff changeset
   389
test-pull-branch.t
36296
d3fa5e106e65 py3: whitelist test-pull-http.t
Augie Fackler <augie@google.com>
parents: 36286
diff changeset
   390
test-pull-http.t
35887
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35881
diff changeset
   391
test-pull-permission.t
36353
9d12416a1593 py3: whitelist another six passing tests
Augie Fackler <augie@google.com>
parents: 36335
diff changeset
   392
test-pull-pull-corruption.t
36377
a65502597d8d py3: whitelist another eight passing tests
Augie Fackler <augie@google.com>
parents: 36353
diff changeset
   393
test-pull-r.t
a65502597d8d py3: whitelist another eight passing tests
Augie Fackler <augie@google.com>
parents: 36353
diff changeset
   394
test-pull-update.t
38131
c3eda7207f25 py3: consolidate down some (case ...) entries
Augie Fackler <augie@google.com>
parents: 38130
diff changeset
   395
test-pull.t
36608
be27c4e310bd py3: sixteen more passing tests
Augie Fackler <augie@google.com>
parents: 36590
diff changeset
   396
test-purge.t
39672
e3768bd48e26 py3: add two passing tests to whitelist found by buildbot
Pulkit Goyal <pulkit@yandex-team.ru>
parents: 39628
diff changeset
   397
test-push-cgi.t
35384
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35237
diff changeset
   398
test-push-checkheads-partial-C1.t
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35237
diff changeset
   399
test-push-checkheads-partial-C2.t
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35237
diff changeset
   400
test-push-checkheads-partial-C3.t
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35237
diff changeset
   401
test-push-checkheads-partial-C4.t
33861
627cb36b537f python3: whitelist another *13* tests that now pass
Augie Fackler <augie@google.com>
parents: 33859
diff changeset
   402
test-push-checkheads-pruned-B1.t
35384
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35237
diff changeset
   403
test-push-checkheads-pruned-B2.t
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35237
diff changeset
   404
test-push-checkheads-pruned-B3.t
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35237
diff changeset
   405
test-push-checkheads-pruned-B4.t
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35237
diff changeset
   406
test-push-checkheads-pruned-B5.t
33861
627cb36b537f python3: whitelist another *13* tests that now pass
Augie Fackler <augie@google.com>
parents: 33859
diff changeset
   407
test-push-checkheads-pruned-B6.t
627cb36b537f python3: whitelist another *13* tests that now pass
Augie Fackler <augie@google.com>
parents: 33859
diff changeset
   408
test-push-checkheads-pruned-B7.t
35384
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35237
diff changeset
   409
test-push-checkheads-pruned-B8.t
33861
627cb36b537f python3: whitelist another *13* tests that now pass
Augie Fackler <augie@google.com>
parents: 33859
diff changeset
   410
test-push-checkheads-superceed-A1.t
35384
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35237
diff changeset
   411
test-push-checkheads-superceed-A2.t
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35237
diff changeset
   412
test-push-checkheads-superceed-A3.t
33861
627cb36b537f python3: whitelist another *13* tests that now pass
Augie Fackler <augie@google.com>
parents: 33859
diff changeset
   413
test-push-checkheads-superceed-A4.t
627cb36b537f python3: whitelist another *13* tests that now pass
Augie Fackler <augie@google.com>
parents: 33859
diff changeset
   414
test-push-checkheads-superceed-A5.t
35384
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35237
diff changeset
   415
test-push-checkheads-superceed-A6.t
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35237
diff changeset
   416
test-push-checkheads-superceed-A7.t
33861
627cb36b537f python3: whitelist another *13* tests that now pass
Augie Fackler <augie@google.com>
parents: 33859
diff changeset
   417
test-push-checkheads-superceed-A8.t
627cb36b537f python3: whitelist another *13* tests that now pass
Augie Fackler <augie@google.com>
parents: 33859
diff changeset
   418
test-push-checkheads-unpushed-D1.t
35384
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35237
diff changeset
   419
test-push-checkheads-unpushed-D2.t
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35237
diff changeset
   420
test-push-checkheads-unpushed-D3.t
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35237
diff changeset
   421
test-push-checkheads-unpushed-D4.t
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35237
diff changeset
   422
test-push-checkheads-unpushed-D5.t
33861
627cb36b537f python3: whitelist another *13* tests that now pass
Augie Fackler <augie@google.com>
parents: 33859
diff changeset
   423
test-push-checkheads-unpushed-D6.t
627cb36b537f python3: whitelist another *13* tests that now pass
Augie Fackler <augie@google.com>
parents: 33859
diff changeset
   424
test-push-checkheads-unpushed-D7.t
36463
433cfad4bc46 py3: whitelist test-push-http.t as passing
Augie Fackler <augie@google.com>
parents: 36421
diff changeset
   425
test-push-http.t
35887
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35881
diff changeset
   426
test-push-warn.t
38212
c019db5ccfa1 py3: add 3 new passing tests to whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 38131
diff changeset
   427
test-push.t
36519
4b9e9e3f450c py3: add 14 new passing tests to whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 36463
diff changeset
   428
test-pushvars.t
38374
96ee5276340a py3: add 4 new passing tests to whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 38359
diff changeset
   429
test-qrecord.t
36567
81d4a11549ec py3: whitelist 14 new tests passing
Pulkit Goyal <7895pulkit@gmail.com>
parents: 36519
diff changeset
   430
test-rebase-abort.t
38865
8a9f6076e60c py3: whitelist another 3 tests caught by the ratchet
Augie Fackler <augie@google.com>
parents: 38849
diff changeset
   431
test-rebase-backup.t
36519
4b9e9e3f450c py3: add 14 new passing tests to whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 36463
diff changeset
   432
test-rebase-base-flag.t
36194
cf2b9475fbe6 py3: whitelist another six passing tests
Augie Fackler <augie@google.com>
parents: 36173
diff changeset
   433
test-rebase-bookmarks.t
36519
4b9e9e3f450c py3: add 14 new passing tests to whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 36463
diff changeset
   434
test-rebase-brute-force.t
36567
81d4a11549ec py3: whitelist 14 new tests passing
Pulkit Goyal <7895pulkit@gmail.com>
parents: 36519
diff changeset
   435
test-rebase-cache.t
36194
cf2b9475fbe6 py3: whitelist another six passing tests
Augie Fackler <augie@google.com>
parents: 36173
diff changeset
   436
test-rebase-check-restore.t
36569
496875e6d541 py3: whitelist another nine passing tests
Augie Fackler <augie@google.com>
parents: 36567
diff changeset
   437
test-rebase-collapse.t
37384
5c9d0af7b02e py3: whitelist 13 new passing tests
Pulkit Goyal <7895pulkit@gmail.com>
parents: 36995
diff changeset
   438
test-rebase-conflicts.t
36331
b1c713ab785d py3: whitelist five more passing tests
Augie Fackler <augie@google.com>
parents: 36301
diff changeset
   439
test-rebase-dest.t
36567
81d4a11549ec py3: whitelist 14 new tests passing
Pulkit Goyal <7895pulkit@gmail.com>
parents: 36519
diff changeset
   440
test-rebase-detach.t
36331
b1c713ab785d py3: whitelist five more passing tests
Augie Fackler <augie@google.com>
parents: 36301
diff changeset
   441
test-rebase-emptycommit.t
35997
fd9f2a22ee83 python3: whitelist an additional 11 tests
Augie Fackler <augie@google.com>
parents: 35917
diff changeset
   442
test-rebase-inmemory.t
36519
4b9e9e3f450c py3: add 14 new passing tests to whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 36463
diff changeset
   443
test-rebase-interruptions.t
35997
fd9f2a22ee83 python3: whitelist an additional 11 tests
Augie Fackler <augie@google.com>
parents: 35917
diff changeset
   444
test-rebase-issue-noparam-single-rev.t
36194
cf2b9475fbe6 py3: whitelist another six passing tests
Augie Fackler <augie@google.com>
parents: 36173
diff changeset
   445
test-rebase-legacy.t
36693
6f9442c6b404 py3: whitelist another 15 passing tests
Augie Fackler <augie@google.com>
parents: 36681
diff changeset
   446
test-rebase-mq-skip.t
37607
e40c8494acfa py3: whitelist another nine passing tests
Augie Fackler <augie@google.com>
parents: 37471
diff changeset
   447
test-rebase-mq.t
36286
fbc29d9f552f py3: whitelist another eight passing tests
Augie Fackler <augie@google.com>
parents: 36217
diff changeset
   448
test-rebase-named-branches.t
36331
b1c713ab785d py3: whitelist five more passing tests
Augie Fackler <augie@google.com>
parents: 36301
diff changeset
   449
test-rebase-newancestor.t
36569
496875e6d541 py3: whitelist another nine passing tests
Augie Fackler <augie@google.com>
parents: 36567
diff changeset
   450
test-rebase-obsolete.t
36567
81d4a11549ec py3: whitelist 14 new tests passing
Pulkit Goyal <7895pulkit@gmail.com>
parents: 36519
diff changeset
   451
test-rebase-parameters.t
36335
ba1807d9a846 py3: whitelist another three passing tests
Augie Fackler <augie@google.com>
parents: 36331
diff changeset
   452
test-rebase-partial.t
36207
0ea86f70da8e py3: whitelist another 8 passing tests
Augie Fackler <augie@google.com>
parents: 36194
diff changeset
   453
test-rebase-pull.t
36335
ba1807d9a846 py3: whitelist another three passing tests
Augie Fackler <augie@google.com>
parents: 36331
diff changeset
   454
test-rebase-rename.t
36569
496875e6d541 py3: whitelist another nine passing tests
Augie Fackler <augie@google.com>
parents: 36567
diff changeset
   455
test-rebase-scenario-global.t
36567
81d4a11549ec py3: whitelist 14 new tests passing
Pulkit Goyal <7895pulkit@gmail.com>
parents: 36519
diff changeset
   456
test-rebase-templates.t
35997
fd9f2a22ee83 python3: whitelist an additional 11 tests
Augie Fackler <augie@google.com>
parents: 35917
diff changeset
   457
test-rebase-transaction.t
38124
42476b8b738b py3: add 13 new passing tests to whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 38084
diff changeset
   458
test-rebuildstate.t
35590
aaeba70d5cbe py3: add 8 new passing tests to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35384
diff changeset
   459
test-record.t
36519
4b9e9e3f450c py3: add 14 new passing tests to whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 36463
diff changeset
   460
test-relink.t
36194
cf2b9475fbe6 py3: whitelist another six passing tests
Augie Fackler <augie@google.com>
parents: 36173
diff changeset
   461
test-remove.t
38654
0d27d6bcfb28 py3: whitelist 3 more passing tests caught with the ratchet
Augie Fackler <augie@google.com>
parents: 38610
diff changeset
   462
test-removeemptydirs.t
35881
7df43e0b9fc3 python3: whitelist another 7 passing tests
Augie Fackler <augie@google.com>
parents: 35700
diff changeset
   463
test-rename-after-merge.t
35384
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35237
diff changeset
   464
test-rename-dir-merge.t
34357
f975cb7c4dbe py3: whitelist 15 more tests passing on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 34269
diff changeset
   465
test-rename-merge1.t
39476
bc3b99d5627e py3: add new passing tests spotted by the buildbot
Pulkit Goyal <pulkit@yandex-team.ru>
parents: 39435
diff changeset
   466
test-rename-merge2.t
33861
627cb36b537f python3: whitelist another *13* tests that now pass
Augie Fackler <augie@google.com>
parents: 33859
diff changeset
   467
test-rename.t
36286
fbc29d9f552f py3: whitelist another eight passing tests
Augie Fackler <augie@google.com>
parents: 36217
diff changeset
   468
test-repair-strip.t
36353
9d12416a1593 py3: whitelist another six passing tests
Augie Fackler <augie@google.com>
parents: 36335
diff changeset
   469
test-repo-compengines.t
36567
81d4a11549ec py3: whitelist 14 new tests passing
Pulkit Goyal <7895pulkit@gmail.com>
parents: 36519
diff changeset
   470
test-resolve.t
38130
a400fe810346 py3: re-sort test whitelist
Augie Fackler <augie@google.com>
parents: 38124
diff changeset
   471
test-revert-flags.t
38124
42476b8b738b py3: add 13 new passing tests to whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 38084
diff changeset
   472
test-revert-interactive.t
35237
04a2820f2fca python3: whitelist many more passing tests
Augie Fackler <augie@google.com>
parents: 35163
diff changeset
   473
test-revert-unknown.t
39011
633249d226c7 py3: whitelist another test caught by the ratchet
Augie Fackler <augie@google.com>
parents: 38865
diff changeset
   474
test-revisions.t
36519
4b9e9e3f450c py3: add 14 new passing tests to whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 36463
diff changeset
   475
test-revlog-ancestry.py
35237
04a2820f2fca python3: whitelist many more passing tests
Augie Fackler <augie@google.com>
parents: 35163
diff changeset
   476
test-revlog-group-emptyiter.t
35590
aaeba70d5cbe py3: add 8 new passing tests to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35384
diff changeset
   477
test-revlog-mmapindex.t
33130
cc9501fa5574 py3: update the python3-whitelist with new tests which pass on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 32912
diff changeset
   478
test-revlog-packentry.t
38084
cab398cb9b49 py3: whitelist two more passing tests observed by buildbot
Augie Fackler <augie@google.com>
parents: 37983
diff changeset
   479
test-revlog-raw.py
38374
96ee5276340a py3: add 4 new passing tests to whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 38359
diff changeset
   480
test-revlog-v2.t
35997
fd9f2a22ee83 python3: whitelist an additional 11 tests
Augie Fackler <augie@google.com>
parents: 35917
diff changeset
   481
test-revset-dirstate-parents.t
37786
cc932c15b9ee py3: whitelist six new passing tests
Augie Fackler <augie@google.com>
parents: 37755
diff changeset
   482
test-revset-legacy-lookup.t
35887
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35881
diff changeset
   483
test-revset-outgoing.t
36758
ef345f9e4295 transaction: fix an error string with bytestr() on a repr()d value
Augie Fackler <augie@google.com>
parents: 36757
diff changeset
   484
test-rollback.t
32872
7a877e569ed6 contrib: check in a whitelist of passing tests in Python 3
Augie Fackler <augie@google.com>
parents:
diff changeset
   485
test-run-tests.py
37741
700aaa19de63 tests: fix up a couple of minor bytes inconsistencies in run-tests.py
Augie Fackler <augie@google.com>
parents: 37739
diff changeset
   486
test-run-tests.t
36733
f3591e687202 py3: whitelist three more cases
Augie Fackler <augie@google.com>
parents: 36718
diff changeset
   487
test-schemes.t
36116
7f68235f23ff python3: whitelist another four passing tests
Augie Fackler <augie@google.com>
parents: 35997
diff changeset
   488
test-serve.t
37607
e40c8494acfa py3: whitelist another nine passing tests
Augie Fackler <augie@google.com>
parents: 37471
diff changeset
   489
test-setdiscovery.t
36634
d549cfeb5bf7 py3: whitelist more passing tests
Augie Fackler <augie@google.com>
parents: 36608
diff changeset
   490
test-share.t
37742
89d82d2b68e9 py3: fix test-shelve.t on Python 3
Augie Fackler <augie@google.com>
parents: 37741
diff changeset
   491
test-shelve.t
34357
f975cb7c4dbe py3: whitelist 15 more tests passing on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 34269
diff changeset
   492
test-show-stack.t
36608
be27c4e310bd py3: sixteen more passing tests
Augie Fackler <augie@google.com>
parents: 36590
diff changeset
   493
test-show-work.t
36116
7f68235f23ff python3: whitelist another four passing tests
Augie Fackler <augie@google.com>
parents: 35997
diff changeset
   494
test-show.t
35384
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35237
diff changeset
   495
test-simple-update.t
37983
6eca47f6319d tests: port test-simplekeyvaluefile.py to Python 3
Augie Fackler <augie@google.com>
parents: 37982
diff changeset
   496
test-simplekeyvaluefile.py
37936
c1bc196e021d tests: port test-simplemerge.py to Python 3
Augie Fackler <augie@google.com>
parents: 37927
diff changeset
   497
test-simplemerge.py
35881
7df43e0b9fc3 python3: whitelist another 7 passing tests
Augie Fackler <augie@google.com>
parents: 35700
diff changeset
   498
test-single-head.t
35590
aaeba70d5cbe py3: add 8 new passing tests to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35384
diff changeset
   499
test-sparse-clear.t
38212
c019db5ccfa1 py3: add 3 new passing tests to whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 38131
diff changeset
   500
test-sparse-clone.t
37608
fa4b39bb0a07 py3: whitelist another six passing tests
Augie Fackler <augie@google.com>
parents: 37607
diff changeset
   501
test-sparse-import.t
35590
aaeba70d5cbe py3: add 8 new passing tests to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35384
diff changeset
   502
test-sparse-merges.t
37608
fa4b39bb0a07 py3: whitelist another six passing tests
Augie Fackler <augie@google.com>
parents: 37607
diff changeset
   503
test-sparse-profiles.t
35590
aaeba70d5cbe py3: add 8 new passing tests to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35384
diff changeset
   504
test-sparse-requirement.t
aaeba70d5cbe py3: add 8 new passing tests to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35384
diff changeset
   505
test-sparse-verbose-json.t
38212
c019db5ccfa1 py3: add 3 new passing tests to whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 38131
diff changeset
   506
test-sparse.t
38131
c3eda7207f25 py3: consolidate down some (case ...) entries
Augie Fackler <augie@google.com>
parents: 38130
diff changeset
   507
test-split.t
38337
aa9dd805234d py3: fix loop over byte string in wireprotov1peer
Yuya Nishihara <yuya@tcha.org>
parents: 38336
diff changeset
   508
test-ssh-bundle1.t
36169
ce9f1c32810b py3: whitelist another 11 passing tests
Augie Fackler <augie@google.com>
parents: 36116
diff changeset
   509
test-ssh-clone-r.t
38323
565074cc9ac6 tests: suppress read(-1) -> '' calls in fileobjectobserver
Augie Fackler <augie@google.com>
parents: 38319
diff changeset
   510
test-ssh-proto-unbundle.t
36286
fbc29d9f552f py3: whitelist another eight passing tests
Augie Fackler <augie@google.com>
parents: 36217
diff changeset
   511
test-ssh-proto.t
38337
aa9dd805234d py3: fix loop over byte string in wireprotov1peer
Yuya Nishihara <yuya@tcha.org>
parents: 38336
diff changeset
   512
test-ssh.t
36286
fbc29d9f552f py3: whitelist another eight passing tests
Augie Fackler <augie@google.com>
parents: 36217
diff changeset
   513
test-sshserver.py
37384
5c9d0af7b02e py3: whitelist 13 new passing tests
Pulkit Goyal <7895pulkit@gmail.com>
parents: 36995
diff changeset
   514
test-stack.t
37945
bbff7170f665 tests: fix test-status-inprocess.py on Python 3
Augie Fackler <augie@google.com>
parents: 37944
diff changeset
   515
test-status-inprocess.py
36421
3fe0507a4dcd py3: whitelist another 8 passing tests
Pulkit Goyal <7895pulkit@gmail.com>
parents: 36391
diff changeset
   516
test-status-rev.t
34230
fa9f5d6733d3 python3: another 3 tests whitelisted
Augie Fackler <raf@durin42.com>
parents: 34042
diff changeset
   517
test-status-terse.t
38304
9f56ad50924d py3: buildbot informs me we have two new passing tests
Augie Fackler <augie@google.com>
parents: 38212
diff changeset
   518
test-strict.t
35887
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35881
diff changeset
   519
test-strip-cross.t
35917
11fdf1486519 python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents: 35887
diff changeset
   520
test-strip.t
36751
f14ba6eb2b5a archival: use py3 friendly replacements for chr() and long()
Augie Fackler <augie@google.com>
parents: 36748
diff changeset
   521
test-subrepo-deep-nested-change.t
37608
fa4b39bb0a07 py3: whitelist another six passing tests
Augie Fackler <augie@google.com>
parents: 37607
diff changeset
   522
test-subrepo-missing.t
38130
a400fe810346 py3: re-sort test whitelist
Augie Fackler <augie@google.com>
parents: 38124
diff changeset
   523
test-subrepo-paths.t
37786
cc932c15b9ee py3: whitelist six new passing tests
Augie Fackler <augie@google.com>
parents: 37755
diff changeset
   524
test-subrepo-recursion.t
cc932c15b9ee py3: whitelist six new passing tests
Augie Fackler <augie@google.com>
parents: 37755
diff changeset
   525
test-subrepo-relative-path.t
36748
93b8c83ef136 py3: more passing tests (ten this time)
Augie Fackler <augie@google.com>
parents: 36737
diff changeset
   526
test-subrepo.t
37979
630429dcc397 tests: port test-symlink-os-yes-fs-no.py to Python 3
Augie Fackler <augie@google.com>
parents: 37977
diff changeset
   527
test-symlink-os-yes-fs-no.py
38124
42476b8b738b py3: add 13 new passing tests to whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 38084
diff changeset
   528
test-symlink-placeholder.t
36693
6f9442c6b404 py3: whitelist another 15 passing tests
Augie Fackler <augie@google.com>
parents: 36681
diff changeset
   529
test-symlinks.t
36757
b77ff4fbe9ad py3: work around comparison between int and None in tagmerge
Yuya Nishihara <yuya@tcha.org>
parents: 36754
diff changeset
   530
test-tag.t
36791
1fbbb8e83392 py3: read/write plain lock file in binary mode
Yuya Nishihara <yuya@tcha.org>
parents: 36763
diff changeset
   531
test-tags.t
38442
550b7d110f45 tests: rename and document test-command-template.t
Yuya Nishihara <yuya@tcha.org>
parents: 38441
diff changeset
   532
test-template-basic.t
38439
70f551a3f52e tests: extract test-template-functions.t from test-command-template.t
Yuya Nishihara <yuya@tcha.org>
parents: 38438
diff changeset
   533
test-template-functions.t
38441
da4508cdef37 tests: extract test-template-keywords.t from test-command-template.t
Yuya Nishihara <yuya@tcha.org>
parents: 38440
diff changeset
   534
test-template-keywords.t
38438
ddce7bdf7f3c tests: extract test-template-map.t from test-command-template.t
Yuya Nishihara <yuya@tcha.org>
parents: 38377
diff changeset
   535
test-template-map.t
38377
fb4813304c5f py3: add `and None` to suppress return values of .write() calls
Pulkit Goyal <7895pulkit@gmail.com>
parents: 38374
diff changeset
   536
test-transplant.t
36748
93b8c83ef136 py3: more passing tests (ten this time)
Augie Fackler <augie@google.com>
parents: 36737
diff changeset
   537
test-treemanifest.t
37969
b8c2004a8d2b tests: port test-ui-color.py to Python 3
Augie Fackler <augie@google.com>
parents: 37968
diff changeset
   538
test-ui-color.py
37981
a2cfea193040 tests: port test-ui-config to Python 3
Augie Fackler <augie@google.com>
parents: 37979
diff changeset
   539
test-ui-config.py
37971
76d0a343c305 tests: port test-ui-verbosity.py to Python 3
Augie Fackler <augie@google.com>
parents: 37969
diff changeset
   540
test-ui-verbosity.py
35997
fd9f2a22ee83 python3: whitelist an additional 11 tests
Augie Fackler <augie@google.com>
parents: 35917
diff changeset
   541
test-unamend.t
38345
03aa222ca28e py3: whitelist another 5 passing tests thanks to the ratchet
Augie Fackler <augie@google.com>
parents: 38341
diff changeset
   542
test-unbundlehash.t
35237
04a2820f2fca python3: whitelist many more passing tests
Augie Fackler <augie@google.com>
parents: 35163
diff changeset
   543
test-uncommit.t
32872
7a877e569ed6 contrib: check in a whitelist of passing tests in Python 3
Augie Fackler <augie@google.com>
parents:
diff changeset
   544
test-unified-test.t
38124
42476b8b738b py3: add 13 new passing tests to whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 38084
diff changeset
   545
test-unionrepo.t
35384
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35237
diff changeset
   546
test-unrelated-pull.t
35887
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35881
diff changeset
   547
test-up-local-change.t
36169
ce9f1c32810b py3: whitelist another 11 passing tests
Augie Fackler <augie@google.com>
parents: 36116
diff changeset
   548
test-update-branches.t
35887
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35881
diff changeset
   549
test-update-dest.t
34357
f975cb7c4dbe py3: whitelist 15 more tests passing on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 34269
diff changeset
   550
test-update-issue1456.t
35237
04a2820f2fca python3: whitelist many more passing tests
Augie Fackler <augie@google.com>
parents: 35163
diff changeset
   551
test-update-names.t
33130
cc9501fa5574 py3: update the python3-whitelist with new tests which pass on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 32912
diff changeset
   552
test-update-reverse.t
36748
93b8c83ef136 py3: more passing tests (ten this time)
Augie Fackler <augie@google.com>
parents: 36737
diff changeset
   553
test-upgrade-repo.t
37739
ce4ae9ead9e7 py3: another three passing
Augie Fackler <augie@google.com>
parents: 37712
diff changeset
   554
test-url-download.t
36377
a65502597d8d py3: whitelist another eight passing tests
Augie Fackler <augie@google.com>
parents: 36353
diff changeset
   555
test-url-rev.t
37919
078c3eec2d5c tests: port test-url.py to Python 3
Augie Fackler <augie@google.com>
parents: 37915
diff changeset
   556
test-url.py
36286
fbc29d9f552f py3: whitelist another eight passing tests
Augie Fackler <augie@google.com>
parents: 36217
diff changeset
   557
test-username-newline.t
38865
8a9f6076e60c py3: whitelist another 3 tests caught by the ratchet
Augie Fackler <augie@google.com>
parents: 38849
diff changeset
   558
test-util.py
36608
be27c4e310bd py3: sixteen more passing tests
Augie Fackler <augie@google.com>
parents: 36590
diff changeset
   559
test-verify.t
38084
cab398cb9b49 py3: whitelist two more passing tests observed by buildbot
Augie Fackler <augie@google.com>
parents: 37983
diff changeset
   560
test-walk.t
37922
fa2423acb02f tests: port test-walkrepo.py to Python 3
Augie Fackler <augie@google.com>
parents: 37921
diff changeset
   561
test-walkrepo.py
36634
d549cfeb5bf7 py3: whitelist more passing tests
Augie Fackler <augie@google.com>
parents: 36608
diff changeset
   562
test-websub.t
36217
7e6aad95244f python3: whitelist another 5 passing tests
Augie Fackler <augie@google.com>
parents: 36214
diff changeset
   563
test-win32text.t
37682
cb71e0f9ac6f tests: add all missing b prefixes in reactor tests
Augie Fackler <augie@google.com>
parents: 37681
diff changeset
   564
test-wireproto-clientreactor.py
37681
3942bd8db8b2 stringutil: ast.literal_eval needs a unicode on py3
Augie Fackler <augie@google.com>
parents: 37671
diff changeset
   565
test-wireproto-framing.py
37682
cb71e0f9ac6f tests: add all missing b prefixes in reactor tests
Augie Fackler <augie@google.com>
parents: 37681
diff changeset
   566
test-wireproto-serverreactor.py
37967
40381a88bab4 tests: port test-wireproto.py to Python 3
Augie Fackler <augie@google.com>
parents: 37966
diff changeset
   567
test-wireproto.py
37939
e0598133ac68 tests: migrate test-wsgirequest.py to Python 3
Augie Fackler <augie@google.com>
parents: 37938
diff changeset
   568
test-wsgirequest.py
32872
7a877e569ed6 contrib: check in a whitelist of passing tests in Python 3
Augie Fackler <augie@google.com>
parents:
diff changeset
   569
test-xdg.t