Home | History | Annotate | Download | only in fs
History log of /src/tests/fs/Makefile
RevisionDateAuthorComments
 1.25  06-Jun-2022  nia branches: 1.25.4;
build system: Revert all the recent additions of MK[...] knobs that
allow conditionally disabling the building of certain user space
programs in the 'base' set.

There is not enough consensus that this is the right way and a few
people had strong objections, see source-changes-d@.
 1.24  27-May-2022  nia mk: Add a MKLFS flag for excluding the log-structured filesystem userspace
tools from the build.
 1.23  10-May-2014  martin Add a test case for PR kern/48787.
 1.22  21-Dec-2011  christos branches: 1.22.6; 1.22.16;
Add a test for the latest fifofs fix.
 1.21  10-Mar-2011  pooka branches: 1.21.4;
Add one simple test case which checks that zpool create results in
a mounted file system. Then run away as quickly as possible.
 1.20  18-Feb-2011  pooka Add test case for /->: conversion from PR kern/44523 by
Taylor R Campbell.

I adjusted the test to uudecode + bunzip2 the supplied image, and
removed the "null-finder" from the dirent code, since it had an
off-by-one which made the test fail.
 1.19  01-Aug-2010  pooka branches: 1.19.2;
nfs now has tests in it, so need to convert from SUBDIR to
TESTS_SUBDIR. Once again I failed to see that one coming.
 1.18  26-Jul-2010  pooka Add NFS service suitable for use in testing.
 1.17  20-Jul-2010  pooka common cannot be a TESTS_SUBDIR, since one of those without a test
behind it confuses atf-run. change to SUBDIR as hinted by jmmv.
 1.16  19-Jul-2010  pooka Convert the file system test common routines into a library to
facilitate more complex user-side stuff (like the lfs cleaner and
nfs rpc code), which are non-trivial to do by #include.
 1.15  13-Jul-2010  jmmv Get rid of static Atffiles and let bsd.test.mk generate them on the fly.
 1.14  06-Jul-2010  pooka Add the most basic test for puffs(dtfs): mount/unmount. There's
still a lot of work to do here, but I want to get to testbuilding
the tree ;)

TODO examples:
* integrate this with rump_syspuffs (and remove the stupid ``sys'' from there)
* integrate with njoly's fs-independent tests
* cleanup a lot
* write more tests

*sigh*, I wish we'd had testing tools like this 5 years ago when
I was writing puffs. It would have made a lot of things a lot
better and a lot easier.
 1.13  06-Jul-2010  pooka Move tests psshfs from fs/puffs to fs/psshfs. The former is going
to be populated by tests which actually test puffs soon.

jmmv ok
 1.12  05-Jul-2010  njoly Add test program that use sample code from kern/41937, and fs rump
helpers to check currently supported filesystems.

t_rmdirrace (1/1): 5 test cases
ext2fs_race: Passed.
ffs_race: Passed.
msdosfs_race: Passed.
sysvbfs_race: Passed.
tmpfs_race: Passed.
 1.11  28-Jun-2010  pooka add test for PR kern/43503
 1.10  14-Jun-2010  pooka Descend into ptyfs tests now that the necessary rump components are there.
 1.9  13-Apr-2010  pooka Build & install msdosfs snapshot test and deal with the happy happy
joy joy setlistdist etcetc. stuff.
 1.8  31-Mar-2010  pooka Add some basic tests for kernfs (getdents & changing hostname).

Per a "mad \"scientist\"" experiment, on i386 load kernfs support
from the installed kernel module instead of linking the driver in.
 1.7  30-Mar-2010  pooka Add basic test for umapfs functionality.

XXX: the reverse mapping case (last subsubtest in t_basic) does
not make any sense, but apparently that how umapfs works. I'm not
familiar enough with the code to determine if this is a wanted
feature or a pure and simple bug.
 1.6  30-Mar-2010  pooka Basic test for nullfs, which just checks that the two views act
somewhat sensibly.
 1.5  29-Mar-2010  pooka Add basic union test.
 1.4  08-Apr-2009  pooka descend into ffs
 1.3  26-Dec-2007  jmmv branches: 1.3.2; 1.3.14;
Enable the puffs tests.
 1.2  21-Nov-2007  jmmv Explicitly define TESTSDIR, because the automatic deduction of its value
breaks the build if some component of NETBSDSRCDIR is a symlink. Reported
by drochner@.
 1.1  12-Nov-2007  jmmv Convert the regress/sys/fs/tmpfs tests to the atf

This change converts all the existing regression tests in
regress/sys/fs/tmpfs to the new framework provided by atf. As a side
effect, this also moves all the tests programs in regress/sys/fs/tmpfs to
tests/fs/tmpfs.
 1.3.14.1  13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
 1.3.2.2  09-Jan-2008  matt sync with HEAD
 1.3.2.1  26-Dec-2007  matt file Makefile was added on branch matt-armv6 on 2008-01-09 01:59:06 +0000
 1.19.2.1  05-Mar-2011  bouyer Sync with HEAD
 1.21.4.2  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.21.4.1  17-Apr-2012  yamt sync with head
 1.22.16.1  10-Aug-2014  tls Rebase.
 1.22.6.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.25.4.1  29-Jun-2024  perseant Implementation of exFAT filesystem, with compilation conditional on MKEXFATFS
make variable.

RSS XML Feed