Searched refs:ATF_TC_FSAPPLY (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/netbsd-tests/fs/vfs/ |
H A D | t_io.c | 241 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 D | t_rwtoro.c | 207 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 D | t_vfsops.c | 193 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 D | t_vnops.c | 1026 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"); 1029 ATF_TC_FSAPPLY(dir_notempty, "non-empty directories cannot be removed"); 1030 ATF_TC_FSAPPLY(dir_rmdirdotdot, "remove .. and try to cd out (PR kern/44657)"); 1031 ATF_TC_FSAPPLY(rename_dir, "exercise various directory renaming ops " 1033 ATF_TC_FSAPPLY(rename_dotdot, "rename dir .. (PR kern/43617)"); 1034 ATF_TC_FSAPPLY(rename_reg_nodir, "rename regular files, no subdirectories"); 1035 ATF_TC_FSAPPLY(create_nametoolong, "create file with name too long"); 1036 ATF_TC_FSAPPLY(create_exist, "create with O_EXCL"); [all …]
|
H A D | t_unpriv.c | 225 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 D | t_renamerace.c | 180 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 D | t_union.c | 194 ATF_TC_FSAPPLY(basic, "check basic union functionality"); 195 ATF_TC_FSAPPLY(whiteout, "create whiteout in upper layer");
|
H A D | t_full.c | 93 ATF_TC_FSAPPLY(fillfs, "fills file system, expects ENOSPC");
|
/freebsd/contrib/netbsd-tests/fs/common/ |
H A D | h_fsmacros.h | 191 #define ATF_TC_FSAPPLY(func,desc) \ macro 200 #define ATF_TC_FSAPPLY(func,desc) \ macro 241 ATF_TC_FSAPPLY(func,desc); \
|