contrib/python3-whitelist
author Yuya Nishihara <yuya@tcha.org>
Tue, 13 Feb 2018 21:52:51 +0900
changeset 36186 0f9e52f900c4
parent 36173 8b33eb349e0b
child 36194 cf2b9475fbe6
permissions -rw-r--r--
convert: fix line ending of mapfile and commit.desc file Follows up 42a393ea56d2. CRLF vs LF doesn't really matter as we do strip() or rstrip() on read, but mixing them isn't nice. So let's restore the old behavior. I don't know whether CVS/Root, CVS/Repository, and ~/.cvspass are written in native line ending, so I leave them read as binary files.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
35237
04a2820f2fca python3: whitelist many more passing tests
Augie Fackler <augie@google.com>
parents: 35163
diff changeset
     1
test-add.t
04a2820f2fca python3: whitelist many more passing tests
Augie Fackler <augie@google.com>
parents: 35163
diff changeset
     2
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
     3
test-addremove.t
35887
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35881
diff changeset
     4
test-amend-subrepo.t
32912
ec9ed269edc3 py3: pass the path in hg.repository() as bytes
Pulkit Goyal <7895pulkit@gmail.com>
parents: 32872
diff changeset
     5
test-ancestor.py
35997
fd9f2a22ee83 python3: whitelist an additional 11 tests
Augie Fackler <augie@google.com>
parents: 35917
diff changeset
     6
test-annotate.py
35237
04a2820f2fca python3: whitelist many more passing tests
Augie Fackler <augie@google.com>
parents: 35163
diff changeset
     7
test-automv.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
     8
test-backwards-remove.t
34357
f975cb7c4dbe py3: whitelist 15 more tests passing on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 34269
diff changeset
     9
test-bheads.t
f975cb7c4dbe py3: whitelist 15 more tests passing on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 34269
diff changeset
    10
test-bisect2.t
36169
ce9f1c32810b py3: whitelist another 11 passing tests
Augie Fackler <augie@google.com>
parents: 36116
diff changeset
    11
test-bookmarks-current.t
34357
f975cb7c4dbe py3: whitelist 15 more tests passing on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 34269
diff changeset
    12
test-bookmarks-merge.t
34230
fa9f5d6733d3 python3: another 3 tests whitelisted
Augie Fackler <raf@durin42.com>
parents: 34042
diff changeset
    13
test-bookmarks-strip.t
35887
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35881
diff changeset
    14
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
    15
test-branch-tag-confict.t
36169
ce9f1c32810b py3: whitelist another 11 passing tests
Augie Fackler <augie@google.com>
parents: 36116
diff changeset
    16
test-bundle-phases.t
35887
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35881
diff changeset
    17
test-bundle-vs-outgoing.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
    18
test-casecollision.t
35384
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35237
diff changeset
    19
test-cat.t
34357
f975cb7c4dbe py3: whitelist 15 more tests passing on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 34269
diff changeset
    20
test-changelog-exec.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
    21
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
    22
test-check-execute.t
34010
492cd4bbca08 contrib: add test-check-module-imports.t to the Python 3 whitelist
Augie Fackler <raf@durin42.com>
parents: 33944
diff changeset
    23
test-check-module-imports.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
    24
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
    25
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
    26
test-check-shbang.t
35237
04a2820f2fca python3: whitelist many more passing tests
Augie Fackler <augie@google.com>
parents: 35163
diff changeset
    27
test-children.t
35887
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35881
diff changeset
    28
test-clone-r.t
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35881
diff changeset
    29
test-clone-update-order.t
34357
f975cb7c4dbe py3: whitelist 15 more tests passing on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 34269
diff changeset
    30
test-commit-unresolved.t
35384
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35237
diff changeset
    31
test-completion.t
35881
7df43e0b9fc3 python3: whitelist another 7 passing tests
Augie Fackler <augie@google.com>
parents: 35700
diff changeset
    32
test-confused-revert.t
32872
7a877e569ed6 contrib: check in a whitelist of passing tests in Python 3
Augie Fackler <augie@google.com>
parents:
diff changeset
    33
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
    34
test-contrib-check-commit.t
36173
8b33eb349e0b py3: whitelist test-convert-clonebranches.t
Augie Fackler <augie@google.com>
parents: 36169
diff changeset
    35
test-convert-clonebranches.t
35997
fd9f2a22ee83 python3: whitelist an additional 11 tests
Augie Fackler <augie@google.com>
parents: 35917
diff changeset
    36
test-copy-move-merge.t
35881
7df43e0b9fc3 python3: whitelist another 7 passing tests
Augie Fackler <augie@google.com>
parents: 35700
diff changeset
    37
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
    38
test-debugrename.t
35997
fd9f2a22ee83 python3: whitelist an additional 11 tests
Augie Fackler <augie@google.com>
parents: 35917
diff changeset
    39
test-diff-binary-file.t
35887
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35881
diff changeset
    40
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
    41
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
    42
test-diff-hashes.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
    43
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
    44
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
    45
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
    46
test-diff-subdir.t
35590
aaeba70d5cbe py3: add 8 new passing tests to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35384
diff changeset
    47
test-diffdir.t
aaeba70d5cbe py3: add 8 new passing tests to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35384
diff changeset
    48
test-directaccess.t
36116
7f68235f23ff python3: whitelist another four passing tests
Augie Fackler <augie@google.com>
parents: 35997
diff changeset
    49
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
    50
test-dirstate-nonnormalset.t
32872
7a877e569ed6 contrib: check in a whitelist of passing tests in Python 3
Augie Fackler <augie@google.com>
parents:
diff changeset
    51
test-doctest.py
34357
f975cb7c4dbe py3: whitelist 15 more tests passing on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 34269
diff changeset
    52
test-double-merge.t
35917
11fdf1486519 python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents: 35887
diff changeset
    53
test-drawdag.t
33859
48f3e87ce650 python3: whitelist four more passing tests
Augie Fackler <augie@google.com>
parents: 33586
diff changeset
    54
test-duplicateoptions.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
    55
test-empty-dir.t
34357
f975cb7c4dbe py3: whitelist 15 more tests passing on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 34269
diff changeset
    56
test-empty-file.t
35887
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35881
diff changeset
    57
test-empty-group.t
33861
627cb36b537f python3: whitelist another *13* tests that now pass
Augie Fackler <augie@google.com>
parents: 33859
diff changeset
    58
test-empty.t
33944
f4433f2713d0 encoding: add function to test if a str consists of ASCII characters
Yuya Nishihara <yuya@tcha.org>
parents: 33897
diff changeset
    59
test-encoding-func.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
    60
test-excessive-merge.t
35917
11fdf1486519 python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents: 35887
diff changeset
    61
test-exchange-obsmarkers-case-A1.t
11fdf1486519 python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents: 35887
diff changeset
    62
test-exchange-obsmarkers-case-A2.t
11fdf1486519 python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents: 35887
diff changeset
    63
test-exchange-obsmarkers-case-A3.t
11fdf1486519 python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents: 35887
diff changeset
    64
test-exchange-obsmarkers-case-A4.t
11fdf1486519 python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents: 35887
diff changeset
    65
test-exchange-obsmarkers-case-A5.t
11fdf1486519 python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents: 35887
diff changeset
    66
test-exchange-obsmarkers-case-A6.t
11fdf1486519 python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents: 35887
diff changeset
    67
test-exchange-obsmarkers-case-A7.t
11fdf1486519 python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents: 35887
diff changeset
    68
test-exchange-obsmarkers-case-B1.t
11fdf1486519 python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents: 35887
diff changeset
    69
test-exchange-obsmarkers-case-B2.t
11fdf1486519 python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents: 35887
diff changeset
    70
test-exchange-obsmarkers-case-B3.t
11fdf1486519 python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents: 35887
diff changeset
    71
test-exchange-obsmarkers-case-B4.t
11fdf1486519 python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents: 35887
diff changeset
    72
test-exchange-obsmarkers-case-B5.t
11fdf1486519 python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents: 35887
diff changeset
    73
test-exchange-obsmarkers-case-B6.t
11fdf1486519 python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents: 35887
diff changeset
    74
test-exchange-obsmarkers-case-B7.t
11fdf1486519 python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents: 35887
diff changeset
    75
test-exchange-obsmarkers-case-C1.t
11fdf1486519 python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents: 35887
diff changeset
    76
test-exchange-obsmarkers-case-C2.t
11fdf1486519 python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents: 35887
diff changeset
    77
test-exchange-obsmarkers-case-C3.t
11fdf1486519 python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents: 35887
diff changeset
    78
test-exchange-obsmarkers-case-C4.t
11fdf1486519 python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents: 35887
diff changeset
    79
test-exchange-obsmarkers-case-D1.t
11fdf1486519 python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents: 35887
diff changeset
    80
test-exchange-obsmarkers-case-D2.t
11fdf1486519 python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents: 35887
diff changeset
    81
test-exchange-obsmarkers-case-D3.t
11fdf1486519 python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents: 35887
diff changeset
    82
test-exchange-obsmarkers-case-D4.t
35237
04a2820f2fca python3: whitelist many more passing tests
Augie Fackler <augie@google.com>
parents: 35163
diff changeset
    83
test-execute-bit.t
35997
fd9f2a22ee83 python3: whitelist an additional 11 tests
Augie Fackler <augie@google.com>
parents: 35917
diff changeset
    84
test-extra-filelog-entry.t
35881
7df43e0b9fc3 python3: whitelist another 7 passing tests
Augie Fackler <augie@google.com>
parents: 35700
diff changeset
    85
test-filebranch.t
35887
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35881
diff changeset
    86
test-flags.t
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35881
diff changeset
    87
test-generaldelta.t
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35881
diff changeset
    88
test-glog-topological.t
35237
04a2820f2fca python3: whitelist many more passing tests
Augie Fackler <augie@google.com>
parents: 35163
diff changeset
    89
test-gpg.t
33859
48f3e87ce650 python3: whitelist four more passing tests
Augie Fackler <augie@google.com>
parents: 33586
diff changeset
    90
test-hghave.t
36169
ce9f1c32810b py3: whitelist another 11 passing tests
Augie Fackler <augie@google.com>
parents: 36116
diff changeset
    91
test-http-clone-r.t
33897
c90014d5cdc3 python3: whitelist test-imports-checker.t, which now passes
Augie Fackler <raf@durin42.com>
parents: 33861
diff changeset
    92
test-imports-checker.t
35887
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35881
diff changeset
    93
test-inherit-mode.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
    94
test-issue1089.t
35700
a71316bfac87 python3: whitelist two more passing tests
Augie Fackler <augie@google.com>
parents: 35590
diff changeset
    95
test-issue1175.t
35887
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35881
diff changeset
    96
test-issue1306.t
36116
7f68235f23ff python3: whitelist another four passing tests
Augie Fackler <augie@google.com>
parents: 35997
diff changeset
    97
test-issue1438.t
35384
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35237
diff changeset
    98
test-issue1502.t
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35237
diff changeset
    99
test-issue1802.t
34357
f975cb7c4dbe py3: whitelist 15 more tests passing on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 34269
diff changeset
   100
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
   101
test-issue1993.t
35237
04a2820f2fca python3: whitelist many more passing tests
Augie Fackler <augie@google.com>
parents: 35163
diff changeset
   102
test-issue522.t
35887
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35881
diff changeset
   103
test-issue586.t
34357
f975cb7c4dbe py3: whitelist 15 more tests passing on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 34269
diff changeset
   104
test-issue612.t
f975cb7c4dbe py3: whitelist 15 more tests passing on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 34269
diff changeset
   105
test-issue619.t
f975cb7c4dbe py3: whitelist 15 more tests passing on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 34269
diff changeset
   106
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
   107
test-issue842.t
34230
fa9f5d6733d3 python3: another 3 tests whitelisted
Augie Fackler <raf@durin42.com>
parents: 34042
diff changeset
   108
test-journal-exists.t
36169
ce9f1c32810b py3: whitelist another 11 passing tests
Augie Fackler <augie@google.com>
parents: 36116
diff changeset
   109
test-largefiles-small-disk.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
   110
test-locate.t
35887
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35881
diff changeset
   111
test-logexchange.t
32872
7a877e569ed6 contrib: check in a whitelist of passing tests in Python 3
Augie Fackler <augie@google.com>
parents:
diff changeset
   112
test-lrucachedict.py
36169
ce9f1c32810b py3: whitelist another 11 passing tests
Augie Fackler <augie@google.com>
parents: 36116
diff changeset
   113
test-mactext.t
35887
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35881
diff changeset
   114
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
   115
test-manifest.py
35887
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35881
diff changeset
   116
test-manifest.t
33859
48f3e87ce650 python3: whitelist four more passing tests
Augie Fackler <augie@google.com>
parents: 33586
diff changeset
   117
test-match.py
36169
ce9f1c32810b py3: whitelist another 11 passing tests
Augie Fackler <augie@google.com>
parents: 36116
diff changeset
   118
test-merge-closedheads.t
35887
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35881
diff changeset
   119
test-merge-commit.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
   120
test-merge-default.t
35384
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35237
diff changeset
   121
test-merge-internal-tools-pattern.t
35881
7df43e0b9fc3 python3: whitelist another 7 passing tests
Augie Fackler <augie@google.com>
parents: 35700
diff changeset
   122
test-merge-local.t
35237
04a2820f2fca python3: whitelist many more passing tests
Augie Fackler <augie@google.com>
parents: 35163
diff changeset
   123
test-merge-remove.t
04a2820f2fca python3: whitelist many more passing tests
Augie Fackler <augie@google.com>
parents: 35163
diff changeset
   124
test-merge-revert.t
35384
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35237
diff changeset
   125
test-merge-revert2.t
35237
04a2820f2fca python3: whitelist many more passing tests
Augie Fackler <augie@google.com>
parents: 35163
diff changeset
   126
test-merge-subrepos.t
35384
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35237
diff changeset
   127
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
   128
test-merge2.t
34357
f975cb7c4dbe py3: whitelist 15 more tests passing on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 34269
diff changeset
   129
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
   130
test-merge5.t
35384
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35237
diff changeset
   131
test-merge6.t
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35237
diff changeset
   132
test-merge7.t
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35237
diff changeset
   133
test-merge8.t
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35237
diff changeset
   134
test-mq-qimport-fail-cleanup.t
36169
ce9f1c32810b py3: whitelist another 11 passing tests
Augie Fackler <augie@google.com>
parents: 36116
diff changeset
   135
test-mq-qqueue.t
35997
fd9f2a22ee83 python3: whitelist an additional 11 tests
Augie Fackler <augie@google.com>
parents: 35917
diff changeset
   136
test-mq-qsave.t
36169
ce9f1c32810b py3: whitelist another 11 passing tests
Augie Fackler <augie@google.com>
parents: 36116
diff changeset
   137
test-newbranch.t
35700
a71316bfac87 python3: whitelist two more passing tests
Augie Fackler <augie@google.com>
parents: 35590
diff changeset
   138
test-obshistory.t
36169
ce9f1c32810b py3: whitelist another 11 passing tests
Augie Fackler <augie@google.com>
parents: 36116
diff changeset
   139
test-obsmarkers-effectflag.t
35917
11fdf1486519 python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents: 35887
diff changeset
   140
test-obsolete-changeset-exchange.t
35887
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35881
diff changeset
   141
test-obsolete-checkheads.t
35997
fd9f2a22ee83 python3: whitelist an additional 11 tests
Augie Fackler <augie@google.com>
parents: 35917
diff changeset
   142
test-obsolete-distributed.t
35881
7df43e0b9fc3 python3: whitelist another 7 passing tests
Augie Fackler <augie@google.com>
parents: 35700
diff changeset
   143
test-parents.t
34042
19b8eee8b4ec python3: whitelist another 5 passing tests found with the ratchet script
Augie Fackler <raf@durin42.com>
parents: 34010
diff changeset
   144
test-permissions.t
35887
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35881
diff changeset
   145
test-pull-branch.t
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35881
diff changeset
   146
test-pull-permission.t
35384
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35237
diff changeset
   147
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
   148
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
   149
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
   150
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
   151
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
   152
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
   153
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
   154
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
   155
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
   156
test-push-checkheads-pruned-B6.t
627cb36b537f python3: whitelist another *13* tests that now pass
Augie Fackler <augie@google.com>
parents: 33859
diff changeset
   157
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
   158
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
   159
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
   160
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
   161
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
   162
test-push-checkheads-superceed-A4.t
627cb36b537f python3: whitelist another *13* tests that now pass
Augie Fackler <augie@google.com>
parents: 33859
diff changeset
   163
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
   164
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
   165
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
   166
test-push-checkheads-superceed-A8.t
627cb36b537f python3: whitelist another *13* tests that now pass
Augie Fackler <augie@google.com>
parents: 33859
diff changeset
   167
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
   168
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
   169
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
   170
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
   171
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
   172
test-push-checkheads-unpushed-D6.t
627cb36b537f python3: whitelist another *13* tests that now pass
Augie Fackler <augie@google.com>
parents: 33859
diff changeset
   173
test-push-checkheads-unpushed-D7.t
35887
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35881
diff changeset
   174
test-push-warn.t
35997
fd9f2a22ee83 python3: whitelist an additional 11 tests
Augie Fackler <augie@google.com>
parents: 35917
diff changeset
   175
test-rebase-inmemory.t
fd9f2a22ee83 python3: whitelist an additional 11 tests
Augie Fackler <augie@google.com>
parents: 35917
diff changeset
   176
test-rebase-issue-noparam-single-rev.t
fd9f2a22ee83 python3: whitelist an additional 11 tests
Augie Fackler <augie@google.com>
parents: 35917
diff changeset
   177
test-rebase-transaction.t
35590
aaeba70d5cbe py3: add 8 new passing tests to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35384
diff changeset
   178
test-record.t
35881
7df43e0b9fc3 python3: whitelist another 7 passing tests
Augie Fackler <augie@google.com>
parents: 35700
diff changeset
   179
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
   180
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
   181
test-rename-merge1.t
33861
627cb36b537f python3: whitelist another *13* tests that now pass
Augie Fackler <augie@google.com>
parents: 33859
diff changeset
   182
test-rename.t
35237
04a2820f2fca python3: whitelist many more passing tests
Augie Fackler <augie@google.com>
parents: 35163
diff changeset
   183
test-revert-flags.t
04a2820f2fca python3: whitelist many more passing tests
Augie Fackler <augie@google.com>
parents: 35163
diff changeset
   184
test-revert-unknown.t
04a2820f2fca python3: whitelist many more passing tests
Augie Fackler <augie@google.com>
parents: 35163
diff changeset
   185
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
   186
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
   187
test-revlog-packentry.t
35997
fd9f2a22ee83 python3: whitelist an additional 11 tests
Augie Fackler <augie@google.com>
parents: 35917
diff changeset
   188
test-revset-dirstate-parents.t
35887
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35881
diff changeset
   189
test-revset-outgoing.t
32872
7a877e569ed6 contrib: check in a whitelist of passing tests in Python 3
Augie Fackler <augie@google.com>
parents:
diff changeset
   190
test-run-tests.py
36116
7f68235f23ff python3: whitelist another four passing tests
Augie Fackler <augie@google.com>
parents: 35997
diff changeset
   191
test-serve.t
34357
f975cb7c4dbe py3: whitelist 15 more tests passing on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 34269
diff changeset
   192
test-show-stack.t
36116
7f68235f23ff python3: whitelist another four passing tests
Augie Fackler <augie@google.com>
parents: 35997
diff changeset
   193
test-show.t
35384
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35237
diff changeset
   194
test-simple-update.t
35881
7df43e0b9fc3 python3: whitelist another 7 passing tests
Augie Fackler <augie@google.com>
parents: 35700
diff changeset
   195
test-single-head.t
35590
aaeba70d5cbe py3: add 8 new passing tests to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35384
diff changeset
   196
test-sparse-clear.t
aaeba70d5cbe py3: add 8 new passing tests to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35384
diff changeset
   197
test-sparse-merges.t
aaeba70d5cbe py3: add 8 new passing tests to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35384
diff changeset
   198
test-sparse-requirement.t
aaeba70d5cbe py3: add 8 new passing tests to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35384
diff changeset
   199
test-sparse-verbose-json.t
36169
ce9f1c32810b py3: whitelist another 11 passing tests
Augie Fackler <augie@google.com>
parents: 36116
diff changeset
   200
test-ssh-clone-r.t
34230
fa9f5d6733d3 python3: another 3 tests whitelisted
Augie Fackler <raf@durin42.com>
parents: 34042
diff changeset
   201
test-status-terse.t
35887
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35881
diff changeset
   202
test-strip-cross.t
35917
11fdf1486519 python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents: 35887
diff changeset
   203
test-strip.t
35997
fd9f2a22ee83 python3: whitelist an additional 11 tests
Augie Fackler <augie@google.com>
parents: 35917
diff changeset
   204
test-unamend.t
35237
04a2820f2fca python3: whitelist many more passing tests
Augie Fackler <augie@google.com>
parents: 35163
diff changeset
   205
test-uncommit.t
32872
7a877e569ed6 contrib: check in a whitelist of passing tests in Python 3
Augie Fackler <augie@google.com>
parents:
diff changeset
   206
test-unified-test.t
35384
ea645c6c6d46 py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents: 35237
diff changeset
   207
test-unrelated-pull.t
35887
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35881
diff changeset
   208
test-up-local-change.t
36169
ce9f1c32810b py3: whitelist another 11 passing tests
Augie Fackler <augie@google.com>
parents: 36116
diff changeset
   209
test-update-branches.t
35887
fd21b87e59b2 python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents: 35881
diff changeset
   210
test-update-dest.t
34357
f975cb7c4dbe py3: whitelist 15 more tests passing on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents: 34269
diff changeset
   211
test-update-issue1456.t
35237
04a2820f2fca python3: whitelist many more passing tests
Augie Fackler <augie@google.com>
parents: 35163
diff changeset
   212
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
   213
test-update-reverse.t
32872
7a877e569ed6 contrib: check in a whitelist of passing tests in Python 3
Augie Fackler <augie@google.com>
parents:
diff changeset
   214
test-xdg.t