summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2018-06-06Fix previouskamil
2018-06-06Mark sigbus ATF tests in t_ptrace_wait as expected failurekamil
2018-06-04Blindly add __TEST_FENV in the hope of fixing the vax build.maya
2018-06-03use ATF_CHECK instead of ATF_REQUIREmaya
2018-06-03Test and clear exception around scalbn calls.maya
2018-06-0180 column police. Some KNF and whitespace corrections (until I got bored...)kre
2018-05-31make 'clean' and/or 'cleandir' actually clean all the things.mrg
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-30The bytes_transfer_piod_read_auxv test uses 4096 for the size paramkre
2018-05-29Add new ATF ptrace(2) tests verifying crash signal handlingkamil
2018-05-28Correct the t_ptrace_wait*:signal5 ATF test casekamil
2018-05-28Drop trailing white spacekamil
2018-05-28PR port-amd64/53316: two int don't make a long (when passed tomartin
2018-05-27Try to fool $CC harder in ATF ptrace(2) tests in trigger_fpe()kamil
2018-05-27Handle FPE and BUS scenarios in the ATF t_trapsignal testskamil
2018-05-27Fix ATF ptrace(2) bytes_transfer_piod_read_auxv testkamil
2018-05-27alloca, bad; stack protector, good.christos
2018-05-26Port the CVE 2018-8897 mitigation to i386 ATF ptrace(2) testskamil
2018-05-26Refactor the PT_WRITE*/PT_READ* and PIOD_* ATF ptrace(2) testskamil
2018-05-26Introduce can_we_write_to_text() to ATF ptrace(2) testskamil
2018-05-25Fix typo in local macro name, pointed out by uwemartin
2018-05-25Add a test to verify syscall() and/or __syscall() are working.martin
2018-05-24Try to fix 32-bit buildkamil
2018-05-23Merge the eventmask[1-6] ATF ptrace(2) tests into a shared function bodykamil
2018-05-23Extend traceme_vfork_breakpoint in ATF ptrace(2) tests for more scenarioskamil
2018-05-23Add new auxiliary functions in ATF ptrace(2) testskamil
2018-05-23Refactor the attach[1-8] and race1 ATF t_ptrace_wait* testskamil
2018-05-22Add new ATF ptrace(2) tests: traceme_sendsignal_{masked,ignored}[1-3]kamil
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-20Refactor and enable the signal3 ATF ptrace(2) testkamil
2018-05-20Fix and enable traceme_signal_nohandler2 in ATF ptrace(2) testskamil
2018-05-19Cover SIGTSTP, SIGTTIN and SIGTTOU in traceme_vfork_raise ATF testskamil
2018-05-19Reflect reality in the commentkamil
2018-05-19Enable traceme_vfork_raise2 in ATF ptrace(2) testskamil
2018-05-19Add new auxiliary functions in t_ptrace_wait.hkamil
2018-05-19Stop masking SIGSTOP in a vfork(2)ed childkamil
2018-05-18Add new ATF tests: t_fork and t_vforkkamil
2018-05-18Correct assert in ATF t_zombie testkamil
2018-05-16Add extra asserts in three ATF ptrace(2) testskamil
2018-05-16Improve the description of traceme_vfork_breakpoint (ATF ptrace(2) test)kamil
2018-05-16Add a new ATF ptrace(2) test: traceme_vfork_execkamil
2018-05-16Improve the description of traceme_vfork_raise in ATF ptrace(2) testskamil
2018-05-16Add a new ATF ptrace(2) test: traceme_vfork_breakpointkamil
2018-05-16Correct handling of: vfork(2) + PT_TRACE_ME + raise(2)kamil
2018-05-14Revert previous change in t_ptrace.ckamil
2018-05-14Simplify the x86_64_cve_2018_8897 ATF ptrace(2) testkamil
2018-05-13Add a new ptrace(2) ATF exploit for: CVE-2018-8897 (POP SS debug exception)kamil
2018-05-13Refactor code in ATF ptrace(2) testskamil