summaryrefslogtreecommitdiff
path: root/tests/lib/libc/sys
AgeCommit message (Expand)Author
2019-04-11Add new tests in ATF t_prace_wait*kamil
2019-04-11Add new tests traceme_vfork_clone* in ATF t_ptrace_wait*kamil
2019-04-11Add clone_func() in t_ptrace_wait.hkamil
2019-04-11Validate that clone(2) is handled properly with more ptrace(2) ATF testskamil
2019-04-06Add new tests in ATF t_fork/t_vforkkamil
2019-04-06Simplify FORK_TEST in ATF t_ptrace_wait*kamil
2019-04-05Reenable tests vfork7 and vfork8 in ATF t_ptrace_wait*kamil
2019-04-05Add __clone(2) tests in t_ptrace_wait*kamil
2019-04-03The *fork*_signalmasked ATF tests no longer failkamil
2019-03-28Add new ATF ptrace(2) tests bytes_transfer_alignment*kamil
2019-03-16PR/54062: Using random garbage in the mmsghdr (in this case 0xa5's fromchristos
2019-03-13Add a bunch of fprintf(stderr,...) diagnostics to try and help determinekre
2019-03-08Remove expected fail in various ATF t_ptrace_wait* testskamil
2019-03-02Refactor signal6-8 tests in t_ptrace_wait*kamil
2019-02-23Drop signal5 test-case from ATF t_ptrace_wait*kamil
2019-02-23Add signal masked and ignored variations of traceme_exec in ATF testskamil
2019-02-23Add signal masked and ignored variations of traceme_vfork_exec in ATF testskamil
2019-02-20Replace signal4 (PT_STEP) test with refactored ones with extra assertskamil
2019-02-20Add more tests for variations of unrelated_tracer_sees_crash in ATFkamil
2019-02-20Add minor improvements in unrelated_tracer_sees_crash in t_ptrace_wait*kamil
2019-02-17Add new ATF t_ptrace_wait* vfork(2) testskamil
2019-02-17Remove redundant test from ATF t_ptrace_wait*kamil
2019-02-17Add additional assert in traceme_signalignored_crash t_ptrace_wait* testskamil
2019-02-17Add additional assert in traceme_signalmasked_crash t_ptrace_wait* testskamil
2019-02-15Add new ATF tests traceme_signal{ignored,masked}_crash* in t_ptrace_wait*kamil
2019-02-15Add new ATF tests traceme_raisesignal_ignored in t_ptrace_wait*kamil
2019-02-14Replace signal2 in t_ptrace_wait* with new testskamil
2019-02-14Add new regression scenarios for crash signals in t_ptrace_wait*kamil
2019-02-12Rename signal1 to signal_mask_unrelated in t_ptrace_wait*kamil
2019-02-12Refactor lwp_create1 and lwp_exit1 into trace_thread* in ptrace(2) testskamil
2019-02-11Rename the siginfo4 test in ATF t_ptrace_wait*kamil
2019-02-11Merge siginfo6 into other PT_STEP tests in t_ptrace_wait*kamil
2019-02-11Drop siginfo5 from ATF tests in t_ptrace_wait*kamil
2019-02-11Initial refactoring of siginfo* tests in t_ptrace_wait*kamil
2019-02-10Link t_ptrace_wait* tests with -pthreadkamil
2019-02-10Add initial pthread(3) tests in ATF t_prace_wait* testskamil
2019-02-09Add infinite_thread() for ptrace(2) ATF testskamil
2019-02-09use HAVE_FPREGS not HAVE_FPGPREGS and move some register_t inside proper #def...scole
2019-02-08Refactor kill* test in t_ptrace_wait*kamil
2019-02-08Correct a style in description of PT_STEP tests in t_ptrace_wait*kamil
2019-02-08Refactor definition of PT_STEP tests into single macrokamil
2019-02-07Refactor GPR and FPR tests in t_ptrace_wait* testskamil
2019-02-07Enable 3 new ptrace(2) tests for SIGILLkamil
2019-02-05Add missing break keywords in t_ptrace_wait* x86 testskamil
2019-02-04- add __unreachable() after ATF_REQUIRE(pid > 0) where pid <= 0.mrg
2019-02-03- add or adjust /* FALLTHROUGH */ where appropriatemrg
2019-01-22Mark traceme_vfork_crash_bus as no longer failingkamil
2019-01-13Don't mark the traceme_vfork_crash_bus test case as an expected failuregson
2018-11-06Add a test to enable rerror handling.christos
2018-10-16Handle ENOBUFS better and clean some whitespace.roy