Searched refs:ATF_TC_FSAPPLY (Results 1 – 10 of 10) sorted by relevance
| /netbsd/src/tests/fs/vfs/ |
| 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");
|
| D | t_link.c | 141 ATF_TC_FSAPPLY(hardlink_sameuser, "hardlink same user allowed"); 142 ATF_TC_FSAPPLY(hardlink_sameuser_sysctl, "hardlink same user sysctl allowed"); 143 ATF_TC_FSAPPLY(hardlink_otheruser, "hardlink other user allowed"); 144 ATF_TC_FSAPPLY(hardlink_otheruser_sysctl, "hardlink other user sysctl denied"); 145 ATF_TC_FSAPPLY(hardlink_rootuser, "hardlink root user allowed"); 146 ATF_TC_FSAPPLY(hardlink_rootuser_sysctl, "hardlink root user sysctl allowed");
|
| 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,
|
| D | t_vnops.c | 1065 ATF_TC_FSAPPLY(lookup_simple, "simple lookup (./.. on root)"); 1066 ATF_TC_FSAPPLY(lookup_complex, "lookup of non-dot entries"); 1067 ATF_TC_FSAPPLY(dir_simple, "mkdir/rmdir"); 1068 ATF_TC_FSAPPLY(dir_slash, "mkdir with appended slash"); 1069 ATF_TC_FSAPPLY(dir_2slash, "mkdir with two slashes appended"); 1070 ATF_TC_FSAPPLY(dir_3slash, "mkdir with three slashes appended"); 1071 ATF_TC_FSAPPLY(dir_notempty, "non-empty directories cannot be removed"); 1072 ATF_TC_FSAPPLY(dir_rmdirdotdot, "remove .. and try to cd out (PR kern/44657)"); 1073 ATF_TC_FSAPPLY(rename_dir, "exercise various directory renaming ops " 1075 ATF_TC_FSAPPLY(rename_dotdot, "rename dir .. (PR kern/43617)"); [all …]
|
| 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");
|
| D | t_unpriv.c | 219 ATF_TC_FSAPPLY(owner, "owner unprivileged checks"); 220 ATF_TC_FSAPPLY(dirperms, "directory permission checks"); 221 ATF_TC_FSAPPLY(times, "time set checks"); 222 ATF_TC_FSAPPLY(flags, "file flags checks");
|
| D | t_renamerace.c | 264 ATF_TC_FSAPPLY(renamerace, "rename(2) race with file unlinked mid-operation"); 265 ATF_TC_FSAPPLY(renamerace_dirs, "rename(2) race with directories"); 266 ATF_TC_FSAPPLY(renamerace_cycle, "rename(2) race making directory cycles");
|
| D | t_union.c | 194 ATF_TC_FSAPPLY(basic, "check basic union functionality"); 195 ATF_TC_FSAPPLY(whiteout, "create whiteout in upper layer");
|
| D | t_full.c | 92 ATF_TC_FSAPPLY(fillfs, "fills file system, expects ENOSPC");
|
| /netbsd/src/tests/fs/common/ |
| D | h_fsmacros.h | 195 #define ATF_TC_FSAPPLY(func,desc) \ macro 204 #define ATF_TC_FSAPPLY(func,desc) \ macro 245 ATF_TC_FSAPPLY(func,desc); \
|