view tests/blacklist @ 10128:ea7c392f2b08

patch: drop eol normalization fast-path for 'lf' and 'crlf' With eolmode set to 'lf' or 'crlf' we avoided the hunk duplication and normalization by reading the input patch in text mode. Dropping this optimization simplifies code expectations for a small overhead. The change in test-mq-eol comes from a tolerance to CRLF instead of LF for last lines without newlines being broken by this revision. This tolerance was only partially supported and will be added again in a better way.
author Patrick Mezard <pmezard@gmail.com>
date Wed, 23 Dec 2009 19:31:48 +0100
parents 652064640e98
children
line wrap: on
line source

# ConfigParser format
# Definitions of blacklists for run-tests.py
#
# Identify in config sections a list of tests you want to be skipped.
# Section names are meant to be used as targets for run-tests.py --blacklist
# option.
# "test-" prefixes should be omitted from test names. Values are not used.
#
# e.g. if your file looks like:
## [example]
## hgrc =
## 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 =