summaryrefslogtreecommitdiff
path: root/tests/kernel/Makefile
AgeCommit message (Expand)Author
2019-08-16Pull up following revision(s) (requested by kamil in ticket #71):martin
2019-06-07Add a $ORIGIN testchristos
2019-06-01Add ATF KERN_PROC_CWD testskamil
2019-02-04- tests explicitly check failure modes, ignore those warningsmrg
2019-02-03Implement support for "pshared" POSIX semaphores.thorpej
2019-01-25PR/53908: Alex Raschi: Test that require modules belong in modules; move thechristos
2018-12-24Add threadpool(9), an abstraction that provides shared pools of kernelthorpej
2018-11-11Use feenableexcept to trap fp exceptions, and trigger one, for SIGFPE.riastradh
2018-03-14Add new ATF tests: kernel/t_zombiekamil
2017-12-14Use SCRIPTS instead of PROGS to avoid strip(1) if STRIPFLAG=-s.nakayama
2017-12-12PR/52812: scole_mail: src/tests/kernel/t_timeleft.c doesn't compile with MKRU...christos
2017-12-10Add tests to make sure that the program name is what it is supposed to be.christos
2017-12-08make _lwp_park return the remaining time to sleep in the "ts" argumentchristos
2017-12-07Add trapsignal tests that make sure that traps don't end up spinningchristos
2017-12-06add a test to check that the interpreter is preserved when executing scripts.christos
2017-04-03Remove tests/kernel/t_ptrace* from the treekamil
2017-04-02Remove kernel/arch/{amd64,i386,x86} testskamil
2016-12-14Define -D_KERNTYPES in CPPFLAGS unconditionally to fix MKRUMP=no buildkamil
2016-12-02Refactor location of amd64-specific ATF tests to new dir kernel/arch/amd64kamil
2016-12-01Add new test file t_ptrace_amd64_wait.c and refactor t_ptrace_*wait* testskamil
2016-11-07Add new tests for combination of wait(2) interfaces with ptrace(2)kamil
2016-11-02Add new test t_ptrace with traceme1kamil
2016-02-15This needs _KERNTYPES on some platforms.christos
2016-01-23Define _KERNTYPES for things that need it.christos
2015-06-22Don't build tests that depend on RUMP if BSD_MK_COMPAT_FILE is defined.matt
2014-08-10Merge tls-earlyentropy branch into HEAD.tls
2014-08-09Test that reading a CTLTYPE_INT sysctl variable into a buffer that isgson
2014-06-10Fix static linking for the tests: -lrump is also used by -lrumpuser,he
2013-04-16First attempt at stress testing umount of a busy disk.mlelstv
2013-02-28Add a testprogram for PR 47598.martin
2012-11-07Add missing '+' so we include t_lock as well as t_lockf and others.pgoyette
2012-11-07Add ATF version of the file locking testpgoyette
2012-11-07Fix MKRUMP=no build.nakayama
2012-11-05Convert to ATF format the old src/regress/ style tests for Sys V IPCpgoyette
2012-11-03Convert the old src/regress/mqueue test to ATFpgoyette
2012-08-08Exclude tests that use rumpchristos
2012-03-17Move the _lwp_ctl(2) preemption counter check to the right place.jruoho
2012-02-13Move posix_spawn tests to lib/libc/gen/posix_spawn - they test both libcmartin
2012-02-11Add userland part of posix_spawn. Libc functions imported from FreeBSD.martin
2011-11-24Add a test for the kernel snprintf.christos
2011-10-15Move the sigaction(2) test to the right place.jruoho
2011-10-15Move the ucontext(2) test to the right place.jruoho
2011-10-15Move the writev(2) test to the right place.jruoho
2011-10-15Move the clock_gettime(2) timer test to the right place.jruoho
2011-10-15Follow the design principles of tests(7) by merging 't_poll3w' to 't_poll'jruoho
2011-10-15Move the mkdir(2) test to the right place.jruoho
2011-10-15Move the pipe(2) test to the right place.jruoho
2011-10-15Move the posix_fadvise(2) test to the right place.jruoho
2011-09-24Add a pty test, written by Matthew Mondorchristos
2011-05-28Move regression test for PR kern/44986 from "kernel" to "syscalls" astron