NetBSD/tests
martin f330f9aa31 ATF_REQUIRE_ERRNO() needs to be used with care:
- pass the expected errno to it, not "errno"
 - make sure to have errno set already before invoking the macro, i.e.
   do not use it to test errno changes as side effect of the asserted
   expression

Spotted by mlelstv, makes the epoch tests correctly fail on amd64 as
well.
2012-01-07 15:05:22 +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 correct install dir 2011-12-21 01:56:16 +00:00
games
include Skip the test on sparc and point to PR port-sparc/45580. 2011-11-06 16:18:27 +00:00
ipf
kernel Add a test for the kernel snprintf. 2011-11-24 01:46:40 +00:00
lib ATF_REQUIRE_ERRNO() needs to be used with care: 2012-01-07 15:05:22 +00:00
libexec avoid building stuff that depends upon pic objects if MKPIC == no. 2011-07-03 15:28:25 +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 Remove unused variable 2011-12-18 22:51:00 +00:00
rump Rename slightly misleading KTHREAD_JOINABLE to KTHREAD_MUSTJOIN. 2011-08-07 14:03:15 +00:00
sbin Add require root user to test_case_xfail. Avoids reporting expected 2011-05-17 22:01:41 +00:00
sys
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
util add 2 more tests, sort 2011-12-25 20:16:05 +00:00
Atffile
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
h_macros.h Use proper format strings. 2011-06-16 15:33:24 +00:00