Mercurial > hg
annotate contrib/python3-whitelist @ 46472:98e39f04d60e
upgrade: implement partial upgrade for upgrading persistent-nodemap
Upgrading repositories to use persistent nodemap should be fast and easy as it
requires only two things:
1) Updating the requirements
2) Writing a persistent-nodemap on disk
For both of the steps above, we don't need to edit existing revlogs.
This patch makes upgrade only do the above mentioned two steps if we are
only upgarding to use persistent-nodemap feature.
Since `nodemap.persist_nodemap()` assumes that there exists a nodemap file for
the given revlog if we are trying to call it, this patch adds `force` argument
to create a file if does not exist which is true in our upgrade case.
The test changes demonstrate that we no longer write nodemap files for manifest
after upgrade which I think is desirable.
Differential Revision: https://phab.mercurial-scm.org/D9936
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Mon, 01 Feb 2021 00:02:00 +0530 |
parents | a7abc6081bc5 |
children | 609a3b8058c3 |
rev | line source |
---|---|
36391
3fe0507a4dcd
py3: whitelist another 8 passing tests
Pulkit Goyal <7895pulkit@gmail.com>
parents:
36358
diff
changeset
|
1 test-abort-checkin.t |
41260
c146651a78e1
absorb: add a pycompat.bytestr() to fix --edit-lines functionality on Python 3
Augie Fackler <augie@google.com>
parents:
41182
diff
changeset
|
2 test-absorb-edit-lines.t |
38988
1aab0007a7c0
tests: port test-absorb-filefixupstate to Python 3
Augie Fackler <augie@google.com>
parents:
38987
diff
changeset
|
3 test-absorb-filefixupstate.py |
38987
9204445ad54c
absorb: port partway to Python 3
Augie Fackler <augie@google.com>
parents:
38973
diff
changeset
|
4 test-absorb-phase.t |
39786
d50125dec2c1
py3: fix kwargs handling in hgext/absorb.py
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
39755
diff
changeset
|
5 test-absorb-rename.t |
38987
9204445ad54c
absorb: port partway to Python 3
Augie Fackler <augie@google.com>
parents:
38973
diff
changeset
|
6 test-absorb-strip.t |
42306
181583d30539
py3: add 5 new passing tests
Pulkit Goyal <7895pulkit@gmail.com>
parents:
42097
diff
changeset
|
7 test-absorb-unfinished.t |
39786
d50125dec2c1
py3: fix kwargs handling in hgext/absorb.py
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
39755
diff
changeset
|
8 test-absorb.t |
41504
587a3c976892
py3: pass str into grp.getgrnam
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
41501
diff
changeset
|
9 test-acl.t |
35228
04a2820f2fca
python3: whitelist many more passing tests
Augie Fackler <augie@google.com>
parents:
35142
diff
changeset
|
10 test-add.t |
04a2820f2fca
python3: whitelist many more passing tests
Augie Fackler <augie@google.com>
parents:
35142
diff
changeset
|
11 test-addremove-similar.t |
34024
19b8eee8b4ec
python3: whitelist another 5 passing tests found with the ratchet script
Augie Fackler <raf@durin42.com>
parents:
33992
diff
changeset
|
12 test-addremove.t |
38592
21be76e07148
py3: use bytes.endswith() instead of bytes[n]
Yuya Nishihara <yuya@tcha.org>
parents:
38470
diff
changeset
|
13 test-alias.t |
35847
fd21b87e59b2
python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents:
35841
diff
changeset
|
14 test-amend-subrepo.t |
36795
9b513888ea23
ui: do not use rawinput() when we have to replace sys.stdin/stdout
Yuya Nishihara <yuya@tcha.org>
parents:
36786
diff
changeset
|
15 test-amend.t |
32894
ec9ed269edc3
py3: pass the path in hg.repository() as bytes
Pulkit Goyal <7895pulkit@gmail.com>
parents:
32854
diff
changeset
|
16 test-ancestor.py |
35958
fd9f2a22ee83
python3: whitelist an additional 11 tests
Augie Fackler <augie@google.com>
parents:
35877
diff
changeset
|
17 test-annotate.py |
36639
334da951a50b
py3: fix some membership tests on linkrev adjustment
Yuya Nishihara <yuya@tcha.org>
parents:
36638
diff
changeset
|
18 test-annotate.t |
41334
5361f9ed8a30
py3: fix missing b prefixes in test-arbitraryfilectx.t
Augie Fackler <augie@google.com>
parents:
41332
diff
changeset
|
19 test-arbitraryfilectx.t |
36710
f3591e687202
py3: whitelist three more cases
Augie Fackler <augie@google.com>
parents:
36693
diff
changeset
|
20 test-archive-symlinks.t |
40249
c9e8c93e241c
tests: accept slightly different zip file in Python 3
Augie Fackler <augie@google.com>
parents:
40246
diff
changeset
|
21 test-archive.t |
36664
6f9442c6b404
py3: whitelist another 15 passing tests
Augie Fackler <augie@google.com>
parents:
36652
diff
changeset
|
22 test-atomictempfile.py |
36649
d3b893ec5f08
py3: fix formatting of path-auditing errors
Yuya Nishihara <yuya@tcha.org>
parents:
36643
diff
changeset
|
23 test-audit-path.t |
d3b893ec5f08
py3: fix formatting of path-auditing errors
Yuya Nishihara <yuya@tcha.org>
parents:
36643
diff
changeset
|
24 test-audit-subrepo.t |
35228
04a2820f2fca
python3: whitelist many more passing tests
Augie Fackler <augie@google.com>
parents:
35142
diff
changeset
|
25 test-automv.t |
36540
496875e6d541
py3: whitelist another nine passing tests
Augie Fackler <augie@google.com>
parents:
36538
diff
changeset
|
26 test-backout.t |
33118
cc9501fa5574
py3: update the python3-whitelist with new tests which pass on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents:
32894
diff
changeset
|
27 test-backwards-remove.t |
40238
c4bc54a634b4
py3: one new passing tests
Augie Fackler <augie@google.com>
parents:
40233
diff
changeset
|
28 test-bad-extension.t |
38593
e46c3b6a47b5
py3: fix dumbhttp.py to convert --daemon-postexec arguments back to bytes
Yuya Nishihara <yuya@tcha.org>
parents:
38592
diff
changeset
|
29 test-bad-pull.t |
36638
159b04de5fb0
py3: make test-basic.t pass on Python 3
Yuya Nishihara <yuya@tcha.org>
parents:
36635
diff
changeset
|
30 test-basic.t |
41335
b81ca9a3f4e4
py3: port test-batching.py to python3
Augie Fackler <augie@google.com>
parents:
41334
diff
changeset
|
31 test-batching.py |
39789
e961f18a0094
tests: use assertTrue() instead of assert_() in test-bdiff.py
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
39786
diff
changeset
|
32 test-bdiff.py |
34350
f975cb7c4dbe
py3: whitelist 15 more tests passing on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents:
34262
diff
changeset
|
33 test-bheads.t |
36829
4eb3bf227ce7
py3: make test-bisect.t bytes-safe
Yuya Nishihara <yuya@tcha.org>
parents:
36795
diff
changeset
|
34 test-bisect.t |
34350
f975cb7c4dbe
py3: whitelist 15 more tests passing on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents:
34262
diff
changeset
|
35 test-bisect2.t |
36831
82af07e1ae16
py3: fix slicing of bisect label in templatefilters.shortbisect()
Yuya Nishihara <yuya@tcha.org>
parents:
36829
diff
changeset
|
36 test-bisect3.t |
36740
2aff6daf7790
py3: byte-stringify test-blackbox.t
Yuya Nishihara <yuya@tcha.org>
parents:
36735
diff
changeset
|
37 test-blackbox.t |
41118
8d03d131f7d3
py3: buildbot spotted more passing tests
Augie Fackler <raf@durin42.com>
parents:
40950
diff
changeset
|
38 test-bookflow.t |
42430
5b217451a2c2
py3: fix test-bookmarks-corner-case.t
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
42429
diff
changeset
|
39 test-bookmarks-corner-case.t |
36131
ce9f1c32810b
py3: whitelist another 11 passing tests
Augie Fackler <augie@google.com>
parents:
36078
diff
changeset
|
40 test-bookmarks-current.t |
34350
f975cb7c4dbe
py3: whitelist 15 more tests passing on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents:
34262
diff
changeset
|
41 test-bookmarks-merge.t |
38606
15622e72307d
py3: suppress write() result and close file in test-bookmarks-pushpull.t
Yuya Nishihara <yuya@tcha.org>
parents:
38605
diff
changeset
|
42 test-bookmarks-pushpull.t |
36156
cf2b9475fbe6
py3: whitelist another six passing tests
Augie Fackler <augie@google.com>
parents:
36135
diff
changeset
|
43 test-bookmarks-rebase.t |
34223
fa9f5d6733d3
python3: another 3 tests whitelisted
Augie Fackler <raf@durin42.com>
parents:
34024
diff
changeset
|
44 test-bookmarks-strip.t |
36579
be27c4e310bd
py3: sixteen more passing tests
Augie Fackler <augie@google.com>
parents:
36561
diff
changeset
|
45 test-bookmarks.t |
36836
a00c38b33047
py3: drop b'' from debug message "moving bookmarks"
Yuya Nishihara <yuya@tcha.org>
parents:
36831
diff
changeset
|
46 test-branch-change.t |
35847
fd21b87e59b2
python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents:
35841
diff
changeset
|
47 test-branch-option.t |
33118
cc9501fa5574
py3: update the python3-whitelist with new tests which pass on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents:
32894
diff
changeset
|
48 test-branch-tag-confict.t |
36579
be27c4e310bd
py3: sixteen more passing tests
Augie Fackler <augie@google.com>
parents:
36561
diff
changeset
|
49 test-branches.t |
41343
7370f302be71
py3: port test-bugzilla.t to Python 3
Augie Fackler <augie@google.com>
parents:
41335
diff
changeset
|
50 test-bugzilla.t |
36131
ce9f1c32810b
py3: whitelist another 11 passing tests
Augie Fackler <augie@google.com>
parents:
36078
diff
changeset
|
51 test-bundle-phases.t |
38597
afef1e362d65
py3: fix bundle heads to be consumable more than once
Yuya Nishihara <yuya@tcha.org>
parents:
38593
diff
changeset
|
52 test-bundle-r.t |
36725
93b8c83ef136
py3: more passing tests (ten this time)
Augie Fackler <augie@google.com>
parents:
36714
diff
changeset
|
53 test-bundle-type.t |
35847
fd21b87e59b2
python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents:
35841
diff
changeset
|
54 test-bundle-vs-outgoing.t |
38597
afef1e362d65
py3: fix bundle heads to be consumable more than once
Yuya Nishihara <yuya@tcha.org>
parents:
38593
diff
changeset
|
55 test-bundle.t |
38605
85c74c5a1590
py3: drop b'' while formatting ResponseError
Yuya Nishihara <yuya@tcha.org>
parents:
38597
diff
changeset
|
56 test-bundle2-exchange.t |
38609
d474b3b44d4f
bundle2: use ProgrammingError to report bad use of addparam()
Yuya Nishihara <yuya@tcha.org>
parents:
38606
diff
changeset
|
57 test-bundle2-format.t |
36489
4b9e9e3f450c
py3: add 14 new passing tests to whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents:
36433
diff
changeset
|
58 test-bundle2-multiple-changegroups.t |
38470
4c358bdaada8
py3: add b'' prefixes in tests/test-bundle2-pushback.t
Pulkit Goyal <7895pulkit@gmail.com>
parents:
38469
diff
changeset
|
59 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
|
60 test-bundle2-remote-changegroup.t |
40233
6309128ff61f
py3: use __code__ instead of func_code to test if func is cachable
Yuya Nishihara <yuya@tcha.org>
parents:
40230
diff
changeset
|
61 test-cache-abuse.t |
36391
3fe0507a4dcd
py3: whitelist another 8 passing tests
Pulkit Goyal <7895pulkit@gmail.com>
parents:
36358
diff
changeset
|
62 test-cappedreader.py |
41344
6dadf3f46661
py3: these two casefolding tests pass for me on my Mac
Augie Fackler <augie@google.com>
parents:
41343
diff
changeset
|
63 test-casecollision-merge.t |
33118
cc9501fa5574
py3: update the python3-whitelist with new tests which pass on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents:
32894
diff
changeset
|
64 test-casecollision.t |
41344
6dadf3f46661
py3: these two casefolding tests pass for me on my Mac
Augie Fackler <augie@google.com>
parents:
41343
diff
changeset
|
65 test-casefolding.t |
35375
ea645c6c6d46
py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents:
35228
diff
changeset
|
66 test-cat.t |
37899
2b3b6187c316
tests: port test-cbor.py to Python 3
Augie Fackler <augie@google.com>
parents:
37895
diff
changeset
|
67 test-cbor.py |
36253
fbc29d9f552f
py3: whitelist another eight passing tests
Augie Fackler <augie@google.com>
parents:
36179
diff
changeset
|
68 test-censor.t |
34350
f975cb7c4dbe
py3: whitelist 15 more tests passing on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents:
34262
diff
changeset
|
69 test-changelog-exec.t |
39057
850fe0b9c0c0
tests: add missing b'' prefix in test-check-code.t
Augie Fackler <augie@google.com>
parents:
39055
diff
changeset
|
70 test-check-code.t |
33118
cc9501fa5574
py3: update the python3-whitelist with new tests which pass on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents:
32894
diff
changeset
|
71 test-check-commit.t |
40261
4b5d9eb1428f
py3: 3 more passing tests
Augie Fackler <augie@google.com>
parents:
40259
diff
changeset
|
72 test-check-config.t |
32854
7a877e569ed6
contrib: check in a whitelist of passing tests in Python 3
Augie Fackler <augie@google.com>
parents:
diff
changeset
|
73 test-check-execute.t |
41118
8d03d131f7d3
py3: buildbot spotted more passing tests
Augie Fackler <raf@durin42.com>
parents:
40950
diff
changeset
|
74 test-check-help.t |
37870
39c17718f311
tests: make test-check-interfaces.py work on Python 3
Augie Fackler <augie@google.com>
parents:
37786
diff
changeset
|
75 test-check-interfaces.py |
33992
492cd4bbca08
contrib: add test-check-module-imports.t to the Python 3 whitelist
Augie Fackler <raf@durin42.com>
parents:
33926
diff
changeset
|
76 test-check-module-imports.t |
39401
0cbcf962847e
test-check-py3-compat: don't run py2 part if $PYTHON is python3
Yuya Nishihara <yuya@tcha.org>
parents:
39220
diff
changeset
|
77 test-check-py3-compat.t |
33118
cc9501fa5574
py3: update the python3-whitelist with new tests which pass on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents:
32894
diff
changeset
|
78 test-check-pyflakes.t |
cc9501fa5574
py3: update the python3-whitelist with new tests which pass on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents:
32894
diff
changeset
|
79 test-check-pylint.t |
32854
7a877e569ed6
contrib: check in a whitelist of passing tests in Python 3
Augie Fackler <augie@google.com>
parents:
diff
changeset
|
80 test-check-shbang.t |
35228
04a2820f2fca
python3: whitelist many more passing tests
Augie Fackler <augie@google.com>
parents:
35142
diff
changeset
|
81 test-children.t |
40241
81e4f039a0cd
churn: use integer division consistently
Augie Fackler <augie@google.com>
parents:
40239
diff
changeset
|
82 test-churn.t |
37747
2d5b5bcc3b9f
wsgicgi: un-do some prior porting work that is now wrong
Augie Fackler <augie@google.com>
parents:
37742
diff
changeset
|
83 test-clone-cgi.t |
36320
9d12416a1593
py3: whitelist another six passing tests
Augie Fackler <augie@google.com>
parents:
36302
diff
changeset
|
84 test-clone-pull-corruption.t |
35847
fd21b87e59b2
python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents:
35841
diff
changeset
|
85 test-clone-r.t |
39817
94c25f694ec3
py3: whitelist two more passing tests
Augie Fackler <augie@google.com>
parents:
39789
diff
changeset
|
86 test-clone-uncompressed.t |
35847
fd21b87e59b2
python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents:
35841
diff
changeset
|
87 test-clone-update-order.t |
40219
7ba6b880b09a
py3: glob some difference between py2 and py3 output
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
40214
diff
changeset
|
88 test-clone.t |
38593
e46c3b6a47b5
py3: fix dumbhttp.py to convert --daemon-postexec arguments back to bytes
Yuya Nishihara <yuya@tcha.org>
parents:
38592
diff
changeset
|
89 test-clonebundles.t |
40228
a17c07793dcd
py3: use '%d' for rev nums instead of '%s'
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
40227
diff
changeset
|
90 test-close-head.t |
40362
2f1edf5e0a4b
py3: get around IOError variants in test-commandserver.t
Yuya Nishihara <yuya@tcha.org>
parents:
40351
diff
changeset
|
91 test-commandserver.t |
36540
496875e6d541
py3: whitelist another nine passing tests
Augie Fackler <augie@google.com>
parents:
36538
diff
changeset
|
92 test-commit-amend.t |
41623
7c4e205f71ca
py3: use bytes.startswith() instead of comparing with bytes[0]
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
41574
diff
changeset
|
93 test-commit-interactive-curses.t |
36839
5b9ae9eca94a
py3: make test-commit-interactive.t byte-safe
Yuya Nishihara <yuya@tcha.org>
parents:
36836
diff
changeset
|
94 test-commit-interactive.t |
36785
e2c0c0884b1f
py3: make test-commit-multiple.t byte-safe
Yuya Nishihara <yuya@tcha.org>
parents:
36784
diff
changeset
|
95 test-commit-multiple.t |
34350
f975cb7c4dbe
py3: whitelist 15 more tests passing on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents:
34262
diff
changeset
|
96 test-commit-unresolved.t |
36540
496875e6d541
py3: whitelist another nine passing tests
Augie Fackler <augie@google.com>
parents:
36538
diff
changeset
|
97 test-commit.t |
36784
e3732c3ab92d
py3: fix type of default username
Yuya Nishihara <yuya@tcha.org>
parents:
36783
diff
changeset
|
98 test-committer.t |
35375
ea645c6c6d46
py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents:
35228
diff
changeset
|
99 test-completion.t |
36730
a22915edc279
py3: byte-stringify test-config.t and test-config-env.py
Yuya Nishihara <yuya@tcha.org>
parents:
36728
diff
changeset
|
100 test-config-env.py |
a22915edc279
py3: byte-stringify test-config.t and test-config-env.py
Yuya Nishihara <yuya@tcha.org>
parents:
36728
diff
changeset
|
101 test-config.t |
36538
81d4a11549ec
py3: whitelist 14 new tests passing
Pulkit Goyal <7895pulkit@gmail.com>
parents:
36489
diff
changeset
|
102 test-conflict.t |
35841
7df43e0b9fc3
python3: whitelist another 7 passing tests
Augie Fackler <augie@google.com>
parents:
35700
diff
changeset
|
103 test-confused-revert.t |
40303
b8db53f786f0
tests: add missing b prefix in test-context-metadata.t
Augie Fackler <augie@google.com>
parents:
40296
diff
changeset
|
104 test-context-metadata.t |
37922
0d95ad9fc5f4
tests: port test-context.py to Python 3
Augie Fackler <augie@google.com>
parents:
37919
diff
changeset
|
105 test-context.py |
32854
7a877e569ed6
contrib: check in a whitelist of passing tests in Python 3
Augie Fackler <augie@google.com>
parents:
diff
changeset
|
106 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
|
107 test-contrib-check-commit.t |
40162
80a4c60513bc
py3: sort passing test list
Augie Fackler <augie@google.com>
parents:
40077
diff
changeset
|
108 test-contrib-dumprevlog.t |
42432
bc7b07bb36cc
py3: add test-contrib-emacs.t to passing tests list
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
42430
diff
changeset
|
109 test-contrib-emacs.t |
40214
b456b2e0ad9f
py3: make test-contrib-perf.t work on python 3
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
40213
diff
changeset
|
110 test-contrib-perf.t |
40239 | 111 test-contrib-relnotes.t |
40165
7d1ba539bbb6
py3: whitelist another passing test
Augie Fackler <augie@google.com>
parents:
40162
diff
changeset
|
112 test-contrib-testparseutil.t |
40261
4b5d9eb1428f
py3: 3 more passing tests
Augie Fackler <augie@google.com>
parents:
40259
diff
changeset
|
113 test-contrib.t |
36344
a65502597d8d
py3: whitelist another eight passing tests
Augie Fackler <augie@google.com>
parents:
36320
diff
changeset
|
114 test-convert-authormap.t |
36135
8b33eb349e0b
py3: whitelist test-convert-clonebranches.t
Augie Fackler <augie@google.com>
parents:
36131
diff
changeset
|
115 test-convert-clonebranches.t |
37919
7a97a622244d
py3: whitelist three passing cvs convert tests
Augie Fackler <augie@google.com>
parents:
37901
diff
changeset
|
116 test-convert-cvs-branch.t |
7a97a622244d
py3: whitelist three passing cvs convert tests
Augie Fackler <augie@google.com>
parents:
37901
diff
changeset
|
117 test-convert-cvs-detectmerge.t |
38310
2049a21c8396
py3: two more passing tests from the ratchet in buildbot
Augie Fackler <augie@google.com>
parents:
38293
diff
changeset
|
118 test-convert-cvs-synthetic.t |
37919
7a97a622244d
py3: whitelist three passing cvs convert tests
Augie Fackler <augie@google.com>
parents:
37901
diff
changeset
|
119 test-convert-cvs.t |
38310
2049a21c8396
py3: two more passing tests from the ratchet in buildbot
Augie Fackler <augie@google.com>
parents:
38293
diff
changeset
|
120 test-convert-cvsnt-mergepoints.t |
36344
a65502597d8d
py3: whitelist another eight passing tests
Augie Fackler <augie@google.com>
parents:
36320
diff
changeset
|
121 test-convert-datesort.t |
36561
23d1096b4b37
py3: whitelist three more passing tests
Augie Fackler <augie@google.com>
parents:
36540
diff
changeset
|
122 test-convert-filemap.t |
41478
8e0dd36f7a97
git: a little pycompat.bytestring() love to make this code work in py3
Augie Fackler <augie@google.com>
parents:
41477
diff
changeset
|
123 test-convert-git.t |
36561
23d1096b4b37
py3: whitelist three more passing tests
Augie Fackler <augie@google.com>
parents:
36540
diff
changeset
|
124 test-convert-hg-sink.t |
36579
be27c4e310bd
py3: sixteen more passing tests
Augie Fackler <augie@google.com>
parents:
36561
diff
changeset
|
125 test-convert-hg-source.t |
36344
a65502597d8d
py3: whitelist another eight passing tests
Augie Fackler <augie@google.com>
parents:
36320
diff
changeset
|
126 test-convert-hg-startrev.t |
42667
6d50a7ebf7e0
py3: add one more test to list of passing tests
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
42625
diff
changeset
|
127 test-convert-identity.t |
41574
b436059c1cca
py3: use pycompat.bytestr() on extra values because it can be int
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
41571
diff
changeset
|
128 test-convert-mtn.t |
37608
fa4b39bb0a07
py3: whitelist another six passing tests
Augie Fackler <augie@google.com>
parents:
37607
diff
changeset
|
129 test-convert-splicemap.t |
41332
b785ce41b6a1
py3: buildbot found more passing tests, thanks to indygreg for most of them
Augie Fackler <augie@google.com>
parents:
41271
diff
changeset
|
130 test-convert-svn-sink.t |
37671
726a95a57eeb
py3: two more passing tests
Augie Fackler <augie@google.com>
parents:
37608
diff
changeset
|
131 test-convert-tagsbranch-topology.t |
41442
e7fcbeb95249
py3: whitelist couple more passing tests found by buildbot
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
41440
diff
changeset
|
132 test-convert.t |
42306
181583d30539
py3: add 5 new passing tests
Pulkit Goyal <7895pulkit@gmail.com>
parents:
42097
diff
changeset
|
133 test-copies-in-changeset.t |
42625
01a503aacc51
py3: another passing test
Augie Fackler <augie@google.com>
parents:
42551
diff
changeset
|
134 test-copies-unrelated.t |
41815
c7fc463b8e8e
py3: add two new passing tests found by buildbot
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
41746
diff
changeset
|
135 test-copies.t |
35958
fd9f2a22ee83
python3: whitelist an additional 11 tests
Augie Fackler <augie@google.com>
parents:
35877
diff
changeset
|
136 test-copy-move-merge.t |
36725
93b8c83ef136
py3: more passing tests (ten this time)
Augie Fackler <augie@google.com>
parents:
36714
diff
changeset
|
137 test-copy.t |
36156
cf2b9475fbe6
py3: whitelist another six passing tests
Augie Fackler <augie@google.com>
parents:
36135
diff
changeset
|
138 test-copytrace-heuristics.t |
40609
ee9981bc8b44
py3: add __pycache__ to .hgignore
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
40559
diff
changeset
|
139 test-custom-filters.t |
36320
9d12416a1593
py3: whitelist another six passing tests
Augie Fackler <augie@google.com>
parents:
36302
diff
changeset
|
140 test-debugbuilddag.t |
36489
4b9e9e3f450c
py3: add 14 new passing tests to whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents:
36433
diff
changeset
|
141 test-debugbundle.t |
39924
7ea24d05d702
py3: add one more passing test to whitelist caught by buildbot
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
39817
diff
changeset
|
142 test-debugcommands.t |
36579
be27c4e310bd
py3: sixteen more passing tests
Augie Fackler <augie@google.com>
parents:
36561
diff
changeset
|
143 test-debugextensions.t |
35841
7df43e0b9fc3
python3: whitelist another 7 passing tests
Augie Fackler <augie@google.com>
parents:
35700
diff
changeset
|
144 test-debugindexdot.t |
34024
19b8eee8b4ec
python3: whitelist another 5 passing tests found with the ratchet script
Augie Fackler <raf@durin42.com>
parents:
33992
diff
changeset
|
145 test-debugrename.t |
36731
8988c34bd018
py3: don't use str() to stringify pushloc
Yuya Nishihara <yuya@tcha.org>
parents:
36730
diff
changeset
|
146 test-default-push.t |
41524
78d2583dd7cb
py3: add three new passing tests found by buildbot
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
41514
diff
changeset
|
147 test-demandimport.py |
42306
181583d30539
py3: add 5 new passing tests
Pulkit Goyal <7895pulkit@gmail.com>
parents:
42097
diff
changeset
|
148 test-devel-warnings.t |
38469
9ef9884e5d50
py3: make tests/test-diff-antipatience.t work with python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents:
38445
diff
changeset
|
149 test-diff-antipatience.t |
35958
fd9f2a22ee83
python3: whitelist an additional 11 tests
Augie Fackler <augie@google.com>
parents:
35877
diff
changeset
|
150 test-diff-binary-file.t |
35847
fd21b87e59b2
python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents:
35841
diff
changeset
|
151 test-diff-change.t |
40282 | 152 test-diff-color.t |
34024
19b8eee8b4ec
python3: whitelist another 5 passing tests found with the ratchet script
Augie Fackler <raf@durin42.com>
parents:
33992
diff
changeset
|
153 test-diff-copy-depth.t |
19b8eee8b4ec
python3: whitelist another 5 passing tests found with the ratchet script
Augie Fackler <raf@durin42.com>
parents:
33992
diff
changeset
|
154 test-diff-hashes.t |
37384
5c9d0af7b02e
py3: whitelist 13 new passing tests
Pulkit Goyal <7895pulkit@gmail.com>
parents:
36992
diff
changeset
|
155 test-diff-ignore-whitespace.t |
5c9d0af7b02e
py3: whitelist 13 new passing tests
Pulkit Goyal <7895pulkit@gmail.com>
parents:
36992
diff
changeset
|
156 test-diff-indent-heuristic.t |
33118
cc9501fa5574
py3: update the python3-whitelist with new tests which pass on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents:
32894
diff
changeset
|
157 test-diff-issue2761.t |
33305
aaa1f8f514cf
py3: fix test-diff-newlines.t to be compatible with py3
Boris Feld <boris.feld@octobus.net>
parents:
33118
diff
changeset
|
158 test-diff-newlines.t |
33118
cc9501fa5574
py3: update the python3-whitelist with new tests which pass on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents:
32894
diff
changeset
|
159 test-diff-reverse.t |
cc9501fa5574
py3: update the python3-whitelist with new tests which pass on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents:
32894
diff
changeset
|
160 test-diff-subdir.t |
37384
5c9d0af7b02e
py3: whitelist 13 new passing tests
Pulkit Goyal <7895pulkit@gmail.com>
parents:
36992
diff
changeset
|
161 test-diff-unified.t |
5c9d0af7b02e
py3: whitelist 13 new passing tests
Pulkit Goyal <7895pulkit@gmail.com>
parents:
36992
diff
changeset
|
162 test-diff-upgrade.t |
35590
aaeba70d5cbe
py3: add 8 new passing tests to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents:
35375
diff
changeset
|
163 test-diffdir.t |
37607
e40c8494acfa
py3: whitelist another nine passing tests
Augie Fackler <augie@google.com>
parents:
37471
diff
changeset
|
164 test-diffstat.t |
35590
aaeba70d5cbe
py3: add 8 new passing tests to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents:
35375
diff
changeset
|
165 test-directaccess.t |
36078
7f68235f23ff
python3: whitelist another four passing tests
Augie Fackler <augie@google.com>
parents:
35958
diff
changeset
|
166 test-dirstate-backup.t |
33118
cc9501fa5574
py3: update the python3-whitelist with new tests which pass on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents:
32894
diff
changeset
|
167 test-dirstate-nonnormalset.t |
40296
e787d97e90ad
py3: fix test-dirstate-race.t
Mark Thomas <mbthomas@fb.com>
parents:
40282
diff
changeset
|
168 test-dirstate-race.t |
42471
c7308b3bc189
py3: add test-dirstate-race2.t to list of passing tests
Pulkit Goyal <7895pulkit@gmail.com>
parents:
42432
diff
changeset
|
169 test-dirstate-race2.t |
37607
e40c8494acfa
py3: whitelist another nine passing tests
Augie Fackler <augie@google.com>
parents:
37471
diff
changeset
|
170 test-dirstate.t |
37924
32106c474086
tests: port test-dispatch.py to Python 3
Augie Fackler <augie@google.com>
parents:
37923
diff
changeset
|
171 test-dispatch.py |
41442
e7fcbeb95249
py3: whitelist couple more passing tests found by buildbot
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
41440
diff
changeset
|
172 test-dispatch.t |
32854
7a877e569ed6
contrib: check in a whitelist of passing tests in Python 3
Augie Fackler <augie@google.com>
parents:
diff
changeset
|
173 test-doctest.py |
34350
f975cb7c4dbe
py3: whitelist 15 more tests passing on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents:
34262
diff
changeset
|
174 test-double-merge.t |
35877
11fdf1486519
python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents:
35847
diff
changeset
|
175 test-drawdag.t |
33838
48f3e87ce650
python3: whitelist four more passing tests
Augie Fackler <augie@google.com>
parents:
33586
diff
changeset
|
176 test-duplicateoptions.py |
37384
5c9d0af7b02e
py3: whitelist 13 new passing tests
Pulkit Goyal <7895pulkit@gmail.com>
parents:
36992
diff
changeset
|
177 test-editor-filename.t |
33118
cc9501fa5574
py3: update the python3-whitelist with new tests which pass on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents:
32894
diff
changeset
|
178 test-empty-dir.t |
34350
f975cb7c4dbe
py3: whitelist 15 more tests passing on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents:
34262
diff
changeset
|
179 test-empty-file.t |
35847
fd21b87e59b2
python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents:
35841
diff
changeset
|
180 test-empty-group.t |
33840
627cb36b537f
python3: whitelist another *13* tests that now pass
Augie Fackler <augie@google.com>
parents:
33838
diff
changeset
|
181 test-empty.t |
36725
93b8c83ef136
py3: more passing tests (ten this time)
Augie Fackler <augie@google.com>
parents:
36714
diff
changeset
|
182 test-encode.t |
41345
24bef6a99958
py3: fix up test-encoding-align.t for python3
Augie Fackler <augie@google.com>
parents:
41344
diff
changeset
|
183 test-encoding-align.t |
33926
f4433f2713d0
encoding: add function to test if a str consists of ASCII characters
Yuya Nishihara <yuya@tcha.org>
parents:
33878
diff
changeset
|
184 test-encoding-func.py |
40351
b1eb19301c94
py3: add 5 new passing tests to whitelist caught by buildbot
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
40332
diff
changeset
|
185 test-encoding-textwrap.t |
36579
be27c4e310bd
py3: sixteen more passing tests
Augie Fackler <augie@google.com>
parents:
36561
diff
changeset
|
186 test-encoding.t |
36179
7e6aad95244f
python3: whitelist another 5 passing tests
Augie Fackler <augie@google.com>
parents:
36176
diff
changeset
|
187 test-eol-add.t |
7e6aad95244f
python3: whitelist another 5 passing tests
Augie Fackler <augie@google.com>
parents:
36176
diff
changeset
|
188 test-eol-clone.t |
36710
f3591e687202
py3: whitelist three more cases
Augie Fackler <augie@google.com>
parents:
36693
diff
changeset
|
189 test-eol-hook.t |
38329
f47608575c10
py3: replace s[-1] with s.endswith() in eol handling
Yuya Nishihara <yuya@tcha.org>
parents:
38328
diff
changeset
|
190 test-eol-patch.t |
36179
7e6aad95244f
python3: whitelist another 5 passing tests
Augie Fackler <augie@google.com>
parents:
36176
diff
changeset
|
191 test-eol-tag.t |
7e6aad95244f
python3: whitelist another 5 passing tests
Augie Fackler <augie@google.com>
parents:
36176
diff
changeset
|
192 test-eol-update.t |
38330
ae3f17a87b28
py3: remove b'' from output of test-eol.t
Yuya Nishihara <yuya@tcha.org>
parents:
38329
diff
changeset
|
193 test-eol.t |
38331
cf59de802883
py3: remove b'' from error message of disallowed filename
Yuya Nishihara <yuya@tcha.org>
parents:
38330
diff
changeset
|
194 test-eolfilename.t |
33118
cc9501fa5574
py3: update the python3-whitelist with new tests which pass on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents:
32894
diff
changeset
|
195 test-excessive-merge.t |
35877
11fdf1486519
python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents:
35847
diff
changeset
|
196 test-exchange-obsmarkers-case-A1.t |
11fdf1486519
python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents:
35847
diff
changeset
|
197 test-exchange-obsmarkers-case-A2.t |
11fdf1486519
python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents:
35847
diff
changeset
|
198 test-exchange-obsmarkers-case-A3.t |
11fdf1486519
python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents:
35847
diff
changeset
|
199 test-exchange-obsmarkers-case-A4.t |
11fdf1486519
python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents:
35847
diff
changeset
|
200 test-exchange-obsmarkers-case-A5.t |
11fdf1486519
python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents:
35847
diff
changeset
|
201 test-exchange-obsmarkers-case-A6.t |
11fdf1486519
python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents:
35847
diff
changeset
|
202 test-exchange-obsmarkers-case-A7.t |
11fdf1486519
python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents:
35847
diff
changeset
|
203 test-exchange-obsmarkers-case-B1.t |
11fdf1486519
python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents:
35847
diff
changeset
|
204 test-exchange-obsmarkers-case-B2.t |
11fdf1486519
python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents:
35847
diff
changeset
|
205 test-exchange-obsmarkers-case-B3.t |
11fdf1486519
python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents:
35847
diff
changeset
|
206 test-exchange-obsmarkers-case-B4.t |
11fdf1486519
python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents:
35847
diff
changeset
|
207 test-exchange-obsmarkers-case-B5.t |
11fdf1486519
python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents:
35847
diff
changeset
|
208 test-exchange-obsmarkers-case-B6.t |
11fdf1486519
python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents:
35847
diff
changeset
|
209 test-exchange-obsmarkers-case-B7.t |
11fdf1486519
python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents:
35847
diff
changeset
|
210 test-exchange-obsmarkers-case-C1.t |
11fdf1486519
python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents:
35847
diff
changeset
|
211 test-exchange-obsmarkers-case-C2.t |
11fdf1486519
python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents:
35847
diff
changeset
|
212 test-exchange-obsmarkers-case-C3.t |
11fdf1486519
python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents:
35847
diff
changeset
|
213 test-exchange-obsmarkers-case-C4.t |
11fdf1486519
python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents:
35847
diff
changeset
|
214 test-exchange-obsmarkers-case-D1.t |
11fdf1486519
python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents:
35847
diff
changeset
|
215 test-exchange-obsmarkers-case-D2.t |
11fdf1486519
python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents:
35847
diff
changeset
|
216 test-exchange-obsmarkers-case-D3.t |
11fdf1486519
python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents:
35847
diff
changeset
|
217 test-exchange-obsmarkers-case-D4.t |
35228
04a2820f2fca
python3: whitelist many more passing tests
Augie Fackler <augie@google.com>
parents:
35142
diff
changeset
|
218 test-execute-bit.t |
37608
fa4b39bb0a07
py3: whitelist another six passing tests
Augie Fackler <augie@google.com>
parents:
37607
diff
changeset
|
219 test-export.t |
37739
ce4ae9ead9e7
py3: another three passing
Augie Fackler <augie@google.com>
parents:
37712
diff
changeset
|
220 test-extdata.t |
36268
be5a6fe3643a
py3: make test-extdiff.t pass on Python 3
Yuya Nishihara <yuya@tcha.org>
parents:
36263
diff
changeset
|
221 test-extdiff.t |
40559
26bab5c03e4c
py3: ratchet caught two more passing tests
Augie Fackler <augie@google.com>
parents:
40441
diff
changeset
|
222 test-extension-timing.t |
41524
78d2583dd7cb
py3: add three new passing tests found by buildbot
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
41514
diff
changeset
|
223 test-extension.t |
38091
42476b8b738b
py3: add 13 new passing tests to whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents:
38051
diff
changeset
|
224 test-extensions-afterloaded.t |
37938
ac865f020b99
tests: port test-extensions-wrapfunction to Python 3
Augie Fackler <augie@google.com>
parents:
37937
diff
changeset
|
225 test-extensions-wrapfunction.py |
35958
fd9f2a22ee83
python3: whitelist an additional 11 tests
Augie Fackler <augie@google.com>
parents:
35877
diff
changeset
|
226 test-extra-filelog-entry.t |
41265
433c736f6f1c
py3: all fastannotate tests now pass
Augie Fackler <augie@google.com>
parents:
41260
diff
changeset
|
227 test-fastannotate-corrupt.t |
433c736f6f1c
py3: all fastannotate tests now pass
Augie Fackler <augie@google.com>
parents:
41260
diff
changeset
|
228 test-fastannotate-diffopts.t |
433c736f6f1c
py3: all fastannotate tests now pass
Augie Fackler <augie@google.com>
parents:
41260
diff
changeset
|
229 test-fastannotate-hg.t |
433c736f6f1c
py3: all fastannotate tests now pass
Augie Fackler <augie@google.com>
parents:
41260
diff
changeset
|
230 test-fastannotate-perfhack.t |
433c736f6f1c
py3: all fastannotate tests now pass
Augie Fackler <augie@google.com>
parents:
41260
diff
changeset
|
231 test-fastannotate-protocol.t |
433c736f6f1c
py3: all fastannotate tests now pass
Augie Fackler <augie@google.com>
parents:
41260
diff
changeset
|
232 test-fastannotate-renames.t |
40946
5fd63bca43a4
py3: use pycompat.bytechr() instead of chr() in test-fastannotate-revmap.py
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
40943
diff
changeset
|
233 test-fastannotate-revmap.py |
41265
433c736f6f1c
py3: all fastannotate tests now pass
Augie Fackler <augie@google.com>
parents:
41260
diff
changeset
|
234 test-fastannotate.t |
38339
03aa222ca28e
py3: whitelist another 5 passing tests thanks to the ratchet
Augie Fackler <augie@google.com>
parents:
38332
diff
changeset
|
235 test-fetch.t |
35841
7df43e0b9fc3
python3: whitelist another 7 passing tests
Augie Fackler <augie@google.com>
parents:
35700
diff
changeset
|
236 test-filebranch.t |
37900
b3ffa2faae04
tests: port test-filecache.py to Python 3
Augie Fackler <augie@google.com>
parents:
37899
diff
changeset
|
237 test-filecache.py |
37933
f71c97d9b97b
tests: port test-filelog.py to Python 3
Augie Fackler <augie@google.com>
parents:
37928
diff
changeset
|
238 test-filelog.py |
36391
3fe0507a4dcd
py3: whitelist another 8 passing tests
Pulkit Goyal <7895pulkit@gmail.com>
parents:
36358
diff
changeset
|
239 test-fileset-generated.t |
38327
62376d7b8859
py3: glob out some error messages in test-fileset.t
Yuya Nishihara <yuya@tcha.org>
parents:
38314
diff
changeset
|
240 test-fileset.t |
42429
6ed04139ed37
py3: fix test-fix-metadata.t
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
42355
diff
changeset
|
241 test-fix-metadata.t |
37786
cc932c15b9ee
py3: whitelist six new passing tests
Augie Fackler <augie@google.com>
parents:
37755
diff
changeset
|
242 test-fix-topology.t |
40261
4b5d9eb1428f
py3: 3 more passing tests
Augie Fackler <augie@google.com>
parents:
40259
diff
changeset
|
243 test-fix.t |
41524
78d2583dd7cb
py3: add three new passing tests found by buildbot
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
41514
diff
changeset
|
244 test-flagprocessor.t |
35847
fd21b87e59b2
python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents:
35841
diff
changeset
|
245 test-flags.t |
40262
c8f164061212
tests: fix inline extension in test-fncache.t for Python 3
Augie Fackler <augie@google.com>
parents:
40261
diff
changeset
|
246 test-fncache.t |
41270
188880a3e87b
py3: test*gendoc*.t passes on Python 3
Augie Fackler <augie@google.com>
parents:
41267
diff
changeset
|
247 test-gendoc-da.t |
188880a3e87b
py3: test*gendoc*.t passes on Python 3
Augie Fackler <augie@google.com>
parents:
41267
diff
changeset
|
248 test-gendoc-de.t |
188880a3e87b
py3: test*gendoc*.t passes on Python 3
Augie Fackler <augie@google.com>
parents:
41267
diff
changeset
|
249 test-gendoc-el.t |
188880a3e87b
py3: test*gendoc*.t passes on Python 3
Augie Fackler <augie@google.com>
parents:
41267
diff
changeset
|
250 test-gendoc-fr.t |
188880a3e87b
py3: test*gendoc*.t passes on Python 3
Augie Fackler <augie@google.com>
parents:
41267
diff
changeset
|
251 test-gendoc-it.t |
188880a3e87b
py3: test*gendoc*.t passes on Python 3
Augie Fackler <augie@google.com>
parents:
41267
diff
changeset
|
252 test-gendoc-ja.t |
188880a3e87b
py3: test*gendoc*.t passes on Python 3
Augie Fackler <augie@google.com>
parents:
41267
diff
changeset
|
253 test-gendoc-pt_BR.t |
188880a3e87b
py3: test*gendoc*.t passes on Python 3
Augie Fackler <augie@google.com>
parents:
41267
diff
changeset
|
254 test-gendoc-ro.t |
188880a3e87b
py3: test*gendoc*.t passes on Python 3
Augie Fackler <augie@google.com>
parents:
41267
diff
changeset
|
255 test-gendoc-ru.t |
188880a3e87b
py3: test*gendoc*.t passes on Python 3
Augie Fackler <augie@google.com>
parents:
41267
diff
changeset
|
256 test-gendoc-sv.t |
188880a3e87b
py3: test*gendoc*.t passes on Python 3
Augie Fackler <augie@google.com>
parents:
41267
diff
changeset
|
257 test-gendoc-zh_CN.t |
188880a3e87b
py3: test*gendoc*.t passes on Python 3
Augie Fackler <augie@google.com>
parents:
41267
diff
changeset
|
258 test-gendoc-zh_TW.t |
188880a3e87b
py3: test*gendoc*.t passes on Python 3
Augie Fackler <augie@google.com>
parents:
41267
diff
changeset
|
259 test-gendoc.t |
35847
fd21b87e59b2
python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents:
35841
diff
changeset
|
260 test-generaldelta.t |
36489
4b9e9e3f450c
py3: add 14 new passing tests to whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents:
36433
diff
changeset
|
261 test-getbundle.t |
36253
fbc29d9f552f
py3: whitelist another eight passing tests
Augie Fackler <augie@google.com>
parents:
36179
diff
changeset
|
262 test-git-export.t |
41422
d3a7c743ae3b
py3: more tests from the ratchet
Augie Fackler <augie@google.com>
parents:
41390
diff
changeset
|
263 test-githelp.t |
40224
63245ad598af
py3: add some py3 specific output to test
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
40223
diff
changeset
|
264 test-globalopts.t |
39055
dcecf772756a
tests: port inline extension in test for beautifygraph to Python 3
Augie Fackler <augie@google.com>
parents:
39049
diff
changeset
|
265 test-glog-beautifygraph.t |
35847
fd21b87e59b2
python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents:
35841
diff
changeset
|
266 test-glog-topological.t |
39059
2e37bd614879
tests: port test-glog.t to Python 3 by using extracted printrevset
Augie Fackler <augie@google.com>
parents:
39057
diff
changeset
|
267 test-glog.t |
35228
04a2820f2fca
python3: whitelist many more passing tests
Augie Fackler <augie@google.com>
parents:
35142
diff
changeset
|
268 test-gpg.t |
36540
496875e6d541
py3: whitelist another nine passing tests
Augie Fackler <augie@google.com>
parents:
36538
diff
changeset
|
269 test-graft.t |
39044
83cee1af747f
tests: allow more detailed error message from re.compile
Augie Fackler <augie@google.com>
parents:
39040
diff
changeset
|
270 test-grep.t |
40332 | 271 test-hardlinks.t |
40559
26bab5c03e4c
py3: ratchet caught two more passing tests
Augie Fackler <augie@google.com>
parents:
40441
diff
changeset
|
272 test-help-hide.t |
40351
b1eb19301c94
py3: add 5 new passing tests to whitelist caught by buildbot
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
40332
diff
changeset
|
273 test-help.t |
37712
a728e3695325
hgwebdir: un-bytes the env dict before re-parsing env
Augie Fackler <augie@google.com>
parents:
37682
diff
changeset
|
274 test-hg-parseurl.py |
33838
48f3e87ce650
python3: whitelist four more passing tests
Augie Fackler <augie@google.com>
parents:
33586
diff
changeset
|
275 test-hghave.t |
36579
be27c4e310bd
py3: sixteen more passing tests
Augie Fackler <augie@google.com>
parents:
36561
diff
changeset
|
276 test-hgignore.t |
36538
81d4a11549ec
py3: whitelist 14 new tests passing
Pulkit Goyal <7895pulkit@gmail.com>
parents:
36489
diff
changeset
|
277 test-hgk.t |
38091
42476b8b738b
py3: add 13 new passing tests to whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents:
38051
diff
changeset
|
278 test-hgrc.t |
40213
83912321bf09
py3: add 3 more passing tests to whitelist caught by buildbot
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
40169
diff
changeset
|
279 test-hgweb-annotate-whitespace.t |
41451
30dd20a56f3e
tests: port test-hgweb-auth.py to Python 3
Augie Fackler <augie@google.com>
parents:
41442
diff
changeset
|
280 test-hgweb-auth.py |
36714
250f3168d907
hgweb: fix up trailing slash detection on Python 3
Augie Fackler <augie@google.com>
parents:
36710
diff
changeset
|
281 test-hgweb-bundle.t |
41332
b785ce41b6a1
py3: buildbot found more passing tests, thanks to indygreg for most of them
Augie Fackler <augie@google.com>
parents:
41271
diff
changeset
|
282 test-hgweb-commands.t |
40166 | 283 test-hgweb-csp.t |
36714
250f3168d907
hgweb: fix up trailing slash detection on Python 3
Augie Fackler <augie@google.com>
parents:
36710
diff
changeset
|
284 test-hgweb-descend-empties.t |
40166 | 285 test-hgweb-diffs.t |
37607
e40c8494acfa
py3: whitelist another nine passing tests
Augie Fackler <augie@google.com>
parents:
37471
diff
changeset
|
286 test-hgweb-empty.t |
40166 | 287 test-hgweb-filelog.t |
41514
888e8b36b8d9
py3: record several more passes from the buildbot ratchet
Augie Fackler <augie@google.com>
parents:
41504
diff
changeset
|
288 test-hgweb-json.t |
41332
b785ce41b6a1
py3: buildbot found more passing tests, thanks to indygreg for most of them
Augie Fackler <augie@google.com>
parents:
41271
diff
changeset
|
289 test-hgweb-no-path-info.t |
b785ce41b6a1
py3: buildbot found more passing tests, thanks to indygreg for most of them
Augie Fackler <augie@google.com>
parents:
41271
diff
changeset
|
290 test-hgweb-no-request-uri.t |
39927
59592ac26f85
py3: whitelist one additional test
Augie Fackler <augie@google.com>
parents:
39924
diff
changeset
|
291 test-hgweb-non-interactive.t |
40166 | 292 test-hgweb-raw.t |
36605
d549cfeb5bf7
py3: whitelist more passing tests
Augie Fackler <augie@google.com>
parents:
36579
diff
changeset
|
293 test-hgweb-removed.t |
41332
b785ce41b6a1
py3: buildbot found more passing tests, thanks to indygreg for most of them
Augie Fackler <augie@google.com>
parents:
41271
diff
changeset
|
294 test-hgweb-symrev.t |
40166 | 295 test-hgweb.t |
37879
81455f482478
tests: port test-hgwebdir-paths.py to Python 3
Augie Fackler <augie@google.com>
parents:
37878
diff
changeset
|
296 test-hgwebdir-paths.py |
41332
b785ce41b6a1
py3: buildbot found more passing tests, thanks to indygreg for most of them
Augie Fackler <augie@google.com>
parents:
41271
diff
changeset
|
297 test-hgwebdir.t |
37786
cc932c15b9ee
py3: whitelist six new passing tests
Augie Fackler <augie@google.com>
parents:
37755
diff
changeset
|
298 test-hgwebdirsym.t |
42923
a7abc6081bc5
highlight: fix encoding issues to enable Py3 compatibility
Connor Sheehan <sheehan@mozilla.com>
parents:
42667
diff
changeset
|
299 test-highlight.t |
36176
0836c70ba5fa
py3: whitelist more passing tests
Augie Fackler <augie@google.com>
parents:
36169
diff
changeset
|
300 test-histedit-arguments.t |
0836c70ba5fa
py3: whitelist more passing tests
Augie Fackler <augie@google.com>
parents:
36169
diff
changeset
|
301 test-histedit-base.t |
36169
0ea86f70da8e
py3: whitelist another 8 passing tests
Augie Fackler <augie@google.com>
parents:
36156
diff
changeset
|
302 test-histedit-bookmark-motion.t |
0ea86f70da8e
py3: whitelist another 8 passing tests
Augie Fackler <augie@google.com>
parents:
36156
diff
changeset
|
303 test-histedit-commute.t |
0ea86f70da8e
py3: whitelist another 8 passing tests
Augie Fackler <augie@google.com>
parents:
36156
diff
changeset
|
304 test-histedit-drop.t |
0ea86f70da8e
py3: whitelist another 8 passing tests
Augie Fackler <augie@google.com>
parents:
36156
diff
changeset
|
305 test-histedit-edit.t |
36176
0836c70ba5fa
py3: whitelist more passing tests
Augie Fackler <augie@google.com>
parents:
36169
diff
changeset
|
306 test-histedit-fold-non-commute.t |
36489
4b9e9e3f450c
py3: add 14 new passing tests to whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents:
36433
diff
changeset
|
307 test-histedit-fold.t |
42097
f7fdb24d4178
py3: add one new passing test found by buildbot
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
41972
diff
changeset
|
308 test-histedit-merge-tools.t |
38654
0d27d6bcfb28
py3: whitelist 3 more passing tests caught with the ratchet
Augie Fackler <augie@google.com>
parents:
38609
diff
changeset
|
309 test-histedit-no-backup.t |
36169
0ea86f70da8e
py3: whitelist another 8 passing tests
Augie Fackler <augie@google.com>
parents:
36156
diff
changeset
|
310 test-histedit-no-change.t |
36538
81d4a11549ec
py3: whitelist 14 new tests passing
Pulkit Goyal <7895pulkit@gmail.com>
parents:
36489
diff
changeset
|
311 test-histedit-non-commute-abort.t |
36176
0836c70ba5fa
py3: whitelist more passing tests
Augie Fackler <augie@google.com>
parents:
36169
diff
changeset
|
312 test-histedit-non-commute.t |
36169
0ea86f70da8e
py3: whitelist another 8 passing tests
Augie Fackler <augie@google.com>
parents:
36156
diff
changeset
|
313 test-histedit-obsolete.t |
0ea86f70da8e
py3: whitelist another 8 passing tests
Augie Fackler <augie@google.com>
parents:
36156
diff
changeset
|
314 test-histedit-outgoing.t |
36538
81d4a11549ec
py3: whitelist 14 new tests passing
Pulkit Goyal <7895pulkit@gmail.com>
parents:
36489
diff
changeset
|
315 test-histedit-templates.t |
41422
d3a7c743ae3b
py3: more tests from the ratchet
Augie Fackler <augie@google.com>
parents:
41390
diff
changeset
|
316 test-http-api-httpv2.t |
41332
b785ce41b6a1
py3: buildbot found more passing tests, thanks to indygreg for most of them
Augie Fackler <augie@google.com>
parents:
41271
diff
changeset
|
317 test-http-api.t |
41467
1016b81fa43e
tests: conditionalize test-http-bad-server.t for Python 3.5
Gregory Szorc <gregory.szorc@gmail.com>
parents:
41451
diff
changeset
|
318 test-http-bad-server.t |
36298
b1c713ab785d
py3: whitelist five more passing tests
Augie Fackler <augie@google.com>
parents:
36268
diff
changeset
|
319 test-http-branchmap.t |
36652
8381126bf43c
url: more bytes/unicodes fussing in url.py around auth handling
Augie Fackler <augie@google.com>
parents:
36649
diff
changeset
|
320 test-http-bundle1.t |
36131
ce9f1c32810b
py3: whitelist another 11 passing tests
Augie Fackler <augie@google.com>
parents:
36078
diff
changeset
|
321 test-http-clone-r.t |
39459
bc3b99d5627e
py3: add new passing tests spotted by the buildbot
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
39408
diff
changeset
|
322 test-http-permissions.t |
41390
91ec3d9a97f2
py3: new tests from the ratchet
Augie Fackler <augie@google.com>
parents:
41353
diff
changeset
|
323 test-http-protocol.t |
41746
2dcb637aaf10
py3: whitelist 5 new passing tests caught by buildbot
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
41623
diff
changeset
|
324 test-http-proxy.t |
37739
ce4ae9ead9e7
py3: another three passing
Augie Fackler <augie@google.com>
parents:
37712
diff
changeset
|
325 test-http.t |
41514
888e8b36b8d9
py3: record several more passes from the buildbot ratchet
Augie Fackler <augie@google.com>
parents:
41504
diff
changeset
|
326 test-https.t |
37871
6574c81b6831
tests: port test-hybridencode.py to unittest
Augie Fackler <augie@google.com>
parents:
37870
diff
changeset
|
327 test-hybridencode.py |
40213
83912321bf09
py3: add 3 more passing tests to whitelist caught by buildbot
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
40169
diff
changeset
|
328 test-i18n.t |
36320
9d12416a1593
py3: whitelist another six passing tests
Augie Fackler <augie@google.com>
parents:
36302
diff
changeset
|
329 test-identify.t |
38368
96ee5276340a
py3: add 4 new passing tests to whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents:
38353
diff
changeset
|
330 test-impexp-branch.t |
38329
f47608575c10
py3: replace s[-1] with s.endswith() in eol handling
Yuya Nishihara <yuya@tcha.org>
parents:
38328
diff
changeset
|
331 test-import-bypass.t |
40411
bad46c934c31
py3: add one more passing test to whitelist
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
40362
diff
changeset
|
332 test-import-context.t |
38332
7b12a2d2eedc
py3: ditch email.parser.BytesParser which appears to be plain crap
Yuya Nishihara <yuya@tcha.org>
parents:
38331
diff
changeset
|
333 test-import-eol.t |
41500
8c13f7b0ace6
tests: alter email `From` line to a value that's consistently parsed
Augie Fackler <augie@google.com>
parents:
41483
diff
changeset
|
334 test-import-git.t |
38091
42476b8b738b
py3: add 13 new passing tests to whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents:
38051
diff
changeset
|
335 test-import-merge.t |
36725
93b8c83ef136
py3: more passing tests (ten this time)
Augie Fackler <augie@google.com>
parents:
36714
diff
changeset
|
336 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
|
337 test-import.t |
33878
c90014d5cdc3
python3: whitelist test-imports-checker.t, which now passes
Augie Fackler <raf@durin42.com>
parents:
33840
diff
changeset
|
338 test-imports-checker.t |
37607
e40c8494acfa
py3: whitelist another nine passing tests
Augie Fackler <augie@google.com>
parents:
37471
diff
changeset
|
339 test-incoming-outgoing.t |
40252
090e5f3900b7
py3: fix infinitepush extension tests
Mark Thomas <mbthomas@fb.com>
parents:
40249
diff
changeset
|
340 test-infinitepush-bundlestore.t |
090e5f3900b7
py3: fix infinitepush extension tests
Mark Thomas <mbthomas@fb.com>
parents:
40249
diff
changeset
|
341 test-infinitepush-ci.t |
090e5f3900b7
py3: fix infinitepush extension tests
Mark Thomas <mbthomas@fb.com>
parents:
40249
diff
changeset
|
342 test-infinitepush.t |
35847
fd21b87e59b2
python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents:
35841
diff
changeset
|
343 test-inherit-mode.t |
38328
aa9dd805234d
py3: fix loop over byte string in wireprotov1peer
Yuya Nishihara <yuya@tcha.org>
parents:
38327
diff
changeset
|
344 test-init.t |
41332
b785ce41b6a1
py3: buildbot found more passing tests, thanks to indygreg for most of them
Augie Fackler <augie@google.com>
parents:
41271
diff
changeset
|
345 test-install.t |
33118
cc9501fa5574
py3: update the python3-whitelist with new tests which pass on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents:
32894
diff
changeset
|
346 test-issue1089.t |
36579
be27c4e310bd
py3: sixteen more passing tests
Augie Fackler <augie@google.com>
parents:
36561
diff
changeset
|
347 test-issue1102.t |
35700
a71316bfac87
python3: whitelist two more passing tests
Augie Fackler <augie@google.com>
parents:
35590
diff
changeset
|
348 test-issue1175.t |
35847
fd21b87e59b2
python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents:
35841
diff
changeset
|
349 test-issue1306.t |
36078
7f68235f23ff
python3: whitelist another four passing tests
Augie Fackler <augie@google.com>
parents:
35958
diff
changeset
|
350 test-issue1438.t |
35375
ea645c6c6d46
py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents:
35228
diff
changeset
|
351 test-issue1502.t |
ea645c6c6d46
py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents:
35228
diff
changeset
|
352 test-issue1802.t |
34350
f975cb7c4dbe
py3: whitelist 15 more tests passing on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents:
34262
diff
changeset
|
353 test-issue1877.t |
33118
cc9501fa5574
py3: update the python3-whitelist with new tests which pass on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents:
32894
diff
changeset
|
354 test-issue1993.t |
36579
be27c4e310bd
py3: sixteen more passing tests
Augie Fackler <augie@google.com>
parents:
36561
diff
changeset
|
355 test-issue2137.t |
36320
9d12416a1593
py3: whitelist another six passing tests
Augie Fackler <augie@google.com>
parents:
36302
diff
changeset
|
356 test-issue3084.t |
36302
ba1807d9a846
py3: whitelist another three passing tests
Augie Fackler <augie@google.com>
parents:
36298
diff
changeset
|
357 test-issue4074.t |
35228
04a2820f2fca
python3: whitelist many more passing tests
Augie Fackler <augie@google.com>
parents:
35142
diff
changeset
|
358 test-issue522.t |
35847
fd21b87e59b2
python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents:
35841
diff
changeset
|
359 test-issue586.t |
39578
b781709799f6
py3: whitelist a test caught by the ratchet
Augie Fackler <augie@google.com>
parents:
39459
diff
changeset
|
360 test-issue5979.t |
34350
f975cb7c4dbe
py3: whitelist 15 more tests passing on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents:
34262
diff
changeset
|
361 test-issue612.t |
f975cb7c4dbe
py3: whitelist 15 more tests passing on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents:
34262
diff
changeset
|
362 test-issue619.t |
37384
5c9d0af7b02e
py3: whitelist 13 new passing tests
Pulkit Goyal <7895pulkit@gmail.com>
parents:
36992
diff
changeset
|
363 test-issue660.t |
34350
f975cb7c4dbe
py3: whitelist 15 more tests passing on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents:
34262
diff
changeset
|
364 test-issue672.t |
33118
cc9501fa5574
py3: update the python3-whitelist with new tests which pass on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents:
32894
diff
changeset
|
365 test-issue842.t |
34223
fa9f5d6733d3
python3: another 3 tests whitelisted
Augie Fackler <raf@durin42.com>
parents:
34024
diff
changeset
|
366 test-journal-exists.t |
37384
5c9d0af7b02e
py3: whitelist 13 new passing tests
Pulkit Goyal <7895pulkit@gmail.com>
parents:
36992
diff
changeset
|
367 test-journal-share.t |
5c9d0af7b02e
py3: whitelist 13 new passing tests
Pulkit Goyal <7895pulkit@gmail.com>
parents:
36992
diff
changeset
|
368 test-journal.t |
40319
eb131464c805
py3: byte-stringify literals in test-keyword.t
Yuya Nishihara <yuya@tcha.org>
parents:
40303
diff
changeset
|
369 test-keyword.t |
38328
aa9dd805234d
py3: fix loop over byte string in wireprotov1peer
Yuya Nishihara <yuya@tcha.org>
parents:
38327
diff
changeset
|
370 test-known.t |
36664
6f9442c6b404
py3: whitelist another 15 passing tests
Augie Fackler <augie@google.com>
parents:
36652
diff
changeset
|
371 test-largefiles-cache.t |
36728
f14ba6eb2b5a
archival: use py3 friendly replacements for chr() and long()
Augie Fackler <augie@google.com>
parents:
36725
diff
changeset
|
372 test-largefiles-misc.t |
36131
ce9f1c32810b
py3: whitelist another 11 passing tests
Augie Fackler <augie@google.com>
parents:
36078
diff
changeset
|
373 test-largefiles-small-disk.t |
36795
9b513888ea23
ui: do not use rawinput() when we have to replace sys.stdin/stdout
Yuya Nishihara <yuya@tcha.org>
parents:
36786
diff
changeset
|
374 test-largefiles-update.t |
40871
1aedbf3ef3d1
py3: adapt test-largefiles-wireproto.t to python3
Matt Harbison <matt_harbison@yahoo.com>
parents:
40870
diff
changeset
|
375 test-largefiles-wireproto.t |
37755
886754323bed
largefiles: opts appears to already be bytes in this instance
Augie Fackler <augie@google.com>
parents:
37747
diff
changeset
|
376 test-largefiles.t |
40688
0d8425311f2f
py3: whitelist three more passing test caught by buildbot
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
40667
diff
changeset
|
377 test-lfconvert.t |
0d8425311f2f
py3: whitelist three more passing test caught by buildbot
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
40667
diff
changeset
|
378 test-lfs-bundle.t |
36795
9b513888ea23
ui: do not use rawinput() when we have to replace sys.stdin/stdout
Yuya Nishihara <yuya@tcha.org>
parents:
36786
diff
changeset
|
379 test-lfs-largefiles.t |
37928
7cd1e1adc471
tests: port test-lfs-pointer.py to Python 3
Augie Fackler <augie@google.com>
parents:
37927
diff
changeset
|
380 test-lfs-pointer.py |
41746
2dcb637aaf10
py3: whitelist 5 new passing tests caught by buildbot
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
41623
diff
changeset
|
381 test-lfs-serve.t |
41440
1bc01490178a
lfs: explicitly add the Content-Length header when uploading blobs, for py3
Matt Harbison <matt_harbison@yahoo.com>
parents:
41422
diff
changeset
|
382 test-lfs-test-server.t |
40688
0d8425311f2f
py3: whitelist three more passing test caught by buildbot
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
40667
diff
changeset
|
383 test-lfs.t |
38809
57af5ee15b35
linelog: port to Python 3
Augie Fackler <augie@google.com>
parents:
38701
diff
changeset
|
384 test-linelog.py |
37608
fa4b39bb0a07
py3: whitelist another six passing tests
Augie Fackler <augie@google.com>
parents:
37607
diff
changeset
|
385 test-linerange.py |
33118
cc9501fa5574
py3: update the python3-whitelist with new tests which pass on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents:
32894
diff
changeset
|
386 test-locate.t |
36643
1e1c1bfb0be4
py3: add some b'' to make test-lock-badness.t happy
Yuya Nishihara <yuya@tcha.org>
parents:
36639
diff
changeset
|
387 test-lock-badness.t |
41482
b58d608ec6a0
tests: compare against a bytes in test-lock.py
Gregory Szorc <gregory.szorc@gmail.com>
parents:
41478
diff
changeset
|
388 test-lock.py |
40441
005bc856e919
py3: port test-log-exthook.t to Python 3
Augie Fackler <augie@google.com>
parents:
40411
diff
changeset
|
389 test-log-exthook.t |
37384
5c9d0af7b02e
py3: whitelist 13 new passing tests
Pulkit Goyal <7895pulkit@gmail.com>
parents:
36992
diff
changeset
|
390 test-log-linerange.t |
36693
19e859cad54c
tests: port test-log to Python 3
Augie Fackler <augie@google.com>
parents:
36664
diff
changeset
|
391 test-log.t |
35847
fd21b87e59b2
python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents:
35841
diff
changeset
|
392 test-logexchange.t |
40621
175b590b1f51
py3: byte-stringify inline extension in test-logtoprocess.t
Yuya Nishihara <yuya@tcha.org>
parents:
40609
diff
changeset
|
393 test-logtoprocess.t |
32854
7a877e569ed6
contrib: check in a whitelist of passing tests in Python 3
Augie Fackler <augie@google.com>
parents:
diff
changeset
|
394 test-lrucachedict.py |
36131
ce9f1c32810b
py3: whitelist another 11 passing tests
Augie Fackler <augie@google.com>
parents:
36078
diff
changeset
|
395 test-mactext.t |
37384
5c9d0af7b02e
py3: whitelist 13 new passing tests
Pulkit Goyal <7895pulkit@gmail.com>
parents:
36992
diff
changeset
|
396 test-mailmap.t |
35847
fd21b87e59b2
python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents:
35841
diff
changeset
|
397 test-manifest-merging.t |
33118
cc9501fa5574
py3: update the python3-whitelist with new tests which pass on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents:
32894
diff
changeset
|
398 test-manifest.py |
35847
fd21b87e59b2
python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents:
35841
diff
changeset
|
399 test-manifest.t |
33838
48f3e87ce650
python3: whitelist four more passing tests
Augie Fackler <augie@google.com>
parents:
33586
diff
changeset
|
400 test-match.py |
36344
a65502597d8d
py3: whitelist another eight passing tests
Augie Fackler <augie@google.com>
parents:
36320
diff
changeset
|
401 test-mdiff.py |
36795
9b513888ea23
ui: do not use rawinput() when we have to replace sys.stdin/stdout
Yuya Nishihara <yuya@tcha.org>
parents:
36786
diff
changeset
|
402 test-merge-changedelete.t |
36131
ce9f1c32810b
py3: whitelist another 11 passing tests
Augie Fackler <augie@google.com>
parents:
36078
diff
changeset
|
403 test-merge-closedheads.t |
35847
fd21b87e59b2
python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents:
35841
diff
changeset
|
404 test-merge-commit.t |
36298
b1c713ab785d
py3: whitelist five more passing tests
Augie Fackler <augie@google.com>
parents:
36268
diff
changeset
|
405 test-merge-criss-cross.t |
33118
cc9501fa5574
py3: update the python3-whitelist with new tests which pass on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents:
32894
diff
changeset
|
406 test-merge-default.t |
36786
ed46d48453e8
py3: drop b'' from generate-working-copy-states.py output
Yuya Nishihara <yuya@tcha.org>
parents:
36785
diff
changeset
|
407 test-merge-force.t |
36795
9b513888ea23
ui: do not use rawinput() when we have to replace sys.stdin/stdout
Yuya Nishihara <yuya@tcha.org>
parents:
36786
diff
changeset
|
408 test-merge-halt.t |
35375
ea645c6c6d46
py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents:
35228
diff
changeset
|
409 test-merge-internal-tools-pattern.t |
35841
7df43e0b9fc3
python3: whitelist another 7 passing tests
Augie Fackler <augie@google.com>
parents:
35700
diff
changeset
|
410 test-merge-local.t |
39220
0998f843fcb9
py3: whitelist another test caught by the ratchet
Augie Fackler <augie@google.com>
parents:
39059
diff
changeset
|
411 test-merge-no-file-change.t |
35228
04a2820f2fca
python3: whitelist many more passing tests
Augie Fackler <augie@google.com>
parents:
35142
diff
changeset
|
412 test-merge-remove.t |
04a2820f2fca
python3: whitelist many more passing tests
Augie Fackler <augie@google.com>
parents:
35142
diff
changeset
|
413 test-merge-revert.t |
35375
ea645c6c6d46
py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents:
35228
diff
changeset
|
414 test-merge-revert2.t |
35228
04a2820f2fca
python3: whitelist many more passing tests
Augie Fackler <augie@google.com>
parents:
35142
diff
changeset
|
415 test-merge-subrepos.t |
36489
4b9e9e3f450c
py3: add 14 new passing tests to whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents:
36433
diff
changeset
|
416 test-merge-symlinks.t |
36992
ccc2d5f10421
tests: stop over-specifying tempfile name
Augie Fackler <augie@google.com>
parents:
36970
diff
changeset
|
417 test-merge-tools.t |
36538
81d4a11549ec
py3: whitelist 14 new tests passing
Pulkit Goyal <7895pulkit@gmail.com>
parents:
36489
diff
changeset
|
418 test-merge-types.t |
36344
a65502597d8d
py3: whitelist another eight passing tests
Augie Fackler <augie@google.com>
parents:
36320
diff
changeset
|
419 test-merge1.t |
35375
ea645c6c6d46
py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents:
35228
diff
changeset
|
420 test-merge10.t |
33118
cc9501fa5574
py3: update the python3-whitelist with new tests which pass on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents:
32894
diff
changeset
|
421 test-merge2.t |
34350
f975cb7c4dbe
py3: whitelist 15 more tests passing on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents:
34262
diff
changeset
|
422 test-merge4.t |
33118
cc9501fa5574
py3: update the python3-whitelist with new tests which pass on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents:
32894
diff
changeset
|
423 test-merge5.t |
35375
ea645c6c6d46
py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents:
35228
diff
changeset
|
424 test-merge6.t |
ea645c6c6d46
py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents:
35228
diff
changeset
|
425 test-merge7.t |
ea645c6c6d46
py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents:
35228
diff
changeset
|
426 test-merge8.t |
36538
81d4a11549ec
py3: whitelist 14 new tests passing
Pulkit Goyal <7895pulkit@gmail.com>
parents:
36489
diff
changeset
|
427 test-merge9.t |
37877
2cdae2582d8a
tests: port test-minifileset.py to Python 3
Augie Fackler <augie@google.com>
parents:
37875
diff
changeset
|
428 test-minifileset.py |
37883
a61583cba509
minirst: fix bytes slicing defect on Python 3
Augie Fackler <augie@google.com>
parents:
37880
diff
changeset
|
429 test-minirst.py |
41332
b785ce41b6a1
py3: buildbot found more passing tests, thanks to indygreg for most of them
Augie Fackler <augie@google.com>
parents:
41271
diff
changeset
|
430 test-missing-capability.t |
41390
91ec3d9a97f2
py3: new tests from the ratchet
Augie Fackler <augie@google.com>
parents:
41353
diff
changeset
|
431 test-mq-eol.t |
36391
3fe0507a4dcd
py3: whitelist another 8 passing tests
Pulkit Goyal <7895pulkit@gmail.com>
parents:
36358
diff
changeset
|
432 test-mq-git.t |
39049
b53ec524420b
mq: use stringutil.pprint instead of pycompat.byterepr
Augie Fackler <augie@google.com>
parents:
39044
diff
changeset
|
433 test-mq-guards.t |
36664
6f9442c6b404
py3: whitelist another 15 passing tests
Augie Fackler <augie@google.com>
parents:
36652
diff
changeset
|
434 test-mq-header-date.t |
6f9442c6b404
py3: whitelist another 15 passing tests
Augie Fackler <augie@google.com>
parents:
36652
diff
changeset
|
435 test-mq-header-from.t |
37607
e40c8494acfa
py3: whitelist another nine passing tests
Augie Fackler <augie@google.com>
parents:
37471
diff
changeset
|
436 test-mq-merge.t |
41332
b785ce41b6a1
py3: buildbot found more passing tests, thanks to indygreg for most of them
Augie Fackler <augie@google.com>
parents:
41271
diff
changeset
|
437 test-mq-missingfiles.t |
36391
3fe0507a4dcd
py3: whitelist another 8 passing tests
Pulkit Goyal <7895pulkit@gmail.com>
parents:
36358
diff
changeset
|
438 test-mq-pull-from-bundle.t |
37786
cc932c15b9ee
py3: whitelist six new passing tests
Augie Fackler <augie@google.com>
parents:
37755
diff
changeset
|
439 test-mq-qclone-http.t |
37607
e40c8494acfa
py3: whitelist another nine passing tests
Augie Fackler <augie@google.com>
parents:
37471
diff
changeset
|
440 test-mq-qdelete.t |
36391
3fe0507a4dcd
py3: whitelist another 8 passing tests
Pulkit Goyal <7895pulkit@gmail.com>
parents:
36358
diff
changeset
|
441 test-mq-qdiff.t |
36664
6f9442c6b404
py3: whitelist another 15 passing tests
Augie Fackler <augie@google.com>
parents:
36652
diff
changeset
|
442 test-mq-qfold.t |
6f9442c6b404
py3: whitelist another 15 passing tests
Augie Fackler <augie@google.com>
parents:
36652
diff
changeset
|
443 test-mq-qgoto.t |
35375
ea645c6c6d46
py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents:
35228
diff
changeset
|
444 test-mq-qimport-fail-cleanup.t |
41332
b785ce41b6a1
py3: buildbot found more passing tests, thanks to indygreg for most of them
Augie Fackler <augie@google.com>
parents:
41271
diff
changeset
|
445 test-mq-qimport.t |
37607
e40c8494acfa
py3: whitelist another nine passing tests
Augie Fackler <augie@google.com>
parents:
37471
diff
changeset
|
446 test-mq-qnew.t |
36664
6f9442c6b404
py3: whitelist another 15 passing tests
Augie Fackler <augie@google.com>
parents:
36652
diff
changeset
|
447 test-mq-qpush-exact.t |
39049
b53ec524420b
mq: use stringutil.pprint instead of pycompat.byterepr
Augie Fackler <augie@google.com>
parents:
39044
diff
changeset
|
448 test-mq-qpush-fail.t |
36131
ce9f1c32810b
py3: whitelist another 11 passing tests
Augie Fackler <augie@google.com>
parents:
36078
diff
changeset
|
449 test-mq-qqueue.t |
36795
9b513888ea23
ui: do not use rawinput() when we have to replace sys.stdin/stdout
Yuya Nishihara <yuya@tcha.org>
parents:
36786
diff
changeset
|
450 test-mq-qrefresh-interactive.t |
36664
6f9442c6b404
py3: whitelist another 15 passing tests
Augie Fackler <augie@google.com>
parents:
36652
diff
changeset
|
451 test-mq-qrefresh-replace-log-message.t |
36391
3fe0507a4dcd
py3: whitelist another 8 passing tests
Pulkit Goyal <7895pulkit@gmail.com>
parents:
36358
diff
changeset
|
452 test-mq-qrefresh.t |
36664
6f9442c6b404
py3: whitelist another 15 passing tests
Augie Fackler <augie@google.com>
parents:
36652
diff
changeset
|
453 test-mq-qrename.t |
35958
fd9f2a22ee83
python3: whitelist an additional 11 tests
Augie Fackler <augie@google.com>
parents:
35877
diff
changeset
|
454 test-mq-qsave.t |
36664
6f9442c6b404
py3: whitelist another 15 passing tests
Augie Fackler <augie@google.com>
parents:
36652
diff
changeset
|
455 test-mq-safety.t |
41514
888e8b36b8d9
py3: record several more passes from the buildbot ratchet
Augie Fackler <augie@google.com>
parents:
41504
diff
changeset
|
456 test-mq-subrepo-svn.t |
36795
9b513888ea23
ui: do not use rawinput() when we have to replace sys.stdin/stdout
Yuya Nishihara <yuya@tcha.org>
parents:
36786
diff
changeset
|
457 test-mq-subrepo.t |
36664
6f9442c6b404
py3: whitelist another 15 passing tests
Augie Fackler <augie@google.com>
parents:
36652
diff
changeset
|
458 test-mq-symlinks.t |
39656
e3768bd48e26
py3: add two passing tests to whitelist found by buildbot
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
39612
diff
changeset
|
459 test-mq.t |
36664
6f9442c6b404
py3: whitelist another 15 passing tests
Augie Fackler <augie@google.com>
parents:
36652
diff
changeset
|
460 test-mv-cp-st-diff.t |
38825
8a9f6076e60c
py3: whitelist another 3 tests caught by the ratchet
Augie Fackler <augie@google.com>
parents:
38809
diff
changeset
|
461 test-narrow-acl.t |
36728
f14ba6eb2b5a
archival: use py3 friendly replacements for chr() and long()
Augie Fackler <augie@google.com>
parents:
36725
diff
changeset
|
462 test-narrow-archive.t |
36356
7e97174a1835
py3: whitelist another 11 passing tests
Augie Fackler <augie@google.com>
parents:
36344
diff
changeset
|
463 test-narrow-clone-no-ellipsis.t |
37671
726a95a57eeb
py3: two more passing tests
Augie Fackler <augie@google.com>
parents:
37608
diff
changeset
|
464 test-narrow-clone-non-narrow-server.t |
36356
7e97174a1835
py3: whitelist another 11 passing tests
Augie Fackler <augie@google.com>
parents:
36344
diff
changeset
|
465 test-narrow-clone-nonlinear.t |
40351
b1eb19301c94
py3: add 5 new passing tests to whitelist caught by buildbot
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
40332
diff
changeset
|
466 test-narrow-clone-stream.t |
36356
7e97174a1835
py3: whitelist another 11 passing tests
Augie Fackler <augie@google.com>
parents:
36344
diff
changeset
|
467 test-narrow-clone.t |
36579
be27c4e310bd
py3: sixteen more passing tests
Augie Fackler <augie@google.com>
parents:
36561
diff
changeset
|
468 test-narrow-commit.t |
36356
7e97174a1835
py3: whitelist another 11 passing tests
Augie Fackler <augie@google.com>
parents:
36344
diff
changeset
|
469 test-narrow-copies.t |
36725
93b8c83ef136
py3: more passing tests (ten this time)
Augie Fackler <augie@google.com>
parents:
36714
diff
changeset
|
470 test-narrow-debugcommands.t |
36356
7e97174a1835
py3: whitelist another 11 passing tests
Augie Fackler <augie@google.com>
parents:
36344
diff
changeset
|
471 test-narrow-debugrebuilddirstate.t |
7e97174a1835
py3: whitelist another 11 passing tests
Augie Fackler <augie@google.com>
parents:
36344
diff
changeset
|
472 test-narrow-exchange-merges.t |
36561
23d1096b4b37
py3: whitelist three more passing tests
Augie Fackler <augie@google.com>
parents:
36540
diff
changeset
|
473 test-narrow-exchange.t |
36725
93b8c83ef136
py3: more passing tests (ten this time)
Augie Fackler <augie@google.com>
parents:
36714
diff
changeset
|
474 test-narrow-expanddirstate.t |
36356
7e97174a1835
py3: whitelist another 11 passing tests
Augie Fackler <augie@google.com>
parents:
36344
diff
changeset
|
475 test-narrow-merge.t |
7e97174a1835
py3: whitelist another 11 passing tests
Augie Fackler <augie@google.com>
parents:
36344
diff
changeset
|
476 test-narrow-patch.t |
36358
075ef2d2e38d
py3: two more narrow tests passing
Augie Fackler <augie@google.com>
parents:
36356
diff
changeset
|
477 test-narrow-patterns.t |
36356
7e97174a1835
py3: whitelist another 11 passing tests
Augie Fackler <augie@google.com>
parents:
36344
diff
changeset
|
478 test-narrow-pull.t |
7e97174a1835
py3: whitelist another 11 passing tests
Augie Fackler <augie@google.com>
parents:
36344
diff
changeset
|
479 test-narrow-rebase.t |
36358
075ef2d2e38d
py3: two more narrow tests passing
Augie Fackler <augie@google.com>
parents:
36356
diff
changeset
|
480 test-narrow-shallow-merges.t |
36489
4b9e9e3f450c
py3: add 14 new passing tests to whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents:
36433
diff
changeset
|
481 test-narrow-shallow.t |
41118
8d03d131f7d3
py3: buildbot spotted more passing tests
Augie Fackler <raf@durin42.com>
parents:
40950
diff
changeset
|
482 test-narrow-share.t |
41182
8d0d695fc791
py3: add a test to whitelist caught by buildbot
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
41118
diff
changeset
|
483 test-narrow-sparse.t |
36725
93b8c83ef136
py3: more passing tests (ten this time)
Augie Fackler <augie@google.com>
parents:
36714
diff
changeset
|
484 test-narrow-strip.t |
39459
bc3b99d5627e
py3: add new passing tests spotted by the buildbot
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
39408
diff
changeset
|
485 test-narrow-trackedcmd.t |
36356
7e97174a1835
py3: whitelist another 11 passing tests
Augie Fackler <augie@google.com>
parents:
36344
diff
changeset
|
486 test-narrow-update.t |
39408
c7f213d7f4d2
py3: add new passing test to whitelist found by buildbot
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
39401
diff
changeset
|
487 test-narrow-widen-no-ellipsis.t |
38339
03aa222ca28e
py3: whitelist another 5 passing tests thanks to the ratchet
Augie Fackler <augie@google.com>
parents:
38332
diff
changeset
|
488 test-narrow-widen.t |
03aa222ca28e
py3: whitelist another 5 passing tests thanks to the ratchet
Augie Fackler <augie@google.com>
parents:
38332
diff
changeset
|
489 test-narrow.t |
36664
6f9442c6b404
py3: whitelist another 15 passing tests
Augie Fackler <augie@google.com>
parents:
36652
diff
changeset
|
490 test-nested-repo.t |
36131
ce9f1c32810b
py3: whitelist another 11 passing tests
Augie Fackler <augie@google.com>
parents:
36078
diff
changeset
|
491 test-newbranch.t |
41346 | 492 test-newcgi.t |
39755
e65697cce065
py3: mark another passing test
Augie Fackler <augie@google.com>
parents:
39740
diff
changeset
|
493 test-newercgi.t |
38654
0d27d6bcfb28
py3: whitelist 3 more passing tests caught with the ratchet
Augie Fackler <augie@google.com>
parents:
38609
diff
changeset
|
494 test-nointerrupt.t |
41422
d3a7c743ae3b
py3: more tests from the ratchet
Augie Fackler <augie@google.com>
parents:
41390
diff
changeset
|
495 test-notify-changegroup.t |
35700
a71316bfac87
python3: whitelist two more passing tests
Augie Fackler <augie@google.com>
parents:
35590
diff
changeset
|
496 test-obshistory.t |
36605
d549cfeb5bf7
py3: whitelist more passing tests
Augie Fackler <augie@google.com>
parents:
36579
diff
changeset
|
497 test-obsmarker-template.t |
36131
ce9f1c32810b
py3: whitelist another 11 passing tests
Augie Fackler <augie@google.com>
parents:
36078
diff
changeset
|
498 test-obsmarkers-effectflag.t |
39612
053aa673947f
py3: whitelist another passing test
Augie Fackler <augie@google.com>
parents:
39578
diff
changeset
|
499 test-obsolete-bounds-checking.t |
36253
fbc29d9f552f
py3: whitelist another eight passing tests
Augie Fackler <augie@google.com>
parents:
36179
diff
changeset
|
500 test-obsolete-bundle-strip.t |
35877
11fdf1486519
python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents:
35847
diff
changeset
|
501 test-obsolete-changeset-exchange.t |
35847
fd21b87e59b2
python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents:
35841
diff
changeset
|
502 test-obsolete-checkheads.t |
35958
fd9f2a22ee83
python3: whitelist an additional 11 tests
Augie Fackler <augie@google.com>
parents:
35877
diff
changeset
|
503 test-obsolete-distributed.t |
38445
afa96dd5a483
py3: add b'' prefixes in tests/test-obsolete-divergent.t
Pulkit Goyal <7895pulkit@gmail.com>
parents:
38437
diff
changeset
|
504 test-obsolete-divergent.t |
36579
be27c4e310bd
py3: sixteen more passing tests
Augie Fackler <augie@google.com>
parents:
36561
diff
changeset
|
505 test-obsolete-tag-cache.t |
40169
461583f2125b
py3: another one started passing
Augie Fackler <augie@google.com>
parents:
40168
diff
changeset
|
506 test-obsolete.t |
41422
d3a7c743ae3b
py3: more tests from the ratchet
Augie Fackler <augie@google.com>
parents:
41390
diff
changeset
|
507 test-oldcgi.t |
40230
0b46e1aa7760
py3: add some glob to make output compatible with python 3
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
40229
diff
changeset
|
508 test-origbackup-conflict.t |
40226
0d403e9f049a
py3: use stringutil.pprint() instead of '%r'
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
40224
diff
changeset
|
509 test-pager-legacy.t |
38091
42476b8b738b
py3: add 13 new passing tests to whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents:
38051
diff
changeset
|
510 test-pager.t |
35841
7df43e0b9fc3
python3: whitelist another 7 passing tests
Augie Fackler <augie@google.com>
parents:
35700
diff
changeset
|
511 test-parents.t |
40256 | 512 test-parse-date.t |
41353
07ade2dc41db
py3: port test-parseindex.t to Python 3
Augie Fackler <augie@google.com>
parents:
41347
diff
changeset
|
513 test-parseindex.t |
37894
2f00c6e8f6a1
tests: port test-parseindex2.py to Python 3
Augie Fackler <augie@google.com>
parents:
37892
diff
changeset
|
514 test-parseindex2.py |
38368
96ee5276340a
py3: add 4 new passing tests to whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents:
38353
diff
changeset
|
515 test-patch-offset.t |
38339
03aa222ca28e
py3: whitelist another 5 passing tests thanks to the ratchet
Augie Fackler <augie@google.com>
parents:
38332
diff
changeset
|
516 test-patch.t |
39035
cecb05c371f7
patchbomb: don't unintentionally duplicate headers
Augie Fackler <augie@google.com>
parents:
39029
diff
changeset
|
517 test-patchbomb-bookmark.t |
39029
78f1899e4202
dummysmtpd: accept additional kwargs from stdlib smtpd
Augie Fackler <augie@google.com>
parents:
38988
diff
changeset
|
518 test-patchbomb-tls.t |
39040
f76c1343859d
tests: allow for a bonus newline in base64'd email payload
Augie Fackler <augie@google.com>
parents:
39035
diff
changeset
|
519 test-patchbomb.t |
40230
0b46e1aa7760
py3: add some glob to make output compatible with python 3
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
40229
diff
changeset
|
520 test-pathconflicts-basic.t |
36538
81d4a11549ec
py3: whitelist 14 new tests passing
Pulkit Goyal <7895pulkit@gmail.com>
parents:
36489
diff
changeset
|
521 test-pathconflicts-merge.t |
81d4a11549ec
py3: whitelist 14 new tests passing
Pulkit Goyal <7895pulkit@gmail.com>
parents:
36489
diff
changeset
|
522 test-pathconflicts-update.t |
37880
1b230e19d044
tests: port test-pathencode.py to Python 3
Augie Fackler <augie@google.com>
parents:
37879
diff
changeset
|
523 test-pathencode.py |
42551
8306b6c29add
py3: hack around inconsistency of type of name passed to DNSQuestion
Pulkit Goyal <7895pulkit@gmail.com>
parents:
42471
diff
changeset
|
524 test-paths.t |
36489
4b9e9e3f450c
py3: add 14 new passing tests to whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents:
36433
diff
changeset
|
525 test-pending.t |
34024
19b8eee8b4ec
python3: whitelist another 5 passing tests found with the ratchet script
Augie Fackler <raf@durin42.com>
parents:
33992
diff
changeset
|
526 test-permissions.t |
41972
7c86caee3323
py3: add test-phabricator.py to python3-whitelist
Ian Moody <moz-ian@perix.co.uk>
parents:
41858
diff
changeset
|
527 test-phabricator.t |
41815
c7fc463b8e8e
py3: add two new passing tests found by buildbot
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
41746
diff
changeset
|
528 test-phase-archived.t |
40168
5b8bab9a7e07
py3: one more passing test
Augie Fackler <augie@google.com>
parents:
40166
diff
changeset
|
529 test-phases-exchange.t |
36489
4b9e9e3f450c
py3: add 14 new passing tests to whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents:
36433
diff
changeset
|
530 test-phases.t |
40239 | 531 test-profile.t |
40222
af5e2b23040a
py3: add b'' prefixes in tests/test-progress.t
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
40219
diff
changeset
|
532 test-progress.t |
40351
b1eb19301c94
py3: add 5 new passing tests to whitelist caught by buildbot
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
40332
diff
changeset
|
533 test-propertycache.py |
35847
fd21b87e59b2
python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents:
35841
diff
changeset
|
534 test-pull-branch.t |
41468
9cb51e74e9ad
wireprotov1server: use binascii.unhexlify
Gregory Szorc <gregory.szorc@gmail.com>
parents:
41467
diff
changeset
|
535 test-pull-bundle.t |
36263
d3fa5e106e65
py3: whitelist test-pull-http.t
Augie Fackler <augie@google.com>
parents:
36253
diff
changeset
|
536 test-pull-http.t |
35847
fd21b87e59b2
python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents:
35841
diff
changeset
|
537 test-pull-permission.t |
36320
9d12416a1593
py3: whitelist another six passing tests
Augie Fackler <augie@google.com>
parents:
36302
diff
changeset
|
538 test-pull-pull-corruption.t |
36344
a65502597d8d
py3: whitelist another eight passing tests
Augie Fackler <augie@google.com>
parents:
36320
diff
changeset
|
539 test-pull-r.t |
a65502597d8d
py3: whitelist another eight passing tests
Augie Fackler <augie@google.com>
parents:
36320
diff
changeset
|
540 test-pull-update.t |
38098
c3eda7207f25
py3: consolidate down some (case ...) entries
Augie Fackler <augie@google.com>
parents:
38097
diff
changeset
|
541 test-pull.t |
36579
be27c4e310bd
py3: sixteen more passing tests
Augie Fackler <augie@google.com>
parents:
36561
diff
changeset
|
542 test-purge.t |
39656
e3768bd48e26
py3: add two passing tests to whitelist found by buildbot
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
39612
diff
changeset
|
543 test-push-cgi.t |
35375
ea645c6c6d46
py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents:
35228
diff
changeset
|
544 test-push-checkheads-partial-C1.t |
ea645c6c6d46
py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents:
35228
diff
changeset
|
545 test-push-checkheads-partial-C2.t |
ea645c6c6d46
py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents:
35228
diff
changeset
|
546 test-push-checkheads-partial-C3.t |
ea645c6c6d46
py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents:
35228
diff
changeset
|
547 test-push-checkheads-partial-C4.t |
33840
627cb36b537f
python3: whitelist another *13* tests that now pass
Augie Fackler <augie@google.com>
parents:
33838
diff
changeset
|
548 test-push-checkheads-pruned-B1.t |
35375
ea645c6c6d46
py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents:
35228
diff
changeset
|
549 test-push-checkheads-pruned-B2.t |
ea645c6c6d46
py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents:
35228
diff
changeset
|
550 test-push-checkheads-pruned-B3.t |
ea645c6c6d46
py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents:
35228
diff
changeset
|
551 test-push-checkheads-pruned-B4.t |
ea645c6c6d46
py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents:
35228
diff
changeset
|
552 test-push-checkheads-pruned-B5.t |
33840
627cb36b537f
python3: whitelist another *13* tests that now pass
Augie Fackler <augie@google.com>
parents:
33838
diff
changeset
|
553 test-push-checkheads-pruned-B6.t |
627cb36b537f
python3: whitelist another *13* tests that now pass
Augie Fackler <augie@google.com>
parents:
33838
diff
changeset
|
554 test-push-checkheads-pruned-B7.t |
35375
ea645c6c6d46
py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents:
35228
diff
changeset
|
555 test-push-checkheads-pruned-B8.t |
33840
627cb36b537f
python3: whitelist another *13* tests that now pass
Augie Fackler <augie@google.com>
parents:
33838
diff
changeset
|
556 test-push-checkheads-superceed-A1.t |
35375
ea645c6c6d46
py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents:
35228
diff
changeset
|
557 test-push-checkheads-superceed-A2.t |
ea645c6c6d46
py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents:
35228
diff
changeset
|
558 test-push-checkheads-superceed-A3.t |
33840
627cb36b537f
python3: whitelist another *13* tests that now pass
Augie Fackler <augie@google.com>
parents:
33838
diff
changeset
|
559 test-push-checkheads-superceed-A4.t |
627cb36b537f
python3: whitelist another *13* tests that now pass
Augie Fackler <augie@google.com>
parents:
33838
diff
changeset
|
560 test-push-checkheads-superceed-A5.t |
35375
ea645c6c6d46
py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents:
35228
diff
changeset
|
561 test-push-checkheads-superceed-A6.t |
ea645c6c6d46
py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents:
35228
diff
changeset
|
562 test-push-checkheads-superceed-A7.t |
33840
627cb36b537f
python3: whitelist another *13* tests that now pass
Augie Fackler <augie@google.com>
parents:
33838
diff
changeset
|
563 test-push-checkheads-superceed-A8.t |
627cb36b537f
python3: whitelist another *13* tests that now pass
Augie Fackler <augie@google.com>
parents:
33838
diff
changeset
|
564 test-push-checkheads-unpushed-D1.t |
35375
ea645c6c6d46
py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents:
35228
diff
changeset
|
565 test-push-checkheads-unpushed-D2.t |
ea645c6c6d46
py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents:
35228
diff
changeset
|
566 test-push-checkheads-unpushed-D3.t |
ea645c6c6d46
py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents:
35228
diff
changeset
|
567 test-push-checkheads-unpushed-D4.t |
ea645c6c6d46
py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents:
35228
diff
changeset
|
568 test-push-checkheads-unpushed-D5.t |
33840
627cb36b537f
python3: whitelist another *13* tests that now pass
Augie Fackler <augie@google.com>
parents:
33838
diff
changeset
|
569 test-push-checkheads-unpushed-D6.t |
627cb36b537f
python3: whitelist another *13* tests that now pass
Augie Fackler <augie@google.com>
parents:
33838
diff
changeset
|
570 test-push-checkheads-unpushed-D7.t |
36433
433cfad4bc46
py3: whitelist test-push-http.t as passing
Augie Fackler <augie@google.com>
parents:
36391
diff
changeset
|
571 test-push-http.t |
40870
d3d52cc91e83
py3: byteify test-push-race.t
Matt Harbison <matt_harbison@yahoo.com>
parents:
40688
diff
changeset
|
572 test-push-race.t |
35847
fd21b87e59b2
python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents:
35841
diff
changeset
|
573 test-push-warn.t |
38200
c019db5ccfa1
py3: add 3 new passing tests to whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents:
38098
diff
changeset
|
574 test-push.t |
36489
4b9e9e3f450c
py3: add 14 new passing tests to whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents:
36433
diff
changeset
|
575 test-pushvars.t |
38368
96ee5276340a
py3: add 4 new passing tests to whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents:
38353
diff
changeset
|
576 test-qrecord.t |
36538
81d4a11549ec
py3: whitelist 14 new tests passing
Pulkit Goyal <7895pulkit@gmail.com>
parents:
36489
diff
changeset
|
577 test-rebase-abort.t |
38825
8a9f6076e60c
py3: whitelist another 3 tests caught by the ratchet
Augie Fackler <augie@google.com>
parents:
38809
diff
changeset
|
578 test-rebase-backup.t |
36489
4b9e9e3f450c
py3: add 14 new passing tests to whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents:
36433
diff
changeset
|
579 test-rebase-base-flag.t |
36156
cf2b9475fbe6
py3: whitelist another six passing tests
Augie Fackler <augie@google.com>
parents:
36135
diff
changeset
|
580 test-rebase-bookmarks.t |
36489
4b9e9e3f450c
py3: add 14 new passing tests to whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents:
36433
diff
changeset
|
581 test-rebase-brute-force.t |
36538
81d4a11549ec
py3: whitelist 14 new tests passing
Pulkit Goyal <7895pulkit@gmail.com>
parents:
36489
diff
changeset
|
582 test-rebase-cache.t |
36156
cf2b9475fbe6
py3: whitelist another six passing tests
Augie Fackler <augie@google.com>
parents:
36135
diff
changeset
|
583 test-rebase-check-restore.t |
36540
496875e6d541
py3: whitelist another nine passing tests
Augie Fackler <augie@google.com>
parents:
36538
diff
changeset
|
584 test-rebase-collapse.t |
37384
5c9d0af7b02e
py3: whitelist 13 new passing tests
Pulkit Goyal <7895pulkit@gmail.com>
parents:
36992
diff
changeset
|
585 test-rebase-conflicts.t |
36298
b1c713ab785d
py3: whitelist five more passing tests
Augie Fackler <augie@google.com>
parents:
36268
diff
changeset
|
586 test-rebase-dest.t |
36538
81d4a11549ec
py3: whitelist 14 new tests passing
Pulkit Goyal <7895pulkit@gmail.com>
parents:
36489
diff
changeset
|
587 test-rebase-detach.t |
36298
b1c713ab785d
py3: whitelist five more passing tests
Augie Fackler <augie@google.com>
parents:
36268
diff
changeset
|
588 test-rebase-emptycommit.t |
35958
fd9f2a22ee83
python3: whitelist an additional 11 tests
Augie Fackler <augie@google.com>
parents:
35877
diff
changeset
|
589 test-rebase-inmemory.t |
36489
4b9e9e3f450c
py3: add 14 new passing tests to whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents:
36433
diff
changeset
|
590 test-rebase-interruptions.t |
35958
fd9f2a22ee83
python3: whitelist an additional 11 tests
Augie Fackler <augie@google.com>
parents:
35877
diff
changeset
|
591 test-rebase-issue-noparam-single-rev.t |
36156
cf2b9475fbe6
py3: whitelist another six passing tests
Augie Fackler <augie@google.com>
parents:
36135
diff
changeset
|
592 test-rebase-legacy.t |
36664
6f9442c6b404
py3: whitelist another 15 passing tests
Augie Fackler <augie@google.com>
parents:
36652
diff
changeset
|
593 test-rebase-mq-skip.t |
37607
e40c8494acfa
py3: whitelist another nine passing tests
Augie Fackler <augie@google.com>
parents:
37471
diff
changeset
|
594 test-rebase-mq.t |
36253
fbc29d9f552f
py3: whitelist another eight passing tests
Augie Fackler <augie@google.com>
parents:
36179
diff
changeset
|
595 test-rebase-named-branches.t |
36298
b1c713ab785d
py3: whitelist five more passing tests
Augie Fackler <augie@google.com>
parents:
36268
diff
changeset
|
596 test-rebase-newancestor.t |
36540
496875e6d541
py3: whitelist another nine passing tests
Augie Fackler <augie@google.com>
parents:
36538
diff
changeset
|
597 test-rebase-obsolete.t |
36538
81d4a11549ec
py3: whitelist 14 new tests passing
Pulkit Goyal <7895pulkit@gmail.com>
parents:
36489
diff
changeset
|
598 test-rebase-parameters.t |
36302
ba1807d9a846
py3: whitelist another three passing tests
Augie Fackler <augie@google.com>
parents:
36298
diff
changeset
|
599 test-rebase-partial.t |
36169
0ea86f70da8e
py3: whitelist another 8 passing tests
Augie Fackler <augie@google.com>
parents:
36156
diff
changeset
|
600 test-rebase-pull.t |
36302
ba1807d9a846
py3: whitelist another three passing tests
Augie Fackler <augie@google.com>
parents:
36298
diff
changeset
|
601 test-rebase-rename.t |
36540
496875e6d541
py3: whitelist another nine passing tests
Augie Fackler <augie@google.com>
parents:
36538
diff
changeset
|
602 test-rebase-scenario-global.t |
36538
81d4a11549ec
py3: whitelist 14 new tests passing
Pulkit Goyal <7895pulkit@gmail.com>
parents:
36489
diff
changeset
|
603 test-rebase-templates.t |
35958
fd9f2a22ee83
python3: whitelist an additional 11 tests
Augie Fackler <augie@google.com>
parents:
35877
diff
changeset
|
604 test-rebase-transaction.t |
38091
42476b8b738b
py3: add 13 new passing tests to whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents:
38051
diff
changeset
|
605 test-rebuildstate.t |
35590
aaeba70d5cbe
py3: add 8 new passing tests to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents:
35375
diff
changeset
|
606 test-record.t |
40239 | 607 test-releasenotes-formatting.t |
608 test-releasenotes-merging.t | |
609 test-releasenotes-parsing.t | |
36489
4b9e9e3f450c
py3: add 14 new passing tests to whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents:
36433
diff
changeset
|
610 test-relink.t |
42306
181583d30539
py3: add 5 new passing tests
Pulkit Goyal <7895pulkit@gmail.com>
parents:
42097
diff
changeset
|
611 test-remote-hidden.t |
40667
02318e0810ac
py3: add 9 new passing tests caught by buildbot
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
40621
diff
changeset
|
612 test-remotefilelog-bad-configs.t |
41267
e30eef62e743
py3: add 10 more passing tests caught by ratchet
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
41265
diff
changeset
|
613 test-remotefilelog-bgprefetch.t |
40667
02318e0810ac
py3: add 9 new passing tests caught by buildbot
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
40621
diff
changeset
|
614 test-remotefilelog-blame.t |
41267
e30eef62e743
py3: add 10 more passing tests caught by ratchet
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
41265
diff
changeset
|
615 test-remotefilelog-bundle2.t |
e30eef62e743
py3: add 10 more passing tests caught by ratchet
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
41265
diff
changeset
|
616 test-remotefilelog-bundles.t |
41271
774b5195fac6
py3: two more passing tests from the ratchet
Augie Fackler <augie@google.com>
parents:
41270
diff
changeset
|
617 test-remotefilelog-cacheprocess.t |
40667
02318e0810ac
py3: add 9 new passing tests caught by buildbot
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
40621
diff
changeset
|
618 test-remotefilelog-clone-tree.t |
02318e0810ac
py3: add 9 new passing tests caught by buildbot
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
40621
diff
changeset
|
619 test-remotefilelog-clone.t |
41514
888e8b36b8d9
py3: record several more passes from the buildbot ratchet
Augie Fackler <augie@google.com>
parents:
41504
diff
changeset
|
620 test-remotefilelog-corrupt-cache.t |
41475
30b762a330c8
remotefilelog: cast division result to an int
Gregory Szorc <gregory.szorc@gmail.com>
parents:
41468
diff
changeset
|
621 test-remotefilelog-datapack.py |
41514
888e8b36b8d9
py3: record several more passes from the buildbot ratchet
Augie Fackler <augie@google.com>
parents:
41504
diff
changeset
|
622 test-remotefilelog-gc.t |
41267
e30eef62e743
py3: add 10 more passing tests caught by ratchet
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
41265
diff
changeset
|
623 test-remotefilelog-gcrepack.t |
41332
b785ce41b6a1
py3: buildbot found more passing tests, thanks to indygreg for most of them
Augie Fackler <augie@google.com>
parents:
41271
diff
changeset
|
624 test-remotefilelog-histpack.py |
41267
e30eef62e743
py3: add 10 more passing tests caught by ratchet
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
41265
diff
changeset
|
625 test-remotefilelog-http.t |
40667
02318e0810ac
py3: add 9 new passing tests caught by buildbot
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
40621
diff
changeset
|
626 test-remotefilelog-keepset.t |
41746
2dcb637aaf10
py3: whitelist 5 new passing tests caught by buildbot
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
41623
diff
changeset
|
627 test-remotefilelog-linknodes.t |
41267
e30eef62e743
py3: add 10 more passing tests caught by ratchet
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
41265
diff
changeset
|
628 test-remotefilelog-local.t |
e30eef62e743
py3: add 10 more passing tests caught by ratchet
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
41265
diff
changeset
|
629 test-remotefilelog-log.t |
40667
02318e0810ac
py3: add 9 new passing tests caught by buildbot
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
40621
diff
changeset
|
630 test-remotefilelog-partial-shallow.t |
41271
774b5195fac6
py3: two more passing tests from the ratchet
Augie Fackler <augie@google.com>
parents:
41270
diff
changeset
|
631 test-remotefilelog-permissions.t |
40667
02318e0810ac
py3: add 9 new passing tests caught by buildbot
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
40621
diff
changeset
|
632 test-remotefilelog-prefetch.t |
40950
52fbf8a9907c
py3: add a b'' prefix in tests/test-remotefilelog-pull-noshallow.t
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
40946
diff
changeset
|
633 test-remotefilelog-pull-noshallow.t |
41746
2dcb637aaf10
py3: whitelist 5 new passing tests caught by buildbot
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
41623
diff
changeset
|
634 test-remotefilelog-push-pull.t |
41514
888e8b36b8d9
py3: record several more passes from the buildbot ratchet
Augie Fackler <augie@google.com>
parents:
41504
diff
changeset
|
635 test-remotefilelog-repack-fast.t |
41501
13dad5cb4b99
py3: fix test-remotefilelog-repack.t
Augie Fackler <augie@google.com>
parents:
41500
diff
changeset
|
636 test-remotefilelog-repack.t |
40667
02318e0810ac
py3: add 9 new passing tests caught by buildbot
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
40621
diff
changeset
|
637 test-remotefilelog-share.t |
41267
e30eef62e743
py3: add 10 more passing tests caught by ratchet
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
41265
diff
changeset
|
638 test-remotefilelog-sparse.t |
40667
02318e0810ac
py3: add 9 new passing tests caught by buildbot
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
40621
diff
changeset
|
639 test-remotefilelog-tags.t |
41267
e30eef62e743
py3: add 10 more passing tests caught by ratchet
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
41265
diff
changeset
|
640 test-remotefilelog-wireproto.t |
36156
cf2b9475fbe6
py3: whitelist another six passing tests
Augie Fackler <augie@google.com>
parents:
36135
diff
changeset
|
641 test-remove.t |
38654
0d27d6bcfb28
py3: whitelist 3 more passing tests caught with the ratchet
Augie Fackler <augie@google.com>
parents:
38609
diff
changeset
|
642 test-removeemptydirs.t |
35841
7df43e0b9fc3
python3: whitelist another 7 passing tests
Augie Fackler <augie@google.com>
parents:
35700
diff
changeset
|
643 test-rename-after-merge.t |
35375
ea645c6c6d46
py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents:
35228
diff
changeset
|
644 test-rename-dir-merge.t |
34350
f975cb7c4dbe
py3: whitelist 15 more tests passing on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents:
34262
diff
changeset
|
645 test-rename-merge1.t |
39459
bc3b99d5627e
py3: add new passing tests spotted by the buildbot
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
39408
diff
changeset
|
646 test-rename-merge2.t |
33840
627cb36b537f
python3: whitelist another *13* tests that now pass
Augie Fackler <augie@google.com>
parents:
33838
diff
changeset
|
647 test-rename.t |
36253
fbc29d9f552f
py3: whitelist another eight passing tests
Augie Fackler <augie@google.com>
parents:
36179
diff
changeset
|
648 test-repair-strip.t |
36320
9d12416a1593
py3: whitelist another six passing tests
Augie Fackler <augie@google.com>
parents:
36302
diff
changeset
|
649 test-repo-compengines.t |
40229
fed5e57c8dc7
py3: add a b'' prefix in tests/test-requires.t
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
40228
diff
changeset
|
650 test-requires.t |
36538
81d4a11549ec
py3: whitelist 14 new tests passing
Pulkit Goyal <7895pulkit@gmail.com>
parents:
36489
diff
changeset
|
651 test-resolve.t |
38097
a400fe810346
py3: re-sort test whitelist
Augie Fackler <augie@google.com>
parents:
38091
diff
changeset
|
652 test-revert-flags.t |
38091
42476b8b738b
py3: add 13 new passing tests to whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents:
38051
diff
changeset
|
653 test-revert-interactive.t |
35228
04a2820f2fca
python3: whitelist many more passing tests
Augie Fackler <augie@google.com>
parents:
35142
diff
changeset
|
654 test-revert-unknown.t |
39740
e0a7cfa9323f
py3: use print as a function in tests/test-revert.t
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
39656
diff
changeset
|
655 test-revert.t |
38973
633249d226c7
py3: whitelist another test caught by the ratchet
Augie Fackler <augie@google.com>
parents:
38825
diff
changeset
|
656 test-revisions.t |
36489
4b9e9e3f450c
py3: add 14 new passing tests to whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents:
36433
diff
changeset
|
657 test-revlog-ancestry.py |
35228
04a2820f2fca
python3: whitelist many more passing tests
Augie Fackler <augie@google.com>
parents:
35142
diff
changeset
|
658 test-revlog-group-emptyiter.t |
35590
aaeba70d5cbe
py3: add 8 new passing tests to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents:
35375
diff
changeset
|
659 test-revlog-mmapindex.t |
33118
cc9501fa5574
py3: update the python3-whitelist with new tests which pass on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents:
32894
diff
changeset
|
660 test-revlog-packentry.t |
38051
cab398cb9b49
py3: whitelist two more passing tests observed by buildbot
Augie Fackler <augie@google.com>
parents:
37939
diff
changeset
|
661 test-revlog-raw.py |
38368
96ee5276340a
py3: add 4 new passing tests to whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents:
38353
diff
changeset
|
662 test-revlog-v2.t |
40281 | 663 test-revlog.t |
35958
fd9f2a22ee83
python3: whitelist an additional 11 tests
Augie Fackler <augie@google.com>
parents:
35877
diff
changeset
|
664 test-revset-dirstate-parents.t |
37786
cc932c15b9ee
py3: whitelist six new passing tests
Augie Fackler <augie@google.com>
parents:
37755
diff
changeset
|
665 test-revset-legacy-lookup.t |
35847
fd21b87e59b2
python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents:
35841
diff
changeset
|
666 test-revset-outgoing.t |
41746
2dcb637aaf10
py3: whitelist 5 new passing tests caught by buildbot
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
41623
diff
changeset
|
667 test-revset.t |
41477
4caf56c33009
py3: have test-revset2.t write test scripts in a more portable way
Augie Fackler <augie@google.com>
parents:
41475
diff
changeset
|
668 test-revset2.t |
36735
ef345f9e4295
transaction: fix an error string with bytestr() on a repr()d value
Augie Fackler <augie@google.com>
parents:
36734
diff
changeset
|
669 test-rollback.t |
32854
7a877e569ed6
contrib: check in a whitelist of passing tests in Python 3
Augie Fackler <augie@google.com>
parents:
diff
changeset
|
670 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
|
671 test-run-tests.t |
41118
8d03d131f7d3
py3: buildbot spotted more passing tests
Augie Fackler <raf@durin42.com>
parents:
40950
diff
changeset
|
672 test-rust-ancestor.py |
42306
181583d30539
py3: add 5 new passing tests
Pulkit Goyal <7895pulkit@gmail.com>
parents:
42097
diff
changeset
|
673 test-rust-discovery.py |
36710
f3591e687202
py3: whitelist three more cases
Augie Fackler <augie@google.com>
parents:
36693
diff
changeset
|
674 test-schemes.t |
36078
7f68235f23ff
python3: whitelist another four passing tests
Augie Fackler <augie@google.com>
parents:
35958
diff
changeset
|
675 test-serve.t |
41845
343968d5236d
py3: add a new passing test found by buildbot
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
41815
diff
changeset
|
676 test-server-view.t |
37607
e40c8494acfa
py3: whitelist another nine passing tests
Augie Fackler <augie@google.com>
parents:
37471
diff
changeset
|
677 test-setdiscovery.t |
42355
9166935da31f
py3: add one new passing test found by buildbot
Pulkit Goyal <7895pulkit@gmail.com>
parents:
42306
diff
changeset
|
678 test-share-bookmarks.t |
36605
d549cfeb5bf7
py3: whitelist more passing tests
Augie Fackler <augie@google.com>
parents:
36579
diff
changeset
|
679 test-share.t |
37742
89d82d2b68e9
py3: fix test-shelve.t on Python 3
Augie Fackler <augie@google.com>
parents:
37741
diff
changeset
|
680 test-shelve.t |
40943
205c639ce27d
py3: whitelist another passing test caught by buildbot
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
40871
diff
changeset
|
681 test-shelve2.t |
34350
f975cb7c4dbe
py3: whitelist 15 more tests passing on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents:
34262
diff
changeset
|
682 test-show-stack.t |
36579
be27c4e310bd
py3: sixteen more passing tests
Augie Fackler <augie@google.com>
parents:
36561
diff
changeset
|
683 test-show-work.t |
36078
7f68235f23ff
python3: whitelist another four passing tests
Augie Fackler <augie@google.com>
parents:
35958
diff
changeset
|
684 test-show.t |
35375
ea645c6c6d46
py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents:
35228
diff
changeset
|
685 test-simple-update.t |
37939
6eca47f6319d
tests: port test-simplekeyvaluefile.py to Python 3
Augie Fackler <augie@google.com>
parents:
37938
diff
changeset
|
686 test-simplekeyvaluefile.py |
37892
c1bc196e021d
tests: port test-simplemerge.py to Python 3
Augie Fackler <augie@google.com>
parents:
37883
diff
changeset
|
687 test-simplemerge.py |
35841
7df43e0b9fc3
python3: whitelist another 7 passing tests
Augie Fackler <augie@google.com>
parents:
35700
diff
changeset
|
688 test-single-head.t |
35590
aaeba70d5cbe
py3: add 8 new passing tests to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents:
35375
diff
changeset
|
689 test-sparse-clear.t |
38200
c019db5ccfa1
py3: add 3 new passing tests to whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents:
38098
diff
changeset
|
690 test-sparse-clone.t |
37608
fa4b39bb0a07
py3: whitelist another six passing tests
Augie Fackler <augie@google.com>
parents:
37607
diff
changeset
|
691 test-sparse-import.t |
35590
aaeba70d5cbe
py3: add 8 new passing tests to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents:
35375
diff
changeset
|
692 test-sparse-merges.t |
37608
fa4b39bb0a07
py3: whitelist another six passing tests
Augie Fackler <augie@google.com>
parents:
37607
diff
changeset
|
693 test-sparse-profiles.t |
35590
aaeba70d5cbe
py3: add 8 new passing tests to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents:
35375
diff
changeset
|
694 test-sparse-requirement.t |
aaeba70d5cbe
py3: add 8 new passing tests to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents:
35375
diff
changeset
|
695 test-sparse-verbose-json.t |
38200
c019db5ccfa1
py3: add 3 new passing tests to whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents:
38098
diff
changeset
|
696 test-sparse.t |
38098
c3eda7207f25
py3: consolidate down some (case ...) entries
Augie Fackler <augie@google.com>
parents:
38097
diff
changeset
|
697 test-split.t |
38328
aa9dd805234d
py3: fix loop over byte string in wireprotov1peer
Yuya Nishihara <yuya@tcha.org>
parents:
38327
diff
changeset
|
698 test-ssh-bundle1.t |
36131
ce9f1c32810b
py3: whitelist another 11 passing tests
Augie Fackler <augie@google.com>
parents:
36078
diff
changeset
|
699 test-ssh-clone-r.t |
38314
565074cc9ac6
tests: suppress read(-1) -> '' calls in fileobjectobserver
Augie Fackler <augie@google.com>
parents:
38310
diff
changeset
|
700 test-ssh-proto-unbundle.t |
36253
fbc29d9f552f
py3: whitelist another eight passing tests
Augie Fackler <augie@google.com>
parents:
36179
diff
changeset
|
701 test-ssh-proto.t |
40227
f4893b59230f
py3: more globing of things to make output compatible between py2 and py3
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
40226
diff
changeset
|
702 test-ssh-repoerror.t |
38328
aa9dd805234d
py3: fix loop over byte string in wireprotov1peer
Yuya Nishihara <yuya@tcha.org>
parents:
38327
diff
changeset
|
703 test-ssh.t |
36253
fbc29d9f552f
py3: whitelist another eight passing tests
Augie Fackler <augie@google.com>
parents:
36179
diff
changeset
|
704 test-sshserver.py |
37384
5c9d0af7b02e
py3: whitelist 13 new passing tests
Pulkit Goyal <7895pulkit@gmail.com>
parents:
36992
diff
changeset
|
705 test-stack.t |
41422
d3a7c743ae3b
py3: more tests from the ratchet
Augie Fackler <augie@google.com>
parents:
41390
diff
changeset
|
706 test-static-http.t |
40223
cabf09dbc6e0
py3: use stringutil.pprint() in color.py instead of '%r'
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
40222
diff
changeset
|
707 test-status-color.t |
37901
bbff7170f665
tests: fix test-status-inprocess.py on Python 3
Augie Fackler <augie@google.com>
parents:
37900
diff
changeset
|
708 test-status-inprocess.py |
36391
3fe0507a4dcd
py3: whitelist another 8 passing tests
Pulkit Goyal <7895pulkit@gmail.com>
parents:
36358
diff
changeset
|
709 test-status-rev.t |
34223
fa9f5d6733d3
python3: another 3 tests whitelisted
Augie Fackler <raf@durin42.com>
parents:
34024
diff
changeset
|
710 test-status-terse.t |
40278 | 711 test-status.t |
39988
a8ec8bce14c6
py3: whitelist another passing tests caught by buildbot
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
39947
diff
changeset
|
712 test-storage.py |
39817
94c25f694ec3
py3: whitelist two more passing tests
Augie Fackler <augie@google.com>
parents:
39789
diff
changeset
|
713 test-stream-bundle-v2.t |
38293
9f56ad50924d
py3: buildbot informs me we have two new passing tests
Augie Fackler <augie@google.com>
parents:
38200
diff
changeset
|
714 test-strict.t |
35847
fd21b87e59b2
python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents:
35841
diff
changeset
|
715 test-strip-cross.t |
35877
11fdf1486519
python3: whitelist another 24 passing tests
Augie Fackler <augie@google.com>
parents:
35847
diff
changeset
|
716 test-strip.t |
36728
f14ba6eb2b5a
archival: use py3 friendly replacements for chr() and long()
Augie Fackler <augie@google.com>
parents:
36725
diff
changeset
|
717 test-subrepo-deep-nested-change.t |
41483
46ab0c6b28dc
subrepo: bytes/str cleanups on Git support
Augie Fackler <augie@google.com>
parents:
41482
diff
changeset
|
718 test-subrepo-git.t |
37608
fa4b39bb0a07
py3: whitelist another six passing tests
Augie Fackler <augie@google.com>
parents:
37607
diff
changeset
|
719 test-subrepo-missing.t |
38097
a400fe810346
py3: re-sort test whitelist
Augie Fackler <augie@google.com>
parents:
38091
diff
changeset
|
720 test-subrepo-paths.t |
37786
cc932c15b9ee
py3: whitelist six new passing tests
Augie Fackler <augie@google.com>
parents:
37755
diff
changeset
|
721 test-subrepo-recursion.t |
cc932c15b9ee
py3: whitelist six new passing tests
Augie Fackler <augie@google.com>
parents:
37755
diff
changeset
|
722 test-subrepo-relative-path.t |
41514
888e8b36b8d9
py3: record several more passes from the buildbot ratchet
Augie Fackler <augie@google.com>
parents:
41504
diff
changeset
|
723 test-subrepo-svn.t |
36725
93b8c83ef136
py3: more passing tests (ten this time)
Augie Fackler <augie@google.com>
parents:
36714
diff
changeset
|
724 test-subrepo.t |
37935
630429dcc397
tests: port test-symlink-os-yes-fs-no.py to Python 3
Augie Fackler <augie@google.com>
parents:
37933
diff
changeset
|
725 test-symlink-os-yes-fs-no.py |
38091
42476b8b738b
py3: add 13 new passing tests to whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents:
38051
diff
changeset
|
726 test-symlink-placeholder.t |
36664
6f9442c6b404
py3: whitelist another 15 passing tests
Augie Fackler <augie@google.com>
parents:
36652
diff
changeset
|
727 test-symlinks.t |
36734
b77ff4fbe9ad
py3: work around comparison between int and None in tagmerge
Yuya Nishihara <yuya@tcha.org>
parents:
36731
diff
changeset
|
728 test-tag.t |
36783
1fbbb8e83392
py3: read/write plain lock file in binary mode
Yuya Nishihara <yuya@tcha.org>
parents:
36740
diff
changeset
|
729 test-tags.t |
38437
550b7d110f45
tests: rename and document test-command-template.t
Yuya Nishihara <yuya@tcha.org>
parents:
38436
diff
changeset
|
730 test-template-basic.t |
38434
70f551a3f52e
tests: extract test-template-functions.t from test-command-template.t
Yuya Nishihara <yuya@tcha.org>
parents:
38433
diff
changeset
|
731 test-template-functions.t |
38436
da4508cdef37
tests: extract test-template-keywords.t from test-command-template.t
Yuya Nishihara <yuya@tcha.org>
parents:
38435
diff
changeset
|
732 test-template-keywords.t |
38433
ddce7bdf7f3c
tests: extract test-template-map.t from test-command-template.t
Yuya Nishihara <yuya@tcha.org>
parents:
38371
diff
changeset
|
733 test-template-map.t |
40246
be0a5d2d5c78
tests: fix last failure in test-tools.t
Augie Fackler <augie@google.com>
parents:
40241
diff
changeset
|
734 test-tools.t |
38371
fb4813304c5f
py3: add `and None` to suppress return values of .write() calls
Pulkit Goyal <7895pulkit@gmail.com>
parents:
38368
diff
changeset
|
735 test-transplant.t |
41332
b785ce41b6a1
py3: buildbot found more passing tests, thanks to indygreg for most of them
Augie Fackler <augie@google.com>
parents:
41271
diff
changeset
|
736 test-treediscovery-legacy.t |
b785ce41b6a1
py3: buildbot found more passing tests, thanks to indygreg for most of them
Augie Fackler <augie@google.com>
parents:
41271
diff
changeset
|
737 test-treediscovery.t |
36725
93b8c83ef136
py3: more passing tests (ten this time)
Augie Fackler <augie@google.com>
parents:
36714
diff
changeset
|
738 test-treemanifest.t |
41514
888e8b36b8d9
py3: record several more passes from the buildbot ratchet
Augie Fackler <augie@google.com>
parents:
41504
diff
changeset
|
739 test-trusted.py |
37925
b8c2004a8d2b
tests: port test-ui-color.py to Python 3
Augie Fackler <augie@google.com>
parents:
37924
diff
changeset
|
740 test-ui-color.py |
37937
a2cfea193040
tests: port test-ui-config to Python 3
Augie Fackler <augie@google.com>
parents:
37935
diff
changeset
|
741 test-ui-config.py |
37927
76d0a343c305
tests: port test-ui-verbosity.py to Python 3
Augie Fackler <augie@google.com>
parents:
37925
diff
changeset
|
742 test-ui-verbosity.py |
35958
fd9f2a22ee83
python3: whitelist an additional 11 tests
Augie Fackler <augie@google.com>
parents:
35877
diff
changeset
|
743 test-unamend.t |
38339
03aa222ca28e
py3: whitelist another 5 passing tests thanks to the ratchet
Augie Fackler <augie@google.com>
parents:
38332
diff
changeset
|
744 test-unbundlehash.t |
35228
04a2820f2fca
python3: whitelist many more passing tests
Augie Fackler <augie@google.com>
parents:
35142
diff
changeset
|
745 test-uncommit.t |
32854
7a877e569ed6
contrib: check in a whitelist of passing tests in Python 3
Augie Fackler <augie@google.com>
parents:
diff
changeset
|
746 test-unified-test.t |
38091
42476b8b738b
py3: add 13 new passing tests to whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents:
38051
diff
changeset
|
747 test-unionrepo.t |
35375
ea645c6c6d46
py3: add 32 new tests passing to the whitelist
Pulkit Goyal <7895pulkit@gmail.com>
parents:
35228
diff
changeset
|
748 test-unrelated-pull.t |
35847
fd21b87e59b2
python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents:
35841
diff
changeset
|
749 test-up-local-change.t |
41347
40787a96fda7
py3: fix test-update-atomic.t
Augie Fackler <augie@google.com>
parents:
41346
diff
changeset
|
750 test-update-atomic.t |
36131
ce9f1c32810b
py3: whitelist another 11 passing tests
Augie Fackler <augie@google.com>
parents:
36078
diff
changeset
|
751 test-update-branches.t |
35847
fd21b87e59b2
python3: whitelist an additional 23 passing tests
Augie Fackler <augie@google.com>
parents:
35841
diff
changeset
|
752 test-update-dest.t |
34350
f975cb7c4dbe
py3: whitelist 15 more tests passing on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents:
34262
diff
changeset
|
753 test-update-issue1456.t |
35228
04a2820f2fca
python3: whitelist many more passing tests
Augie Fackler <augie@google.com>
parents:
35142
diff
changeset
|
754 test-update-names.t |
33118
cc9501fa5574
py3: update the python3-whitelist with new tests which pass on Python 3
Pulkit Goyal <7895pulkit@gmail.com>
parents:
32894
diff
changeset
|
755 test-update-reverse.t |
36725
93b8c83ef136
py3: more passing tests (ten this time)
Augie Fackler <augie@google.com>
parents:
36714
diff
changeset
|
756 test-upgrade-repo.t |
37739
ce4ae9ead9e7
py3: another three passing
Augie Fackler <augie@google.com>
parents:
37712
diff
changeset
|
757 test-url-download.t |
36344
a65502597d8d
py3: whitelist another eight passing tests
Augie Fackler <augie@google.com>
parents:
36320
diff
changeset
|
758 test-url-rev.t |
37875
078c3eec2d5c
tests: port test-url.py to Python 3
Augie Fackler <augie@google.com>
parents:
37871
diff
changeset
|
759 test-url.py |
36253
fbc29d9f552f
py3: whitelist another eight passing tests
Augie Fackler <augie@google.com>
parents:
36179
diff
changeset
|
760 test-username-newline.t |
38825
8a9f6076e60c
py3: whitelist another 3 tests caught by the ratchet
Augie Fackler <augie@google.com>
parents:
38809
diff
changeset
|
761 test-util.py |
36579
be27c4e310bd
py3: sixteen more passing tests
Augie Fackler <augie@google.com>
parents:
36561
diff
changeset
|
762 test-verify.t |
38051
cab398cb9b49
py3: whitelist two more passing tests observed by buildbot
Augie Fackler <augie@google.com>
parents:
37939
diff
changeset
|
763 test-walk.t |
37878
fa2423acb02f
tests: port test-walkrepo.py to Python 3
Augie Fackler <augie@google.com>
parents:
37877
diff
changeset
|
764 test-walkrepo.py |
36605
d549cfeb5bf7
py3: whitelist more passing tests
Augie Fackler <augie@google.com>
parents:
36579
diff
changeset
|
765 test-websub.t |
36179
7e6aad95244f
python3: whitelist another 5 passing tests
Augie Fackler <augie@google.com>
parents:
36176
diff
changeset
|
766 test-win32text.t |
41390
91ec3d9a97f2
py3: new tests from the ratchet
Augie Fackler <augie@google.com>
parents:
41353
diff
changeset
|
767 test-wireproto-caching.t |
37682
cb71e0f9ac6f
tests: add all missing b prefixes in reactor tests
Augie Fackler <augie@google.com>
parents:
37681
diff
changeset
|
768 test-wireproto-clientreactor.py |
40077
daff528e00d7
py3: add 8 new passing tests to whitelist found by buildbot
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
39988
diff
changeset
|
769 test-wireproto-command-branchmap.t |
41390
91ec3d9a97f2
py3: new tests from the ratchet
Augie Fackler <augie@google.com>
parents:
41353
diff
changeset
|
770 test-wireproto-command-capabilities.t |
40077
daff528e00d7
py3: add 8 new passing tests to whitelist found by buildbot
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
39988
diff
changeset
|
771 test-wireproto-command-changesetdata.t |
daff528e00d7
py3: add 8 new passing tests to whitelist found by buildbot
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
39988
diff
changeset
|
772 test-wireproto-command-filedata.t |
40213
83912321bf09
py3: add 3 more passing tests to whitelist caught by buildbot
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
40169
diff
changeset
|
773 test-wireproto-command-filesdata.t |
40077
daff528e00d7
py3: add 8 new passing tests to whitelist found by buildbot
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
39988
diff
changeset
|
774 test-wireproto-command-heads.t |
41390
91ec3d9a97f2
py3: new tests from the ratchet
Augie Fackler <augie@google.com>
parents:
41353
diff
changeset
|
775 test-wireproto-command-known.t |
40077
daff528e00d7
py3: add 8 new passing tests to whitelist found by buildbot
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
39988
diff
changeset
|
776 test-wireproto-command-listkeys.t |
daff528e00d7
py3: add 8 new passing tests to whitelist found by buildbot
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
39988
diff
changeset
|
777 test-wireproto-command-lookup.t |
daff528e00d7
py3: add 8 new passing tests to whitelist found by buildbot
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
39988
diff
changeset
|
778 test-wireproto-command-manifestdata.t |
daff528e00d7
py3: add 8 new passing tests to whitelist found by buildbot
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
39988
diff
changeset
|
779 test-wireproto-command-pushkey.t |
40351
b1eb19301c94
py3: add 5 new passing tests to whitelist caught by buildbot
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
40332
diff
changeset
|
780 test-wireproto-command-rawstorefiledata.t |
41390
91ec3d9a97f2
py3: new tests from the ratchet
Augie Fackler <augie@google.com>
parents:
41353
diff
changeset
|
781 test-wireproto-content-redirects.t |
91ec3d9a97f2
py3: new tests from the ratchet
Augie Fackler <augie@google.com>
parents:
41353
diff
changeset
|
782 test-wireproto-exchangev2.t |
37681
3942bd8db8b2
stringutil: ast.literal_eval needs a unicode on py3
Augie Fackler <augie@google.com>
parents:
37671
diff
changeset
|
783 test-wireproto-framing.py |
37682
cb71e0f9ac6f
tests: add all missing b prefixes in reactor tests
Augie Fackler <augie@google.com>
parents:
37681
diff
changeset
|
784 test-wireproto-serverreactor.py |
37923
40381a88bab4
tests: port test-wireproto.py to Python 3
Augie Fackler <augie@google.com>
parents:
37922
diff
changeset
|
785 test-wireproto.py |
41332
b785ce41b6a1
py3: buildbot found more passing tests, thanks to indygreg for most of them
Augie Fackler <augie@google.com>
parents:
41271
diff
changeset
|
786 test-wireproto.t |
41571
f9ad1b65d3c3
py3: add 1 new passing test found by buildbot
Pulkit Goyal <pulkit@yandex-team.ru>
parents:
41524
diff
changeset
|
787 test-worker.t |
37895
e0598133ac68
tests: migrate test-wsgirequest.py to Python 3
Augie Fackler <augie@google.com>
parents:
37894
diff
changeset
|
788 test-wsgirequest.py |
32854
7a877e569ed6
contrib: check in a whitelist of passing tests in Python 3
Augie Fackler <augie@google.com>
parents:
diff
changeset
|
789 test-xdg.t |