Skip to content

Commit 429a223

Browse files
authored
Merge pull request #7437 from uutils/sylvestre-patch-4
why-skip: Improve the display
2 parents ba247e6 + 45cad84 commit 429a223

File tree

1 file changed

+47
-47
lines changed

1 file changed

+47
-47
lines changed

util/why-skip.md

Lines changed: 47 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,94 +1,94 @@
11
# spell-checker:ignore epipe readdir restorecon SIGALRM capget bigtime rootfs enotsup
22

33
= trapping SIGPIPE is not supported =
4-
tests/tail-2/pipe-f.sh
5-
tests/misc/seq-epipe.sh
6-
tests/misc/printf-surprise.sh
7-
tests/misc/env-signal-handler.sh
4+
* tests/tail-2/pipe-f.sh
5+
* tests/misc/seq-epipe.sh
6+
* tests/misc/printf-surprise.sh
7+
* tests/misc/env-signal-handler.sh
88

99
= skipped test: breakpoint not hit =
10-
tests/tail-2/inotify-race2.sh
11-
tail-2/inotify-race.sh
10+
* tests/tail-2/inotify-race2.sh
11+
* tail-2/inotify-race.sh
1212

1313
= internal test failure: maybe LD_PRELOAD doesn't work? =
14-
tests/rm/rm-readdir-fail.sh
15-
tests/rm/r-root.sh
16-
tests/df/skip-duplicates.sh
17-
tests/df/no-mtab-status.sh
14+
* tests/rm/rm-readdir-fail.sh
15+
* tests/rm/r-root.sh
16+
* tests/df/skip-duplicates.sh
17+
* tests/df/no-mtab-status.sh
1818

1919
= LD_PRELOAD was ineffective? =
20-
tests/cp/nfs-removal-race.sh
20+
* tests/cp/nfs-removal-race.sh
2121

2222
= failed to create hfs file system =
23-
tests/mv/hardlink-case.sh
23+
* tests/mv/hardlink-case.sh
2424

2525
= temporarily disabled =
26-
tests/mkdir/writable-under-readonly.sh
26+
* tests/mkdir/writable-under-readonly.sh
2727

2828
= this system lacks SMACK support =
29-
tests/mkdir/smack-root.sh
30-
tests/mkdir/smack-no-root.sh
31-
tests/id/smack.sh
29+
* tests/mkdir/smack-root.sh
30+
* tests/mkdir/smack-no-root.sh
31+
* tests/id/smack.sh
3232

3333
= this system lacks SELinux support =
34-
tests/mkdir/selinux.sh
35-
tests/mkdir/restorecon.sh
36-
tests/misc/selinux.sh
37-
tests/misc/chcon.sh
38-
tests/install/install-Z-selinux.sh
39-
tests/install/install-C-selinux.sh
40-
tests/id/no-context.sh
41-
tests/id/context.sh
42-
tests/cp/no-ctx.sh
43-
tests/cp/cp-a-selinux.sh
34+
* tests/mkdir/selinux.sh
35+
* tests/mkdir/restorecon.sh
36+
* tests/misc/selinux.sh
37+
* tests/misc/chcon.sh
38+
* tests/install/install-Z-selinux.sh
39+
* tests/install/install-C-selinux.sh
40+
* tests/id/no-context.sh
41+
* tests/id/context.sh
42+
* tests/cp/no-ctx.sh
43+
* tests/cp/cp-a-selinux.sh
4444

4545
= failed to set xattr of file =
46-
tests/misc/xattr.sh
46+
* tests/misc/xattr.sh
4747

4848
= timeout returned 142. SIGALRM not handled? =
49-
tests/misc/timeout-group.sh
49+
* tests/misc/timeout-group.sh
5050

5151
= FULL_PARTITION_TMPDIR not defined =
52-
tests/misc/tac-continue.sh
52+
* tests/misc/tac-continue.sh
5353

5454
= can't get window size =
55-
tests/misc/stty-row-col.sh
55+
* tests/misc/stty-row-col.sh
5656

5757
= The Swedish locale with blank thousands separator is unavailable. =
58-
tests/misc/sort-h-thousands-sep.sh
58+
* tests/misc/sort-h-thousands-sep.sh
5959

6060
= this shell lacks ulimit support =
61-
tests/misc/csplit-heap.sh
61+
* tests/misc/csplit-heap.sh
6262

6363
= multicall binary is disabled =
64-
tests/misc/coreutils.sh
64+
* tests/misc/coreutils.sh
6565

6666
= not running on GNU/Hurd =
67-
tests/id/gnu-zero-uids.sh
67+
* tests/id/gnu-zero-uids.sh
6868

6969
= file system cannot represent big timestamps =
70-
tests/du/bigtime.sh
70+
* tests/du/bigtime.sh
7171

7272
= no rootfs in mtab =
73-
tests/df/skip-rootfs.sh
73+
* tests/df/skip-rootfs.sh
7474

7575
= insufficient mount/ext2 support =
76-
tests/df/problematic-chars.sh
77-
tests/cp/cp-mv-enotsup-xattr.sh
76+
* tests/df/problematic-chars.sh
77+
* tests/cp/cp-mv-enotsup-xattr.sh
7878

7979
= 512 byte aligned O_DIRECT is not supported on this (file) system =
80-
tests/dd/direct.sh
80+
* tests/dd/direct.sh
8181

8282
= skipped test: /usr/bin/touch -m -d '1998-01-15 23:00' didn't work =
83-
tests/misc/ls-time.sh
83+
* tests/misc/ls-time.sh
8484

8585
= requires controlling input terminal =
86-
tests/misc/stty-pairs.sh
87-
tests/misc/stty.sh
88-
tests/misc/stty-invalid.sh
86+
* tests/misc/stty-pairs.sh
87+
* tests/misc/stty.sh
88+
* tests/misc/stty-invalid.sh
8989

9090
= insufficient SEEK_DATA support =
91-
tests/cp/sparse-perf.sh
92-
tests/cp/sparse-extents.sh
93-
tests/cp/sparse-extents-2.sh
94-
tests/cp/sparse-2.sh
91+
* tests/cp/sparse-perf.sh
92+
* tests/cp/sparse-extents.sh
93+
* tests/cp/sparse-extents-2.sh
94+
* tests/cp/sparse-2.sh

0 commit comments

Comments
 (0)