summaryrefslogtreecommitdiff
path: root/tests/lib/libc/sys
AgeCommit message (Expand)Author
2020-04-17Switch from C11 specific static_assert() to __CTASSERT()kamil
2020-04-14Add timeout to syscall_signal_on_sce that hangs from time to timekamil
2020-04-04Add support for lazily generating a "global thread ID" for a LWP. Thisthorpej
2020-03-08Only inlcude fenv.h if __HAVE_FENVmartin
2020-03-07Fix typokamil
2020-03-07Try to fix the build. This is why all those inlines should really be in achristos
2020-03-06Remove duplicated lineskamil
2020-03-06Add new ptrace(2) test filekamil
2020-03-06Add await_collected()kamil
2020-03-06Move macros wrapping functions from msg.h into msg.hkamil
2020-03-03Mark find_event_count() with __usedkamil
2020-03-01fix variable namechristos
2020-03-01Add new signal trap entry tests in t_ptrace_wait*kamil
2020-03-01Centralize the base rump libraries into a variable used by all the otherchristos
2020-02-24Add new test in t_ptrace_wait*kamil
2020-02-240x%p --> %p for non-external codes.rin
2020-02-22Disable t_ptrace_wait* tests for MKSANITIZER/MKLIBCSANITIZERkamil
2020-02-20Refactor dbregs_dont_inherit_lwp()kamil
2020-02-20Minor changes to t_ptrace_wait*kamil
2020-02-19Fix clang(1) buildkamil
2020-02-14Instead of turning optimization off, use unique labels with %= (thanks joerg@)christos
2020-02-13adjust r1.19; add clang equivalent of gcc specific attributetnn
2020-02-13Enable combined breakpoint, watchpoint and signal testsmgorny
2020-02-13Extend concurrent events test to watchpointsmgorny
2020-02-13Extend concurrent events test to breakpointsmgorny
2020-02-13Include LWP events in concurrent event testmgorny
2020-02-13Test whether signal handler is called in concurrent bombardingmgorny
2020-02-13Extend concurrent signal tests to pass signal back to the threadmgorny
2020-02-13Generalize thread_concurrent_signals to a generic factorymgorny
2020-02-13Disable UBSan warnings for trigger_segv()kamil
2020-02-13Disable UBSan reports in trigger_fpe()kamil
2020-02-13Turn off optimization on a function which contains constant labels.christos
2020-02-11Rewrite the t_ptrace_wait resume1 testkamil
2020-02-10Rename suspend2 to suspend_no_deadlockkamil
2020-02-05Refactor signal9 and signal10 tests in t_ptrace_wait*kamil
2020-02-04Disable debug codekamil
2020-02-04Add new ATF ptrace(2) test in t_ptrace_wait*kamil
2020-02-04Add new ATF tests for unrelated tracer in t_ptrace_wait*kamil
2020-01-29Add new fork/vfork/posix_spawn ATF tests in t_ptrace_wait*kamil
2020-01-24Don't print the pagesize it messes up atf-reportskrll
2020-01-23Fix the build: access_regs_set_unaligned_pc_* tests depend on availabilitymartin
2020-01-21Add new ATF tests in t_ptrace_wait*kamil
2020-01-08Add tests for reading registers from x86 core dumpsmgorny
2020-01-08Combine x86 register tests into unified test functionmgorny
2020-01-08Fix alignment when reading core notesmgorny
2019-12-27s/inital/initial/msaitoh
2019-12-25Read TLS base pointer with _lwp_getprivate()kamil
2019-12-24Define _RTLD_SOURCE in t_ptrace_wait.ckamil
2019-12-24Introduce PT_LWPSTATUS + PT_LWPNEXT, obsolete PT_LWPINFOkamil
2019-12-06Log PID.LWP in t_ptrace_wait* tests for enabled debugkamil