NetBSD/tests/syscall
tron b38a19838c Don't use assert(3) for expressions with side effects on request by
by Christos Zoulas. Use ATF_REQUIRE() and ATF_REQUIRE_EQ() instead.

Also use ATF_REQUIRE_EQ_MSG() instead of ATF_REQUIRE_MSG() to avoid
crashes if one of the required conditions isn't met.
2011-05-29 12:57:14 +00:00
..
Makefile Move regression test for PR kern/44986 from "kernel" to "syscalls" as 2011-05-28 16:12:56 +00:00
t_access.c Avoid creating test files oustide atf-run temporary tree. 2011-04-25 22:29:35 +00:00
t_cmsg.c + rump_lwproc_newproc -> rump_lwproc_rfork() 2011-01-02 12:58:17 +00:00
t_dup.c Avoid creating test files oustide atf-run temporary tree. 2011-04-25 22:29:35 +00:00
t_fsync.c Rename some tests. No functional change. 2011-04-05 14:04:42 +00:00
t_getgroups.c Few simple tests for getgroups(2). 2011-04-17 06:26:02 +00:00
t_getpid.c Use _exit(2). 2011-04-04 10:30:29 +00:00
t_getrusage.c Adjust for the tracker PR kern/30115 for this over 15 year old bug. 2011-04-08 10:36:09 +00:00
t_getsid.c Use _exit(2). 2011-04-04 10:30:29 +00:00
t_gettimeofday.c Two elementary tests for gettimeofday(2). 2011-05-01 07:22:40 +00:00
t_itimer.c Few basic tests for getitimer(2) and setitimer(2). 2011-05-02 17:26:23 +00:00
t_kill.c Few fundamental consistency checks for kill(2). 2011-04-30 06:20:37 +00:00
t_mmap.c Avoid creating test files oustide atf-run temporary tree. 2011-04-25 22:29:35 +00:00
t_mprotect.c Do not return for early failures; otherwise the testcase will be 2011-05-06 22:24:41 +00:00
t_msync.c Avoid creating test files oustide atf-run temporary tree. 2011-04-25 22:29:35 +00:00
t_nanosleep.c Don't print a time_t with %lu 2011-05-02 11:14:29 +00:00
t_pollts.c Don't use assert(3) for expressions with side effects on request by 2011-05-29 12:57:14 +00:00
t_pselect.c add a timeout test 2011-05-28 15:34:49 +00:00
t_setrlimit.c Do not try to lower limits that are already at 0. 2011-04-25 22:34:16 +00:00
t_setuid.c Use the same pattern for couple of simple setuid(2) tests. 2011-04-04 19:08:42 +00:00
t_timer.c test timer_create with CLOCK_MONOTONIC as well 2011-04-08 11:11:53 +00:00
t_umask.c Avoid creating test files oustide atf-run temporary tree. 2011-04-25 22:29:35 +00:00