NetBSD/tests
jruoho b1a7d876eb Add a case for PR kern/46457. This is skipped for the time being, as it
reproduces the panic described in the PR.
2012-05-16 09:06:35 +00:00
..
bin Although this does not fail, add a case for the discussion in PR bin/46327. 2012-04-13 06:12:32 +00:00
crypto fix a build issue with MKCRYPTO=no. 2011-10-22 21:13:25 +00:00
dev Comment out the expected failure, as it does not trigger anymore. 2012-05-06 17:27:22 +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 Adjust t_renamerace now that ext2fs and ffs have good rename. 2012-05-09 00:22:26 +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 Use array access 2012-03-25 06:54:04 +00:00
ipf Mark the failing tests as broken. XXX: If no one is willing to maintain 2012-03-27 09:27:33 +00:00
kernel Move more PR references from comments to ATF's "descr". 2012-03-18 09:46:50 +00:00
lib Add a case for PR kern/46457. This is skipped for the time being, as it 2012-05-16 09:06:35 +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 For now, skip module tests if modctl(8) fails either with EPERM or ENOSYS. 2012-04-20 05:41:25 +00:00
net Move more PR references from comments to ATF's "descr". 2012-03-18 09:46:50 +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 Test that sysctl(8) does not segfault, as reported by pgoyette@ on current 2012-04-10 02:39:33 +00:00
sys Adjusts tests after import of atf-0.12: 2010-11-07 17:51:16 +00:00
usr.bin Adapt to repository move of dist from external/bsd/bzip2 to 2012-05-07 08:51:47 +00:00
usr.sbin Add a test case for PR bin/39546. 2012-04-19 18:51:35 +00:00
Atffile
Makefile Only descend into ipf if MKIPFILTER != "no" 2012-03-24 01:36:50 +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
h_macros.h Add __printflike attribution to use vprintf and friends with an argument 2012-03-15 02:02:20 +00:00

README

$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.