Mercurial > hg
comparison tests/blacklists/linux-vfat @ 16339:6e738a0a3393 stable
tests: really add blacklist for vfat on Linux
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Sun, 01 Apr 2012 15:54:29 -0500 |
parents | |
children | 352abbb0be88 |
comparison
equal
deleted
inserted
replaced
16336:0d8df15b59d6 | 16339:6e738a0a3393 |
---|---|
1 # invalid filenames | |
2 test-add.t | |
3 test-init.t | |
4 test-clone.t | |
5 test-contrib.t | |
6 test-hgweb-raw.t | |
7 test-walk.t | |
8 | |
9 # no sockets or fifos | |
10 test-hup.t | |
11 test-inotify-debuginotify.t | |
12 test-inotify-dirty-dirstate.t | |
13 test-inotify-issue1208.t | |
14 test-inotify-issue1371.t | |
15 test-inotify-issue1542.t | |
16 test-inotify-lookup.t | |
17 test-inotify.t | |
18 test-inotify-issue1556.t | |
19 | |
20 # no hardlinks | |
21 test-hardlinks.t | |
22 test-relink.t | |
23 | |
24 # exec bit problems | |
25 test-convert-bzr-114.t | |
26 test-convert-bzr-directories.t | |
27 test-convert-bzr-merges.t | |
28 test-convert-bzr-treeroot.t | |
29 test-convert-darcs.t | |
30 test-merge-tools.t | |
31 | |
32 # debugstate exec bit false positives | |
33 test-dirstate.t | |
34 test-filebranch.t | |
35 test-merge-remove.t |