NetBSD/tests
perseant ed08fe6512 Pass t_renamerace and t_rmdirrace tests.
Adapt dholland@'s fix to ufs_rename to fix PR kern/43582.  Address several
other MP locking issues discovered during the course of investigating the
same problem.

Removed extraneous vn_lock() calls on the Ifile, since the Ifile writes
are controlled by the segment lock.

Fix PR kern/45982 by deemphasizing the estimate of how much metadata
will fill the empty space on disk when the disk is nearly empty
(t_renamerace crates a lot of inode blocks on a tiny empty disk).
2012-02-16 02:47:54 +00:00
..
crypto fix a build issue with MKCRYPTO=no. 2011-10-22 21:13:25 +00:00
dev Fix cut-and-paste-o that casused the raid1_normal test case to have no 2011-10-15 11:31:40 +00:00
examples Add tests to ensure that the new asm examples build and run, just as the 2011-11-12 01:19:25 +00:00
fs Pass t_renamerace and t_rmdirrace tests. 2012-02-16 02:47:54 +00:00
games Since /usr/games is rarely in one's $PATH, provide an absolute path to the 2010-11-19 12:31:36 +00:00
include Skip the test on sparc and point to PR port-sparc/45580. 2011-11-06 16:18:27 +00:00
ipf Back out the recent import of IPFilter 5.1.1 for the upcoming branch, 2012-02-15 17:55:03 +00:00
kernel Move posix_spawn tests to lib/libc/gen/posix_spawn - they test both libc 2012-02-13 21:03:06 +00:00
lib Add a few more posix_spawn testcases, which should detect everything that 2012-02-14 00:13:54 +00:00
libexec Introduce __HAVE_NO___THREAD for sun2 and vax to disable the TLS usage. 2012-01-17 20:34:57 +00:00
modules Prevent failures from cleanup routines. Do so by only attempting to do the 2011-03-24 21:52:51 +00:00
net PR/44196 is now fixed, so don't expect a failure. 2012-01-13 16:28:44 +00:00
rump Adjust MEMFREE expected output to recent kmem(9) changes. 2012-01-30 13:05:52 +00:00
sbin Add require root user to test_case_xfail. Avoids reporting expected 2011-05-17 22:01:41 +00:00
sys Adjusts tests after import of atf-0.12: 2010-11-07 17:51:16 +00:00
toolchain There is no doubt whether whether should have a 'h' after the 'w'. 2011-10-17 16:35:21 +00:00
usr.bin mkdep(1) needs cc(1). Make testcase check for them. 2011-06-14 11:44:25 +00:00
usr.sbin avoid temp file per clue-by-four from jmmv 2010-12-31 15:21:49 +00:00
util add 2 more tests, sort 2011-12-25 20:16:05 +00:00
Atffile
h_macros.h Use proper format strings. 2011-06-16 15:33:24 +00:00
Makefile Add tests to ensure that the new asm examples build and run, just as the 2011-11-12 01:19:25 +00:00
Makefile.inc Do not care about dead functions for test cases, in this case it is 2011-09-16 16:30:18 +00:00
README Add RCS Id. 2012-02-13 08:55:20 +00:00

$NetBSD: README,v 1.3 2012/02/13 08:55:20 wiz Exp $

When adding new tests, please try to follow the directory structure of
the real source tree. For instance, interfaces available via the C library
should follow:

	src/lib/libc/gen -> src/tests/lib/libc/gen
	src/lib/libc/sys -> src/tests/lib/libc/sys

Equivalently, tests for a program residing in src/usr.bin/program should be
added to the src/tests/usr.bin/program subdirectory.