summaryrefslogtreecommitdiff
path: root/tests/lib
AgeCommit message (Expand)Author
2021-12-10s/occured/occurred/ in comments, log messages and man pages.andvar
2021-12-07tests/libcurses: fix grammar in comment (since yesterday)rillig
2021-12-06tests/libcurses: clean up commentsrillig
2021-12-05s/rouine/routine/msaitoh
2021-12-04librefuse: Preparation of a proper API versioning; no more #ifdef woes in use...pho
2021-11-23Temporary hack to work around incorrect/missing unwind info forthorpej
2021-11-22undef a couple more.christos
2021-11-20Merge common code for the chdir cases (Piyush Sachdeva)christos
2021-11-18Add a test case for backtrace(3) across a signal handler.thorpej
2021-11-16Add more testing for special character handling in ins_wstr family.blymn
2021-11-15Add handling for backspace special character (\b)blymn
2021-11-15Add missing testchristos
2021-11-15Update the ins_(n)wstr test family to split out the check filesblymn
2021-11-11The nfs_autoload test case has now been broken for more than four years.gson
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-12remove comment, it's fixednia
2021-10-12crypt(3): Make Argon2 implementation match the reference impl bynia
2021-10-12Add libcrypt tests for Argon2i/Argon2i, based on reference hashesnia
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-21UsePrivilegeSeparation is no morechristos
2021-09-19Add native implementations of eventfd(2) and timerfd(2), compatible withthorpej
2021-09-16fix typos in word "successful".andvar
2021-09-11tests/stdio: normalize whitespacerillig
2021-09-10fix the ssh rump testchristos
2021-09-09tests/stdio: disable flappy test for EINTR with _IOFBF for nowrillig
2021-09-07PR lib/56388rin
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-04Cosmetic fixes. No functional changes intended.rin
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-21fix some more typos in comments/log messages, improve wording as well.andvar
2021-08-02s/suported/supported in commentsandvar
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