Show More
@@ -3,7 +3,8 | |||
|
3 | 3 | # The following tests all fail because they either use extensions that conflict |
|
4 | 4 | # with fsmonitor, use subrepositories, or don't anticipate the extra file in |
|
5 | 5 | # the .hg directory that fsmonitor adds. |
|
6 | test-debugextensions.t | |
|
6 | ||
|
7 | #### mainly testing eol extension | |
|
7 | 8 | test-eol-add.t |
|
8 | 9 | test-eol-clone.t |
|
9 | 10 | test-eol-hook.t |
@@ -12,8 +13,8 test-eol-tag.t | |||
|
12 | 13 | test-eol-update.t |
|
13 | 14 | test-eol.t |
|
14 | 15 | test-eolfilename.t |
|
15 | test-extension.t | |
|
16 | test-help.t | |
|
16 | ||
|
17 | #### mainly testing largefiles extension | |
|
17 | 18 | test-issue3084.t |
|
18 | 19 | test-largefiles-cache.t |
|
19 | 20 | test-largefiles-misc.t |
@@ -22,8 +23,16 test-largefiles-update.t | |||
|
22 | 23 | test-largefiles-wireproto.t |
|
23 | 24 | test-largefiles.t |
|
24 | 25 | test-lfconvert.t |
|
26 | ||
|
27 | #### mainly testing nested repositories | |
|
25 | 28 | test-nested-repo.t |
|
26 | 29 | test-push-warn.t |
|
27 | 30 | test-subrepo-deep-nested-change.t |
|
28 | 31 | test-subrepo-recursion.t |
|
29 | 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