Show More
@@ -3,7 +3,8 b'' | |||||
3 | # The following tests all fail because they either use extensions that conflict |
|
3 | # The following tests all fail because they either use extensions that conflict | |
4 | # with fsmonitor, use subrepositories, or don't anticipate the extra file in |
|
4 | # with fsmonitor, use subrepositories, or don't anticipate the extra file in | |
5 | # the .hg directory that fsmonitor adds. |
|
5 | # the .hg directory that fsmonitor adds. | |
6 | test-debugextensions.t |
|
6 | ||
|
7 | #### mainly testing eol extension | |||
7 | test-eol-add.t |
|
8 | test-eol-add.t | |
8 | test-eol-clone.t |
|
9 | test-eol-clone.t | |
9 | test-eol-hook.t |
|
10 | test-eol-hook.t | |
@@ -12,8 +13,8 b' test-eol-tag.t' | |||||
12 | test-eol-update.t |
|
13 | test-eol-update.t | |
13 | test-eol.t |
|
14 | test-eol.t | |
14 | test-eolfilename.t |
|
15 | test-eolfilename.t | |
15 | test-extension.t |
|
16 | ||
16 | test-help.t |
|
17 | #### mainly testing largefiles extension | |
17 | test-issue3084.t |
|
18 | test-issue3084.t | |
18 | test-largefiles-cache.t |
|
19 | test-largefiles-cache.t | |
19 | test-largefiles-misc.t |
|
20 | test-largefiles-misc.t | |
@@ -22,8 +23,16 b' test-largefiles-update.t' | |||||
22 | test-largefiles-wireproto.t |
|
23 | test-largefiles-wireproto.t | |
23 | test-largefiles.t |
|
24 | test-largefiles.t | |
24 | test-lfconvert.t |
|
25 | test-lfconvert.t | |
|
26 | ||||
|
27 | #### mainly testing nested repositories | |||
25 | test-nested-repo.t |
|
28 | test-nested-repo.t | |
26 | test-push-warn.t |
|
29 | test-push-warn.t | |
27 | test-subrepo-deep-nested-change.t |
|
30 | test-subrepo-deep-nested-change.t | |
28 | test-subrepo-recursion.t |
|
31 | test-subrepo-recursion.t | |
29 | test-subrepo.t |
|
32 | test-subrepo.t | |
|
33 | ||||
|
34 | #### fixing these seems redundant, because these don't focus on | |||
|
35 | #### operations in the working directory or .hg | |||
|
36 | test-debugextensions.t | |||
|
37 | test-extension.t | |||
|
38 | test-help.t |
General Comments 0
You need to be logged in to leave comments.
Login now