##// END OF EJS Templates
python3: whitelist many more passing tests...
Augie Fackler -
r35228:04a2820f default
parent child Browse files
Show More
@@ -1,5 +1,8
1 test-add.t
2 test-addremove-similar.t
1 test-addremove.t
3 test-addremove.t
2 test-ancestor.py
4 test-ancestor.py
5 test-automv.t
3 test-backwards-remove.t
6 test-backwards-remove.t
4 test-bheads.t
7 test-bheads.t
5 test-bisect2.t
8 test-bisect2.t
@@ -14,6 +17,7 test-check-module-imports.t
14 test-check-pyflakes.t
17 test-check-pyflakes.t
15 test-check-pylint.t
18 test-check-pylint.t
16 test-check-shbang.t
19 test-check-shbang.t
20 test-children.t
17 test-commit-unresolved.t
21 test-commit-unresolved.t
18 test-contrib-check-code.t
22 test-contrib-check-code.t
19 test-contrib-check-commit.t
23 test-contrib-check-commit.t
@@ -33,11 +37,14 test-empty-file.t
33 test-empty.t
37 test-empty.t
34 test-encoding-func.py
38 test-encoding-func.py
35 test-excessive-merge.t
39 test-excessive-merge.t
40 test-execute-bit.t
41 test-gpg.t
36 test-hghave.t
42 test-hghave.t
37 test-imports-checker.t
43 test-imports-checker.t
38 test-issue1089.t
44 test-issue1089.t
39 test-issue1877.t
45 test-issue1877.t
40 test-issue1993.t
46 test-issue1993.t
47 test-issue522.t
41 test-issue612.t
48 test-issue612.t
42 test-issue619.t
49 test-issue619.t
43 test-issue672.t
50 test-issue672.t
@@ -48,6 +55,9 test-lrucachedict.py
48 test-manifest.py
55 test-manifest.py
49 test-match.py
56 test-match.py
50 test-merge-default.t
57 test-merge-default.t
58 test-merge-remove.t
59 test-merge-revert.t
60 test-merge-subrepos.t
51 test-merge2.t
61 test-merge2.t
52 test-merge4.t
62 test-merge4.t
53 test-merge5.t
63 test-merge5.t
@@ -64,11 +74,16 test-push-checkheads-unpushed-D6.t
64 test-push-checkheads-unpushed-D7.t
74 test-push-checkheads-unpushed-D7.t
65 test-rename-merge1.t
75 test-rename-merge1.t
66 test-rename.t
76 test-rename.t
77 test-revert-flags.t
78 test-revert-unknown.t
79 test-revlog-group-emptyiter.t
67 test-revlog-packentry.t
80 test-revlog-packentry.t
68 test-run-tests.py
81 test-run-tests.py
69 test-show-stack.t
82 test-show-stack.t
70 test-status-terse.t
83 test-status-terse.t
84 test-uncommit.t
71 test-unified-test.t
85 test-unified-test.t
72 test-update-issue1456.t
86 test-update-issue1456.t
87 test-update-names.t
73 test-update-reverse.t
88 test-update-reverse.t
74 test-xdg.t
89 test-xdg.t
General Comments 0
You need to be logged in to leave comments. Login now