equal
deleted
inserted
replaced
1 # ConfigParser format |
|
2 # Definitions of blacklists for run-tests.py |
|
3 # |
|
4 # Identify in config sections a list of tests you want to be skipped. |
|
5 # Section names are meant to be used as targets for run-tests.py --blacklist |
|
6 # option. |
|
7 # "test-" prefixes should be omitted from test names. Values are not used. |
|
8 # |
|
9 # e.g. if your file looks like: |
|
10 ## [example] |
|
11 ## hgrc = |
|
12 ## help = "this string is not used" |
|
13 # then calling "run-tests.py --blacklist example" will exclude test-hgrc and |
|
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 = |
|