Home
last modified time | relevance | path

Searched refs:ATF_TC_FSAPPLY (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/netbsd-tests/fs/vfs/
H A Dt_io.c241 ATF_TC_FSAPPLY(holywrite, "create a sparse file and fill hole");
242 ATF_TC_FSAPPLY(extendfile, "check that extending a file works");
243 ATF_TC_FSAPPLY(extendfile_append, "check that extending a file works "
245 ATF_TC_FSAPPLY(overwrite512, "write a 512 byte file twice");
246 ATF_TC_FSAPPLY(overwrite64k, "write a 64k byte file twice");
247 ATF_TC_FSAPPLY(overwrite_trunc, "write 64k + truncate + rewrite");
248 ATF_TC_FSAPPLY(shrinkfile, "shrink file");
249 ATF_TC_FSAPPLY(read_after_unlink, "contents can be read off disk after unlink");
250 ATF_TC_FSAPPLY(wrrd_after_unlink, "file can be written and read after unlink");
251 ATF_TC_FSAPPLY(read_fault, "read at bad address must return EFAULT");
H A Dt_rwtoro.c207 ATF_TC_FSAPPLY(noneopen, "remount r/o with no file open");
208 ATF_TC_FSAPPLY(readopen, "remount r/o with file open for reading");
209 ATF_TC_FSAPPLY(writeopen, "remount r/o with file open for writing");
210 ATF_TC_FSAPPLY(read_unlinked,
212 ATF_TC_FSAPPLY(layer_noneopen, "remount r/o with no file open on layer");
213 ATF_TC_FSAPPLY(layer_readopen,
215 ATF_TC_FSAPPLY(layer_writeopen,
217 ATF_TC_FSAPPLY(layer_read_unlinked,
H A Dt_vfsops.c193 ATF_TC_FSAPPLY(tmount, "mount/unmount");
194 ATF_TC_FSAPPLY(tstatvfs, "statvfs");
195 ATF_TC_FSAPPLY(tsync, "sync");
196 ATF_TC_FSAPPLY(tfilehandle, "file handles");
197 ATF_TC_FSAPPLY(tfhremove, "fhtovp for removed file");
198 ATF_TC_FSAPPLY(tfhinval, "fhopen invalid filehandle");
H A Dt_vnops.c1026 ATF_TC_FSAPPLY(lookup_simple, "simple lookup (./.. on root)");
1027 ATF_TC_FSAPPLY(lookup_complex, "lookup of non-dot entries");
1028 ATF_TC_FSAPPLY(dir_simple, "mkdir/rmdir");
1033 ATF_TC_FSAPPLY(rename_dotdot, "rename dir .. (PR kern/43617)");
1036 ATF_TC_FSAPPLY(create_exist, "create with O_EXCL");
1040 ATF_TC_FSAPPLY(symlink_root, "symlink to root directory");
1041 ATF_TC_FSAPPLY(attrs, "check setting attributes works");
1042 ATF_TC_FSAPPLY(fcntl_lock, "check fcntl F_SETLK");
1044 ATF_TC_FSAPPLY(access_simple, "access(2)");
1045 ATF_TC_FSAPPLY(read_directory, "read(2) on directories");
[all …]
H A Dt_unpriv.c225 ATF_TC_FSAPPLY(owner, "owner unprivileged checks");
226 ATF_TC_FSAPPLY(dirperms, "directory permission checks");
227 ATF_TC_FSAPPLY(times, "time set checks");
228 ATF_TC_FSAPPLY(flags, "file flags checks");
H A Dt_renamerace.c180 ATF_TC_FSAPPLY(renamerace, "rename(2) race with file unlinked mid-operation");
181 ATF_TC_FSAPPLY(renamerace_dirs, "rename(2) race with directories");
H A Dt_union.c194 ATF_TC_FSAPPLY(basic, "check basic union functionality");
195 ATF_TC_FSAPPLY(whiteout, "create whiteout in upper layer");
H A Dt_full.c93 ATF_TC_FSAPPLY(fillfs, "fills file system, expects ENOSPC");
/freebsd/contrib/netbsd-tests/fs/common/
H A Dh_fsmacros.h191 #define ATF_TC_FSAPPLY(func,desc) \ macro
200 #define ATF_TC_FSAPPLY(func,desc) \ macro
241 ATF_TC_FSAPPLY(func,desc); \