fsmonitor
38 lines
| 992 B
| text/plain
|
TextLexer
Martijn Pieters
|
r28433 | # Blacklist for a full testsuite run with fsmonitor enabled. | ||
Siddharth Agarwal
|
r32769 | # Used by fsmonitor-run-tests. | ||
Martijn Pieters
|
r28433 | # The following tests all fail because they either use extensions that conflict | ||
# with fsmonitor, use subrepositories, or don't anticipate the extra file in | ||||
# the .hg directory that fsmonitor adds. | ||||
FUJIWARA Katsunori
|
r33429 | |||
#### mainly testing eol extension | ||||
Martijn Pieters
|
r28433 | test-eol-add.t | ||
test-eol-clone.t | ||||
test-eol-hook.t | ||||
test-eol-patch.t | ||||
test-eol-tag.t | ||||
test-eol-update.t | ||||
test-eol.t | ||||
test-eolfilename.t | ||||
FUJIWARA Katsunori
|
r33429 | |||
#### mainly testing largefiles extension | ||||
Martijn Pieters
|
r28433 | test-issue3084.t | ||
test-largefiles-cache.t | ||||
test-largefiles-misc.t | ||||
test-largefiles-small-disk.t | ||||
test-largefiles-update.t | ||||
test-largefiles-wireproto.t | ||||
test-largefiles.t | ||||
test-lfconvert.t | ||||
FUJIWARA Katsunori
|
r33429 | |||
#### mainly testing nested repositories | ||||
Martijn Pieters
|
r28433 | test-nested-repo.t | ||
test-push-warn.t | ||||
test-subrepo-deep-nested-change.t | ||||
test-subrepo-recursion.t | ||||
test-subrepo.t | ||||
FUJIWARA Katsunori
|
r33429 | |||
#### fixing these seems redundant, because these don't focus on | ||||
#### operations in the working directory or .hg | ||||
test-debugextensions.t | ||||
test-extension.t | ||||
test-help.t | ||||