[PATCH 7 of 7] tests: categorize entries in blacklist for fsmonitor for future reference

FUJIWARA Katsunori foozy at lares.dti.ne.jp
Wed Jul 12 14:22:14 EDT 2017


# HG changeset patch
# User FUJIWARA Katsunori <foozy at lares.dti.ne.jp>
# Date 1499883479 -32400
#      Thu Jul 13 03:17:59 2017 +0900
# Node ID 1ce0071a1d382d3b74d9c26884baecf38b9e08ab
# Parent  e9ba6543da0c07111a3bfbbbea047dc1774c8798
tests: categorize entries in blacklist for fsmonitor for future reference

diff --git a/tests/blacklists/fsmonitor b/tests/blacklists/fsmonitor
--- a/tests/blacklists/fsmonitor
+++ b/tests/blacklists/fsmonitor
@@ -3,7 +3,8 @@
 # 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.
-test-debugextensions.t
+
+#### mainly testing eol extension
 test-eol-add.t
 test-eol-clone.t
 test-eol-hook.t
@@ -12,8 +13,8 @@ test-eol-tag.t
 test-eol-update.t
 test-eol.t
 test-eolfilename.t
-test-extension.t
-test-help.t
+
+#### mainly testing largefiles extension
 test-issue3084.t
 test-largefiles-cache.t
 test-largefiles-misc.t
@@ -22,8 +23,16 @@ test-largefiles-update.t
 test-largefiles-wireproto.t
 test-largefiles.t
 test-lfconvert.t
+
+#### mainly testing nested repositories
 test-nested-repo.t
 test-push-warn.t
 test-subrepo-deep-nested-change.t
 test-subrepo-recursion.t
 test-subrepo.t
+
+#### 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


More information about the Mercurial-devel mailing list