index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
fs
/
tmpfs
Age
Commit message (
Expand
)
Author
2018-01-17
Use sysctl -n rather than parse the output.
maya
2018-01-17
- Add inttypes.h #include for PR* macros.
maya
2017-03-23
Do not assume anything about the pseudo-disklabel of a completely zeroed
martin
2017-01-13
Don't play with "../.." in includes for h_macros.h; deal with it centrally.
christos
2016-07-29
Update the test - the "official" name of the vnd configuration utility
pgoyette
2013-03-17
Simplify test_mount and log errors.
jmmv
2011-08-18
No more xfail for PR kern/36681.
riastradh
2011-06-11
Turn warns on for all tests and fix all the bugs.
christos
2011-04-21
Workaround problem with qemu where jot 100 produce garbage otput like this
haad
2011-03-24
Prevent failures from cleanup routines. Do so by only attempting to do the
jmmv
2011-03-05
chown the workdir to unpriv user instead of chmod 711. Otherwise,
pooka
2011-02-21
Skip instead of fail test if tmpfs cannot be mounted and the
pooka
2011-01-15
Fix off by one that made most of these tests die with a bus error in the
martin
2011-01-04
win wunused
pooka
2011-01-04
Remove arch check now that rump smp is available on all host archs.
pooka
2011-01-02
+ rump_lwproc_newproc -> rump_lwproc_rfork()
pooka
2010-11-09
Remove ugly workaround to skip this if unprivileged-user=_atf and just use
jmmv
2010-11-08
Use su -m since _atf has nologin as its shell.
pooka
2010-11-07
Adjusts tests after import of atf-0.12:
jmmv
2010-09-01
update to new rump lwp/proc interfaces
pooka
2010-07-14
Convert "The Original" rename race test from to vfs and retire the
pooka
2010-07-13
Get rid of static Atffiles and let bsd.test.mk generate them on the fly.
jmmv
2010-07-05
Properly mark some test cases as having a cleanup routine. Stupidity of
jmmv
2010-07-04
Add a test case for PR kern/36681 demonstrating how easy it is to
pooka
2010-06-07
Remove a test (that a created directory had a predictable inode number)
riz
2010-06-07
Use atf_check to su in a couple cases, to make the test failure
riz
2010-06-04
atf-0.9 introduces an use.fs test-case property to allow tests to write to
jmmv
2009-04-26
Use rump_sys_mount() instead of ukfs_mount(). Just a few more
pooka
2009-04-14
WARNS=4
pooka
2009-04-14
Add atf_tc_fail_errno(), which appends strerror(errno) to the
pooka
2009-04-08
* convert to KNF
pooka
2009-04-08
atf_tc_fail() instead of err()
pooka
2009-04-08
make test duration bound by time instead of by number of rounds
pooka
2009-04-07
add regression test for kern/41128
pooka
2009-01-19
Adjust tests to work with the new API in ATF 0.6.
jmmv
2008-04-30
Convert TNF licenses to new 2 clause variant
martin
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-02-13
Add tests for rillig@'s recent fix to mount_tmpfs: ensure that error messages
jmmv
2007-12-30
Re-add the NetBSD CVS Id tag to the header. It just had to be quoted to
jmmv
2007-12-29
Back out the change to introduce the X-NetBSD-Id header entry. For some
jmmv
2007-12-26
Add the NetBSD Id tag to the Atffiles. Issue raised by pooka@ a while ago.
jmmv
2007-11-21
Explicitly define TESTSDIR, because the automatic deduction of its value
jmmv
2007-11-12
Convert the regress/sys/fs/tmpfs tests to the atf
jmmv