Home
last modified time | relevance | path

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

/trueos/contrib/netbsd-tests/fs/vfs/
HDt_io.c225 ATF_TC_FSAPPLY(holywrite, "create a sparse file and fill hole");
226 ATF_TC_FSAPPLY(extendfile, "check that extending a file works");
227 ATF_TC_FSAPPLY(extendfile_append, "check that extending a file works "
229 ATF_TC_FSAPPLY(overwrite512, "write a 512 byte file twice");
230 ATF_TC_FSAPPLY(overwrite64k, "write a 64k byte file twice");
231 ATF_TC_FSAPPLY(overwrite_trunc, "write 64k + truncate + rewrite");
232 ATF_TC_FSAPPLY(shrinkfile, "shrink file");
233 ATF_TC_FSAPPLY(read_after_unlink, "contents can be read off disk after unlink");
234 ATF_TC_FSAPPLY(wrrd_after_unlink, "file can be written and read after unlink");
HDt_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");
HDt_vnops.c954 ATF_TC_FSAPPLY(lookup_simple, "simple lookup (./.. on root)");
955 ATF_TC_FSAPPLY(lookup_complex, "lookup of non-dot entries");
956 ATF_TC_FSAPPLY(dir_simple, "mkdir/rmdir");
957 ATF_TC_FSAPPLY(dir_notempty, "non-empty directories cannot be removed");
958 ATF_TC_FSAPPLY(dir_rmdirdotdot, "remove .. and try to cd out (PR kern/44657)");
959 ATF_TC_FSAPPLY(rename_dir, "exercise various directory renaming ops "
961 ATF_TC_FSAPPLY(rename_dotdot, "rename dir .. (PR kern/43617)");
962 ATF_TC_FSAPPLY(rename_reg_nodir, "rename regular files, no subdirectories");
963 ATF_TC_FSAPPLY(create_nametoolong, "create file with name too long");
964 ATF_TC_FSAPPLY(create_exist, "create with O_EXCL");
[all …]
HDt_unpriv.c227 ATF_TC_FSAPPLY(owner, "owner unprivileged checks");
228 ATF_TC_FSAPPLY(dirperms, "directory permission checks");
229 ATF_TC_FSAPPLY(times, "time set checks");
230 ATF_TC_FSAPPLY(flags, "file flags checks");
HDt_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");
HDt_union.c194 ATF_TC_FSAPPLY(basic, "check basic union functionality");
195 ATF_TC_FSAPPLY(whiteout, "create whiteout in upper layer");
HDt_full.c93 ATF_TC_FSAPPLY(fillfs, "fills file system, expects ENOSPC");
/trueos/contrib/netbsd-tests/fs/common/
HDh_fsmacros.h199 #define ATF_TC_FSAPPLY(func,desc) \ macro
208 #define ATF_TC_FSAPPLY(func,desc) \ macro
249 ATF_TC_FSAPPLY(func,desc); \