summaryrefslogtreecommitdiff
path: root/tests/lib/libc
AgeCommit message (Expand)Author
2022-04-05In the mmap_err test case, mmap the address, not the address of the address.gson
2022-04-05When the t_mmap:mmap_err test fails due to errno not having the expectedgson
2022-04-04fix various typos, mainly in comments.andvar
2022-03-26Add sparc* to the list of architectures that need an explicit addressmartin
2022-03-18getrandom(2): Fix return value checks in automatic tests.riastradh
2022-02-20Validate basic fcntl(2) behavior for eventfd and timerfd.thorpej
2022-01-16tests/libc/inet: remove stray semicolonsrillig
2021-12-15When running the tests under "qemu -accel kvm" on a Linux host,gson
2021-12-10s/occured/occurred/ in comments, log messages and man pages.andvar
2021-11-22undef a couple more.christos
2021-11-20Merge common code for the chdir cases (Piyush Sachdeva)christos
2021-11-15Add missing testchristos
2021-11-07Fix linking for multi-source file tests, the second part of the tuplemartin
2021-11-07new tests for posix_spawn_chdir from Piyush Sachdevachristos
2021-11-01Test lib/libc/sys/t_timerfd often fails when run on QEMU becausehannken
2021-10-31Skip the test when there is insufficient disk space. Fixes PR misc/56324.gson
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-09-11tests/stdio: normalize whitespacerillig
2021-09-09tests/stdio: disable flappy test for EINTR with _IOFBF for nowrillig
2021-09-05tests/stdio: use standard ATF tools for verifying the test outputrillig
2021-09-05tests/stdio: wrap test command with atf_checkrillig
2021-09-05tests/stdio: on test failure, print more detailsrillig
2021-09-03s/existant/existent/ in comments and messages, plus few more similar fixes.andvar
2021-08-22s/priviledge/privilege/ in comments/log messages and fix one typo in descriptor.andvar
2021-08-21fix mainly same typos as in my previous commit but outside sys/dev/dm.andvar
2021-08-02s/diferent/different/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-07-10Use intmax_t to printf an off_tmartin
2021-07-10add more info to ease future debugging.christos
2021-07-10space before starchristos
2021-07-09Make opts.cmd const char * rather than char * -- nothing ever modifieskre
2021-07-09fixes from RVPchristos
2021-07-08fix printf format stringschristos
2021-07-08need to set BINDIRchristos
2021-07-08Add interrupted I/O tests (from RVP)christos
2021-06-09remove the kill in the trace code.christos
2021-06-09remove not required include fileschristos
2021-06-091. Preallocate the patterns so that out of memory conditions don't happenchristos
2021-06-07Add more information for the malloc failure.christos
2021-05-24On mips, avoid deliberately executing an illegal instruction for nowgson
2021-05-02Add test for POSIX_SPAWN_RESETIDS flagmartin
2021-03-28yield so we can lose packetschristos
2021-03-21use a pipe instead of sched_yield()christos