NetBSD/tests/fs/tmpfs
2011-01-04 18:46:21 +00:00
..
h_funcs.subr
h_tools.c
Makefile Remove a test (that a created directory had a predictable inode number) 2010-06-07 03:43:50 +00:00
README
t_create.sh Remove ugly workaround to skip this if unprivileged-user=_atf and just use 2010-11-09 13:01:33 +00:00
t_devices.sh Adjusts tests after import of atf-0.12: 2010-11-07 17:51:16 +00:00
t_dots.sh Adjusts tests after import of atf-0.12: 2010-11-07 17:51:16 +00:00
t_exec.sh Adjusts tests after import of atf-0.12: 2010-11-07 17:51:16 +00:00
t_link.sh Adjusts tests after import of atf-0.12: 2010-11-07 17:51:16 +00:00
t_mkdir.sh Use su -m since _atf has nologin as its shell. 2010-11-08 15:25:50 +00:00
t_mknod.sh Adjusts tests after import of atf-0.12: 2010-11-07 17:51:16 +00:00
t_mount.sh Adjusts tests after import of atf-0.12: 2010-11-07 17:51:16 +00:00
t_pipes.sh Adjusts tests after import of atf-0.12: 2010-11-07 17:51:16 +00:00
t_read_write.sh Adjusts tests after import of atf-0.12: 2010-11-07 17:51:16 +00:00
t_readdir.sh Adjusts tests after import of atf-0.12: 2010-11-07 17:51:16 +00:00
t_remove.sh Adjusts tests after import of atf-0.12: 2010-11-07 17:51:16 +00:00
t_rename.sh Adjusts tests after import of atf-0.12: 2010-11-07 17:51:16 +00:00
t_renamerace.c win wunused 2011-01-04 18:46:21 +00:00
t_rmdir.sh Adjusts tests after import of atf-0.12: 2010-11-07 17:51:16 +00:00
t_setattr.sh Adjusts tests after import of atf-0.12: 2010-11-07 17:51:16 +00:00
t_sizes.sh Adjusts tests after import of atf-0.12: 2010-11-07 17:51:16 +00:00
t_sockets.sh Adjusts tests after import of atf-0.12: 2010-11-07 17:51:16 +00:00
t_statvfs.sh Adjusts tests after import of atf-0.12: 2010-11-07 17:51:16 +00:00
t_symlink.sh Adjusts tests after import of atf-0.12: 2010-11-07 17:51:16 +00:00
t_times.sh Adjusts tests after import of atf-0.12: 2010-11-07 17:51:16 +00:00
t_trail_slash.sh Adjusts tests after import of atf-0.12: 2010-11-07 17:51:16 +00:00
t_truncate.sh Adjusts tests after import of atf-0.12: 2010-11-07 17:51:16 +00:00
t_vnd.sh Adjusts tests after import of atf-0.12: 2010-11-07 17:51:16 +00:00
t_vnode_leak.sh Adjusts tests after import of atf-0.12: 2010-11-07 17:51:16 +00:00

The tests in this directory where written at the same time tmpfs was
developed.  This is why, if you follow the order of tests in the Atffile,
you will notice that they start checking the most basic things and end
checking the less common ones.  Furthermore, tests try not to use features
tested by further tests in the lists.

However, the above is not the most appropriate testing procedure when you
have a working file system because some separation in test programs does
not make sense afterwards.

Many of the tests here are applicable to any file system.  They should be
refactored to be reusable on any mounted file system, which could also
remove the need to do the mount/unmount steps in each and every test case.

Possibly take a look at the file system tests in FreeBSD.  They seem to be
much more complete, even though they are written in Perl and therefore not
directly usable.