NetBSD/tests
hannken 0207daf65f Starting with Rev. 1.191 of kern/subr_pool.c a pool has to be inactive
for at least 10 seconds before it can be reclaimed.

Change the uvmwait test timeout from 10 to 30 seconds so it has a chance
to reclaim memory and succeed.
2012-03-17 18:00:28 +00:00
..
bin Deprecate tests/util. 2012-03-17 16:33:10 +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 Add another testcase that check setting file times with unprivileged 2012-03-15 12:57:27 +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 the _lwp_ctl(2) preemption counter check to the right place. 2012-03-17 17:23:34 +00:00
lib Move the _lwp_ctl(2) preemption counter check to the right place. 2012-03-17 17:23:34 +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 Add __printflike attribution to use vprintf and friends with an argument 2012-03-15 02:02:20 +00:00
net PR/44196 is now fixed, so don't expect a failure. 2012-01-13 16:28:44 +00:00
rump Starting with Rev. 1.191 of kern/subr_pool.c a pool has to be inactive 2012-03-17 18:00:28 +00:00
sbin Add '-e ignore" to atf-check(1) and remove xfail. Pointed by njoly@. 2012-03-17 17:39:44 +00:00
sys Adjusts tests after import of atf-0.12: 2010-11-07 17:51:16 +00:00
usr.bin Deprecate tests/toolchain. 2012-03-17 17:15:28 +00:00
usr.sbin Deprecate tests/util. 2012-03-17 16:33:10 +00:00
Atffile
h_macros.h Add __printflike attribution to use vprintf and friends with an argument 2012-03-15 02:02:20 +00:00
Makefile Deprecate tests/toolchain. 2012-03-17 17:15:28 +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.