comparison tests/blacklist @ 9960:652064640e98

test blacklist: add inotify-failures target
author Nicolas Dumazet <nicdumz.commits@gmail.com>
date Sat, 28 Nov 2009 11:21:19 +0900
parents b37b060d84c7
children
comparison
equal deleted inserted replaced
9959:b37b060d84c7 9960:652064640e98
10 ## [example] 10 ## [example]
11 ## hgrc = 11 ## hgrc =
12 ## help = "this string is not used" 12 ## help = "this string is not used"
13 # then calling "run-tests.py --blacklist example" will exclude test-hgrc and 13 # then calling "run-tests.py --blacklist example" will exclude test-hgrc and
14 # test-help from the list of tests to run. 14 # test-help from the list of tests to run.
15
16 [inotify-failures]
17 # When --inotify is activated, help output and config changes:
18 debugcomplete =
19 empty =
20 fncache =
21 globalopts =
22 help =
23 hgrc =
24 inherit-mode =
25 qrecord =
26 strict =
27
28 # --inotify activates de facto the inotify extension. It does not play well
29 # with inotify-specific tests, which activate/desactivate inotify at will:
30 inotify =
31 inotify-debuginotify =
32 inotify-dirty-dirstate =
33 inotify-issue1208 =
34 inotify-issue1371 =
35 inotify-issue1542 =
36 inotify-issue1556 =
37 inotify-lookup =