summaryrefslogtreecommitdiff
path: root/tests/lib/libc/sys
AgeCommit message (Expand)Author
2021-11-01Test lib/libc/sys/t_timerfd often fails when run on QEMU becausehannken
2021-10-21Skip the lib/libc/sys/t_ptrace_waitid:syscall_signal_on_sce test casegson
2021-10-14Remove trailing whitespacegson
2021-10-02- Strenghen the poll(2) fifo_inout test to ensure that once the readerthorpej
2021-10-02Add a fifo_inout test case that validates the expected POLLIN / POLLOUTthorpej
2021-10-02In the fifo_hup1 test, also ensure that POLLHUP is de-asserted when athorpej
2021-10-02- fifo_poll(): If the last writer has disappeared, detect this and returnthorpej
2021-09-19Add native implementations of eventfd(2) and timerfd(2), compatible withthorpej
2021-08-22s/priviledge/privilege/ in comments/log messages and fix one typo in descriptor.andvar
2021-07-24For sh3, increment PC when PT_CONTINUE from trigger_trap(), as alreadyrin
2021-07-17PR 56313: fix eroneous = that was meant to be ==martin
2021-05-24On mips, avoid deliberately executing an illegal instruction for nowgson
2021-03-28yield so we can lose packetschristos
2021-03-21use a pipe instead of sched_yield()christos
2021-03-19Sprinkle a few more \n's and the end of some debug printfs.simonb
2021-01-18Check for MAP_FAILED instead of NULL when looking for an error from mmap(2).simonb
2020-10-31PR/55663: Ruslan Nikolaev: Add support for EVFILT_USER in kqueue(2)christos
2020-10-27Add tests for AVX-512 registers (zmm0..zmm31, k0..7)mgorny
2020-10-24Issue 64-bit versions of *XSAVE* for 64-bit amd64 programsmgorny
2020-10-16Remove leftover commented out #if 0mgorny
2020-10-15Apply fix in rev 1.2 for core_dump_procinfo to aarch64 and arm:rin
2020-10-15Fix s87_tw reconstruction to correctly indicate register statesmgorny
2020-10-13Bump soft/hard limits for stack to 6MB for aarch64{,eb}, where old valuerin
2020-10-09Add tests for x87 FPU registersmgorny
2020-10-09Rename MM_REG macro to ST_MAN, and cover fpr/xstate with itmgorny
2020-09-06add support for new GCC 9 warnings that may be too much to fixmrg
2020-08-25Fix getrandom() tests.riastradh
2020-08-23Split getrandom tests into several cases to find out which ones hang.riastradh
2020-08-14New system call getrandom() compatible with Linux and others.riastradh
2020-07-17Add ppoll() a compatibility wrapper around pollts(2)kamil
2020-06-26Reference PRs consistently.jruoho
2020-06-25Reference PRs consistently.jruoho
2020-06-24Fix core_dump_procinfo tests for powerpc, for which child process wasrin
2020-06-22Work around QEMU bug #1668041 differently, by which floating-pointrin
2020-06-22Turn trigger_fpe() back to integer division by zero for a whilerin
2020-06-17Fix build for vax; Compile t_ptrace_sigchld.c with -D__TEST_FENV.rin
2020-06-17Let trigger_fpe() cause floating-point divide by zero exception, instead ofrin
2020-06-17Regardless of __HAVE_FENV, include <fenv.h>, which itself defines __HAVE_FENV.rin
2020-06-15language sensitivitychristos
2020-06-09Add fork/vfork/posix_spawn tests for processes within pgrpkamil
2020-06-06Add a test case to ensure that _lwp_create() fails with thethorpej
2020-05-16Ignore interception of SIGCHLD signals in the debuggerkamil
2020-05-16Fix typo in test nameskamil
2020-05-16Ignore interception of SIGCHLD signals in the debuggerkamil
2020-05-14Ignore interception of the SIGCHLD signals.kamil
2020-05-11Fix potential race in ptrace(2) clone(2) testskamil
2020-05-11Fix race in fork_singalmaskedkamil
2020-05-11Simplify previouskamil
2020-05-11Do not fail when trying to kill a dying processkamil
2020-05-06Fix a bug in the futex_wake_highest_pri test case. Still fails asthorpej