| #
b7957d16 |
| 06-Jun-2022 |
nia <nia@NetBSD.org> |
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 th
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@.
show more ...
|
| #
cbb87596 |
| 27-May-2022 |
nia <nia@NetBSD.org> |
mk: Add a MKLFS flag for excluding the log-structured filesystem userspace tools from the build.
|
| #
9ce5f772 |
| 10-May-2014 |
martin <martin@NetBSD.org> |
Add a test case for PR kern/48787.
|
| #
013de021 |
| 21-Dec-2011 |
christos <christos@NetBSD.org> |
Add a test for the latest fifofs fix.
|
| #
23854063 |
| 10-Mar-2011 |
pooka <pooka@NetBSD.org> |
Add one simple test case which checks that zpool create results in a mounted file system. Then run away as quickly as possible.
|
| #
7e9c3f5c |
| 18-Feb-2011 |
pooka <pooka@NetBSD.org> |
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
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.
show more ...
|
| #
aec11d35 |
| 01-Aug-2010 |
pooka <pooka@NetBSD.org> |
nfs now has tests in it, so need to convert from SUBDIR to TESTS_SUBDIR. Once again I failed to see that one coming.
|
| #
25f5a6a3 |
| 26-Jul-2010 |
pooka <pooka@NetBSD.org> |
Add NFS service suitable for use in testing.
|
| #
58f45c4c |
| 20-Jul-2010 |
pooka <pooka@NetBSD.org> |
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.
|
| #
370c9ab5 |
| 19-Jul-2010 |
pooka <pooka@NetBSD.org> |
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.
|
| #
9d0b4b5b |
| 13-Jul-2010 |
jmmv <jmmv@NetBSD.org> |
Get rid of static Atffiles and let bsd.test.mk generate them on the fly.
|
| #
81a57dd0 |
| 06-Jul-2010 |
pooka <pooka@NetBSD.org> |
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
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.
show more ...
|
| #
7f396ca7 |
| 06-Jul-2010 |
pooka <pooka@NetBSD.org> |
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
|
| #
1511eb19 |
| 05-Jul-2010 |
njoly <njoly@NetBSD.org> |
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.
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.
show more ...
|
| #
61ee6255 |
| 28-Jun-2010 |
pooka <pooka@NetBSD.org> |
add test for PR kern/43503
|
| #
0420748b |
| 14-Jun-2010 |
pooka <pooka@NetBSD.org> |
Descend into ptyfs tests now that the necessary rump components are there.
|
| #
994e3342 |
| 13-Apr-2010 |
pooka <pooka@NetBSD.org> |
Build & install msdosfs snapshot test and deal with the happy happy joy joy setlistdist etcetc. stuff.
|
| #
986be8ce |
| 31-Mar-2010 |
pooka <pooka@NetBSD.org> |
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.
|
| #
afe21a63 |
| 30-Mar-2010 |
pooka <pooka@NetBSD.org> |
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 c
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.
show more ...
|
| #
d32fe934 |
| 30-Mar-2010 |
pooka <pooka@NetBSD.org> |
Basic test for nullfs, which just checks that the two views act somewhat sensibly.
|
| #
9e4e4976 |
| 29-Mar-2010 |
pooka <pooka@NetBSD.org> |
Add basic union test.
|
| #
565dd9ed |
| 08-Apr-2009 |
pooka <pooka@NetBSD.org> |
descend into ffs
|
| #
c3572c60 |
| 26-Dec-2007 |
jmmv <jmmv@NetBSD.org> |
Enable the puffs tests.
|
| #
80c834ed |
| 21-Nov-2007 |
jmmv <jmmv@NetBSD.org> |
Explicitly define TESTSDIR, because the automatic deduction of its value breaks the build if some component of NETBSDSRCDIR is a symlink. Reported by drochner@.
|
| #
9b7401e7 |
| 12-Nov-2007 |
jmmv <jmmv@NetBSD.org> |
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 mo
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.
show more ...
|