summaryrefslogtreecommitdiff
path: root/tests/lib/libc
AgeCommit message (Expand)Author
2020-02-08Expand the -Wno-macro-redefined usage to MKLIBCSANITIZERkamil
2020-02-06Add a few O_SEARCH tests, currently only run on FreeBSD.martin
2020-02-05Refactor signal9 and signal10 tests in t_ptrace_wait*kamil
2020-02-05PR misc/54940: do not combine O_SEARCH with O_RDWR, from Kyle Evans.martin
2020-02-05PR misc/54939: fix file descriptor leak, patch from Kyle Evans.martin
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-30hack for clang/powerpcchristos
2020-01-29Add new fork/vfork/posix_spawn ATF tests in t_ptrace_wait*kamil
2020-01-28PR 54902: fix octal numbers accidently spelled as decimal.martin
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-19disable string op warnings for t_strcatmacallan
2019-12-06Log PID.LWP in t_ptrace_wait* tests for enabled debugkamil
2019-11-12Rework thread_concurrent_signals and trace_thread_lwpcreate_and_exitkamil
2019-10-28Avoid warnings about tautological left shifts as conditional.joerg
2019-10-21Remove preprocessor switch TEST_LWP_ENABLED in t_ptrace_wait*kamil
2019-10-21Remove preprocessor switch TEST_VFORK_ENABLED in t_ptrace_wait*kamil
2019-10-21Fix a race condition when handling concurrent LWP signals and add a testmgorny
2019-10-13Fix race in t_ptrace_wait* LWP testskamil
2019-10-13introduce some common variables for use in GCC warning disables:mrg
2019-10-13Enable TEST_LWP_ENABLED in t_ptrace_wait*kamil
2019-10-13Bump the number of threads in LWP t_ptrace_wait*() tests from to 100kamil
2019-10-02Remove ATF t_ptrace_wait test suspend1kamil
2019-10-01Merge PT_GET_PROCESS_STATE checks into traceme_raise ATF ptrace testskamil
2019-10-01Add a few static asserts in t_ptrace_wait.c for conditions that must be keptkamil
2019-09-29convert HAVE_GCC == 7 to HAVE_GCC >= 7.mrg
2019-09-15Remove the incomplete define.christos
2019-08-27Enhance the support of LLVM sanitizerskamil
2019-08-15Fix build of t_ubsan/t_ubsanxx under MKSANITIZERkamil
2019-07-28PR/54414: Valery Ushakov: add a test for wcsrtombs(3) doesn't update thechristos
2019-07-16PR misc/54382: whenever open(2) is called with O_CREAT, make sure tomartin
2019-07-13In the setitimer_old test case, allow for time passing between the twogson
2019-07-09return return atf_no_error() instead of 0 for consistency.maya
2019-07-09Update require.memory to match the increased rlimit.gson
2019-07-01Avoid GCC warning on NetBSD/i386kamil
2019-06-30Add a test for verifying procinfo note inside coredumps.mgorny
2019-06-26Implement PT_GETXSTATE and PT_SETXSTATEmgorny
2019-06-20Add mkfifo{,at}(2) mode in mknod{,at}(2) as requested by POSIXkamil
2019-06-18Allow to conditionally enable LWP ATF tests in t_ptrace_wait*kamil
2019-06-13Enable vfork(2) ATF tests in t_ptrace_wait*kamil