##// END OF EJS Templates
tests: categorize entries in blacklist for fsmonitor for future reference
FUJIWARA Katsunori -
r33429:7a15cae3 default
parent child Browse files
Show More
@@ -1,29 +1,38
1 1 # Blacklist for a full testsuite run with fsmonitor enabled.
2 2 # Used by fsmonitor-run-tests.
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
10 11 test-eol-patch.t
11 12 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
20 21 test-largefiles-small-disk.t
21 22 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