summaryrefslogtreecommitdiff
path: root/tests/kernel
AgeCommit message (Expand)Author
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
2017-04-02Correct another string about securelevel in t_ptracekamil
2017-04-02Deduplicate code in step* tests in t_ptrace_wait*kamil
2017-04-01Correct securelevel in attach_pid1_securelevelkamil
2017-04-01Try to fix Clang/LLVM buildkamil
2017-04-01Refactor dbregs_dr*_dont_inherit_execve ATF tests for x86/kamil
2017-03-30Remove deuplicated code in dbregs_dr[01234]_dont_inherit_lwpkamil
2017-03-30Eliminate code duplication in the x86 dbregs_dr[0123]_trap_variable* testskamil
2017-03-29Deduplicate shared code in dbregs_preserve_dr[0123]{,_yield,_continued}kamil
2017-03-28Explain expected behavior for PTRACE_FORK events in t_ptrace_wait*kamil
2017-03-28Mark PT_STEP tests in t_ptrace_wait* as broken on ARMkamil
2017-03-28Set timeout expected in resume1 (t_ptrace_wait*)kamil
2017-03-28Mark fork1 and siginfo5 as broken on sparc, sparc64, evbarm and alphakamil
2017-03-28Optimize signal6 in t_ptrace_waitkamil
2017-03-28Mark signal6 as failing due to timeout not regular failurekamil
2017-03-25kern/52012 kern/52018 kern/52019 were all fixed by christosskrll
2017-03-03Since it is unlikely that any of this really wants to test whetherkre
2017-03-01Mark syscall1 broken in t_ptrace_wait*kamil
2017-02-28Mark resume1 and syscallemu1 tests broken in t_ptrace_wait*kamil
2017-02-28Add new test syscallemu1 in t_ptrace_wait*kamil
2017-02-25kill stray qchristos
2017-02-25make bitfields unsignedchristos
2017-02-24Add new test syscall1 in t_ptrace_wait*kamil
2017-02-23Improve PT_SET_SIGMASK and PT_GET_SIGMASK API in ptrace(2)kamil
2017-02-22Introduce new ptrace(2) API to allow/prevent exection of LWPkamil
2017-02-22Add kernel/arch/x86 ATF tests for CPU Debug Registers for amd64 and i386kamil
2017-02-21Add new tests dbregs_dr*_dont_inherit_execve in arch/amd64kamil
2017-02-20Protect dbregs_dr*_dont_inherit_lwp in arch/amd64 with HAVE_DBREGSkamil
2017-02-20Add new tests dbregs_dr[67]_dont_inherit_lwp in arch/amd64kamil
2017-02-20Fix more issues with compat to i386 in arch/amd64 tests for Debug Registerskamil
2017-02-20Add new tests dbregs_dr*_dont_inherit_lwp and improve i386 compatkamil
2017-02-20Add new tests dbregs_dr[0123]_trap_code in arch/amd64kamil
2017-02-20Add new tests dbregs_dr*_trap_variable_readwrite_read_*byte* in arch/amd64kamil
2017-02-20Add new tests dbregs_dr*_trap_variable_readwrite_write_*byte* in arch/amd64kamil
2017-02-19Extend dbregs_dr*_trap_variable tests to 1-2-4 byte traps in arch/amd64kamil