Mercurial > hg
annotate tests/blacklists/inotify-failures @ 18350:c0d63e1884a3
hgweb: remove handling of any else than strings from request.write
Iterators should be returned WSGI style, not written. And apparently all of
hgweb do that.
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Tue, 15 Jan 2013 01:05:12 +0100 |
parents | 3afb61810680 |
children |
rev | line source |
---|---|
9960
652064640e98
test blacklist: add inotify-failures target
Nicolas Dumazet <nicdumz.commits@gmail.com>
parents:
9959
diff
changeset
|
1 # When --inotify is activated, help output and config changes: |
10300
c437745f50ec
run-tests: split tests/blacklist in tests/blacklists/*
Nicolas Dumazet <nicdumz.commits@gmail.com>
parents:
9960
diff
changeset
|
2 test-debugcomplete |
c437745f50ec
run-tests: split tests/blacklist in tests/blacklists/*
Nicolas Dumazet <nicdumz.commits@gmail.com>
parents:
9960
diff
changeset
|
3 test-empty |
c437745f50ec
run-tests: split tests/blacklist in tests/blacklists/*
Nicolas Dumazet <nicdumz.commits@gmail.com>
parents:
9960
diff
changeset
|
4 test-fncache |
c437745f50ec
run-tests: split tests/blacklist in tests/blacklists/*
Nicolas Dumazet <nicdumz.commits@gmail.com>
parents:
9960
diff
changeset
|
5 test-globalopts |
c437745f50ec
run-tests: split tests/blacklist in tests/blacklists/*
Nicolas Dumazet <nicdumz.commits@gmail.com>
parents:
9960
diff
changeset
|
6 test-help |
c437745f50ec
run-tests: split tests/blacklist in tests/blacklists/*
Nicolas Dumazet <nicdumz.commits@gmail.com>
parents:
9960
diff
changeset
|
7 test-hgrc |
c437745f50ec
run-tests: split tests/blacklist in tests/blacklists/*
Nicolas Dumazet <nicdumz.commits@gmail.com>
parents:
9960
diff
changeset
|
8 test-inherit-mode |
c437745f50ec
run-tests: split tests/blacklist in tests/blacklists/*
Nicolas Dumazet <nicdumz.commits@gmail.com>
parents:
9960
diff
changeset
|
9 test-qrecord |
c437745f50ec
run-tests: split tests/blacklist in tests/blacklists/*
Nicolas Dumazet <nicdumz.commits@gmail.com>
parents:
9960
diff
changeset
|
10 test-strict |
9960
652064640e98
test blacklist: add inotify-failures target
Nicolas Dumazet <nicdumz.commits@gmail.com>
parents:
9959
diff
changeset
|
11 |
652064640e98
test blacklist: add inotify-failures target
Nicolas Dumazet <nicdumz.commits@gmail.com>
parents:
9959
diff
changeset
|
12 # --inotify activates de facto the inotify extension. It does not play well |
17482 | 13 # with inotify-specific tests, which activate/deactivate inotify at will: |
10300
c437745f50ec
run-tests: split tests/blacklist in tests/blacklists/*
Nicolas Dumazet <nicdumz.commits@gmail.com>
parents:
9960
diff
changeset
|
14 test-inotify |
c437745f50ec
run-tests: split tests/blacklist in tests/blacklists/*
Nicolas Dumazet <nicdumz.commits@gmail.com>
parents:
9960
diff
changeset
|
15 test-inotify-debuginotify |
c437745f50ec
run-tests: split tests/blacklist in tests/blacklists/*
Nicolas Dumazet <nicdumz.commits@gmail.com>
parents:
9960
diff
changeset
|
16 test-inotify-dirty-dirstate |
c437745f50ec
run-tests: split tests/blacklist in tests/blacklists/*
Nicolas Dumazet <nicdumz.commits@gmail.com>
parents:
9960
diff
changeset
|
17 test-inotify-issue1208 |
c437745f50ec
run-tests: split tests/blacklist in tests/blacklists/*
Nicolas Dumazet <nicdumz.commits@gmail.com>
parents:
9960
diff
changeset
|
18 test-inotify-issue1371 |
c437745f50ec
run-tests: split tests/blacklist in tests/blacklists/*
Nicolas Dumazet <nicdumz.commits@gmail.com>
parents:
9960
diff
changeset
|
19 test-inotify-issue1542 |
c437745f50ec
run-tests: split tests/blacklist in tests/blacklists/*
Nicolas Dumazet <nicdumz.commits@gmail.com>
parents:
9960
diff
changeset
|
20 test-inotify-issue1556 |
c437745f50ec
run-tests: split tests/blacklist in tests/blacklists/*
Nicolas Dumazet <nicdumz.commits@gmail.com>
parents:
9960
diff
changeset
|
21 test-inotify-lookup |