summaryrefslogtreecommitdiff
path: root/tests/kernel
AgeCommit message (Expand)Author
2021-10-04Pull up following revision(s) (requested by thorpej in ticket #1353):martin
2021-10-04Pull up following revision(s) (requested by thorpej in ticket #1352):martin
2019-08-16Pull up following revision(s) (requested by kamil in ticket #71):martin
2019-06-07Add a $ORIGIN testchristos
2019-06-01Fix a mistake in a test for KERN_PROC_CWDkamil
2019-06-01Add ATF KERN_PROC_CWD testskamil
2019-05-21unexpandchristos
2019-05-21add printf attributechristos
2019-05-21Make the t_subr_prf test build after changes to sys/kern/subr_prf.ckre
2019-04-25Fix typokamil
2019-02-15Fix reporting EOF via kevent and add a test casemgorny
2019-02-04- tests explicitly check failure modes, ignore those warningsmrg
2019-02-03- enlarge buffer to avoid snprintf() truncationmrg
2019-02-03Implement support for "pshared" POSIX semaphores.thorpej
2019-01-30Clean up terminology: modern arm CPUs do properly implement IEEE 754martin
2019-01-27vaxinate against ieeefp.hchristos
2019-01-26Some arm CPUs do not implement traps on floating point exceptions.martin
2019-01-25PR/53908: Alex Raschi: Test that require modules belong in modules; move thechristos
2019-01-14add call error checks, requested by mrg@christos
2019-01-13Increase the timeout a bit, and make sure we join so that there is nochristos
2018-12-28kre@ notified me that the kernel/t_threadpool "rapid" test was occasionallythorpej
2018-12-26Fix spurios whitespace (thank you substandard vi clones).thorpej
2018-12-26- De-opaque'ify struct threadpool_job.thorpej
2018-12-24Add threadpool(9), an abstraction that provides shared pools of kernelthorpej
2018-11-12Make fenv.h optional for this test to unbreak the vax build.riastradh
2018-11-11Use feenableexcept to trap fp exceptions, and trigger one, for SIGFPE.riastradh
2018-11-11Sort #includes.riastradh
2018-05-30Add a comment for the workaround in trigger_bus()kamil
2018-05-30Make the trigger_bus() test compatible with more CPUs (at least ALPHA)kamil
2018-05-27Handle FPE and BUS scenarios in the ATF t_trapsignal testskamil
2018-05-22Extend ATF tests in t_trapsignal.sh to verify software breakpoint trapskamil
2018-05-21Add new ATF test: t_trapsignal:trap_ignorekamil
2018-05-18Correct assert in ATF t_zombie testkamil
2018-03-14Add new ATF tests: kernel/t_zombiekamil
2018-02-03* Use 'struct testmsg' rather than 'struct mymsg' (avoids a conflictpgoyette
2018-01-09Add EVFILT_FSmartin
2017-12-30Double the nanosleep() time to make the test work more reliably on mymartin
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-08fix usage.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-16Stress rump hyperentropy a little harder.riastradh
2017-04-03Remove tests/kernel/t_ptrace* from the treekamil
2017-04-02Remove kernel/arch/{amd64,i386,x86} testskamil
2017-04-02Merge kernel/t_ptrace_wait with kernel/arch/amd64/t_ptrace_waitkamil
2017-04-02Merge kernel/t_ptrace_wait with kernel/arch/i386/t_ptrace_waitkamil
2017-04-02Merge kernel/t_ptrace_wait with kernel/arch/x86/t_ptrace_waitkamil