Lines Matching full:open
3 # $FreeBSD: head/tools/regression/pjdfstest/tests/open/11.t 211352 2010-08-15 21:24:17Z pjd $
5 desc="open returns EPERM when the named file has its append-only flag set, the file is to be modifiā¦
27 expect 0 open ${n0} O_WRONLY,O_APPEND
28 expect 0 open ${n0} O_RDWR,O_APPEND
29 expect EPERM open ${n0} O_WRONLY
30 expect EPERM open ${n0} O_RDWR
31 todo FreeBSD:ZFS "When fle is protected by SF_APPEND, open(O_TRUNC) should return EPERM."
32 expect EPERM open ${n0} O_RDONLY,O_TRUNC
33 todo FreeBSD:ZFS "When fle is protected by SF_APPEND, open(O_TRUNC) should return EPERM."
34 expect EPERM open ${n0} O_RDONLY,O_APPEND,O_TRUNC
35 todo FreeBSD:ZFS "When fle is protected by SF_APPEND, open(O_TRUNC) should return EPERM."
36 expect EPERM open ${n0} O_WRONLY,O_APPEND,O_TRUNC
37 todo FreeBSD:ZFS "When fle is protected by SF_APPEND, open(O_TRUNC) should return EPERM."
38 expect EPERM open ${n0} O_RDWR,O_APPEND,O_TRUNC
46 expect 0 open ${n0} O_WRONLY,O_APPEND
47 expect 0 open ${n0} O_RDWR,O_APPEND
48 expect EPERM open ${n0} O_WRONLY
49 expect EPERM open ${n0} O_RDWR
50 expect EPERM open ${n0} O_RDONLY,O_TRUNC
51 expect EPERM open ${n0} O_RDONLY,O_APPEND,O_TRUNC
52 expect EPERM open ${n0} O_WRONLY,O_APPEND,O_TRUNC
53 expect EPERM open ${n0} O_RDWR,O_APPEND,O_TRUNC