summaryrefslogtreecommitdiff
path: root/tests/lib/libc
AgeCommit message (Expand)Author
2021-03-21PR/56066: Jessica Clarke: Add tests for calling {_,}longjmp with a zero value.christos
2021-03-19Sprinkle a few more \n's and the end of some debug printfs.simonb
2021-02-25Adjust for conditional NLSchristos
2021-02-24remove castschristos
2021-02-24minimal fix to match the library code (really make the constants unsignedchristos
2021-02-23Add REG_GNUchristos
2021-02-23Add support for ENOSYS (was never set)christos
2021-02-23Add REG_POSIX, and make compile on linux where we don't have a lot of thechristos
2021-02-23Delete category stuff that has changed with the new regex; make compilechristos
2021-02-23Comment out tests that the new stricter regex does not likechristos
2021-02-08Don't define a label twice.joerg
2021-01-21Use .set noreorder and use reg names.simonb
2021-01-18Check for MAP_FAILED instead of NULL when looking for an error from mmap(2).simonb
2021-01-13skip sigbus_adraln on MIPSskrll
2021-01-11Only try to create up-to NAME_MAX filenames.christos
2021-01-11PR/55715: pmax testbed panics with "assertion "asid == curcpu()->ci_pmap_asid...skrll
2021-01-10PR/55715: pmax testbed panics with "assertion "asid == curcpu()->ci_pmap_asid...skrll
2020-11-27map enough space for both the page we write and the guard so that we makechristos
2020-11-27delete trailing whitespacegson
2020-11-01Make the mkstemps_basic and mkostemps_basic test cases not randomlygson
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-13For aarch64eb, no SIGBUS signal for unaligned accesses.rin
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-07avoid new GCC 9 warnings.mrg
2020-09-07don't pass NULL to printf(), but use "<memory>" to signify thismrg
2020-09-06add support for new GCC 9 warnings that may be too much to fixmrg
2020-08-25Fix getrandom() tests.riastradh
2020-08-24Expect a failure to trap unaligned acesses only when running undergson
2020-08-23Split getrandom tests into several cases to find out which ones hang.riastradh
2020-08-23Expect failure only when running under qemu's TCG CPU emulation, notgson
2020-08-23Provide separate functions to check for running under qemu in generalgson
2020-08-14New system call getrandom() compatible with Linux and others.riastradh
2020-07-17Add ppoll() a compatibility wrapper around pollts(2)kamil
2020-07-03Verify that PR lib/55041 is no longer an issue.jruoho
2020-07-01Add basic checks for a64l(3), l64a(3), and l64a_r(3).jruoho
2020-07-01Add basic tests for the rest of the mktemp(3) family of functions, includingjruoho
2020-06-30After a comedy of errors, move t_mbtowc to its final resting place.jruoho
2020-06-29Avoid copyright issues and name the listed author as the copyright holder.maya
2020-06-29Use -Wl,--no-fatal-warnings for the mktemp(3) test.jruoho
2020-06-27Add the default TNF copyright (2005), cf. PR misc/55419.jruoho
2020-06-27Start moving the remaining tests from src/regress to src/tests.jruoho
2020-06-27Move the test for mktemp(3) to the right place.jruoho
2020-06-26Reference PRs consistently.jruoho