[PATCH 3 of 3 RFC] test blacklist: add inotify-failures target

Nicolas Dumazet nicdumz at gmail.com
Fri Nov 27 21:40:12 CST 2009


# HG changeset patch
# User Nicolas Dumazet <nicdumz.commits at gmail.com>
# Date 1259374879 -32400
# Node ID f63038126ec461d9813c701a52223334045be790
# Parent  90a923818bb2076141e61cec7d513c6b5730dfed
test blacklist: add inotify-failures target

diff --git a/tests/blacklist b/tests/blacklist
--- a/tests/blacklist
+++ b/tests/blacklist
@@ -12,3 +12,26 @@
 ## help = "this string is not used"
 # then calling "run-tests.py --blacklist example" will exclude test-hgrc and
 # test-help from the list of tests to run.
+
+[inotify-failures]
+# When --inotify is activated, help output and config changes:
+debugcomplete =
+empty =
+fncache =
+globalopts =
+help =
+hgrc =
+inherit-mode =
+qrecord =
+strict =
+
+# --inotify activates de facto the inotify extension. It does not play well
+# with inotify-specific tests, which activate/desactivate inotify at will:
+inotify =
+inotify-debuginotify =
+inotify-dirty-dirstate =
+inotify-issue1208 =
+inotify-issue1371 =
+inotify-issue1542 =
+inotify-issue1556 =
+inotify-lookup =


More information about the Mercurial-devel mailing list