##// END OF EJS Templates
python3: whitelist another *13* tests that now pass...
Augie Fackler -
r33839:627cb36b default
parent child Browse files
Show More
@@ -1,37 +1,50
1 1 test-ancestor.py
2 2 test-backwards-remove.t
3 3 test-branch-tag-confict.t
4 4 test-casecollision.t
5 5 test-check-commit.t
6 6 test-check-execute.t
7 7 test-check-pyflakes.t
8 8 test-check-pylint.t
9 9 test-check-shbang.t
10 10 test-contrib-check-code.t
11 11 test-contrib-check-commit.t
12 12 test-diff-issue2761.t
13 13 test-diff-newlines.t
14 14 test-diff-reverse.t
15 15 test-diff-subdir.t
16 16 test-dirstate-nonnormalset.t
17 17 test-doctest.py
18 18 test-duplicateoptions.py
19 19 test-empty-dir.t
20 test-empty.t
20 21 test-excessive-merge.t
21 22 test-hghave.t
22 23 test-issue1089.t
23 24 test-issue1993.t
24 25 test-issue842.t
25 26 test-locate.t
26 27 test-lrucachedict.py
27 28 test-manifest.py
28 29 test-match.py
29 30 test-merge-default.t
30 31 test-merge2.t
31 32 test-merge5.t
33 test-push-checkheads-pruned-B1.t
34 test-push-checkheads-pruned-B6.t
35 test-push-checkheads-pruned-B7.t
36 test-push-checkheads-superceed-A1.t
37 test-push-checkheads-superceed-A4.t
38 test-push-checkheads-superceed-A5.t
39 test-push-checkheads-superceed-A8.t
40 test-push-checkheads-unpushed-D1.t
41 test-push-checkheads-unpushed-D6.t
42 test-push-checkheads-unpushed-D7.t
43 test-rename.t
32 44 test-revlog-packentry.t
33 45 test-run-tests.py
34 46 test-terse-status.t
35 47 test-unified-test.t
48 test-update-dest.t
36 49 test-update-reverse.t
37 50 test-xdg.t
General Comments 0
You need to be logged in to leave comments. Login now