summaryrefslogtreecommitdiff
path: root/tests/lib/libc
AgeCommit message (Expand)Author
2023-01-30PR/57205: Dag-Erling Smørgrav: Add tests strchrnul(3), fix strchr pastochristos
2022-12-28swab(3): Rewrite this to be understandable.riastradh
2022-12-21adapt mbstowcs_basic test for unicode table updatewiz
2022-12-04allow testing of files other than those in /etcjschauma
2022-12-04whitespacejschauma
2022-11-28whoops, we don't want an extra space herejschauma
2022-11-28whitespacejschauma
2022-10-06add tests for PR/57046.ryo
2022-08-12membar(3): Fix t_spinlock for machines with hash-locked atomics.riastradh
2022-08-01Provide _GNU_SOURCE for t_clone now that is required to make clone()kre
2022-07-18Make kqueue event status for vnodes shareable, and for stacked file systemsthorpej
2022-06-09There are two hard problems in computer science cache invalidation, namingskrll
2022-06-07PR/56865: hppa: t_ptrace_core_wait test doesn't know it must advance PC after...skrll
2022-06-04tests/lib/libc: Test mmap(2) with bad hints.riastradh
2022-06-04Fix syntax errorpgoyette
2022-05-31libc: Reintroduce getentropy.riastradh
2022-05-31s/disbale/disable/ and s/enbale/enable/ in comments. also one more typo fix.andvar
2022-05-31Avoid plabels on hppa to make some tests not crashskrll
2022-05-31whitespace including space before delay slot instruction.skrll
2022-05-30More factoring of common code. NFCIpgoyette
2022-05-30Update test so all four combinations of update_{upper, lower} xpgoyette
2022-05-29fix various typos in comments and log messages.andvar
2022-05-24fix various typos in comment, documentation and log messages.andvar
2022-05-24s/estabilishing/establishing/ in copy pasted comment.andvar
2022-05-23s/controll/control/ in comments.andvar
2022-05-07Skip sigfpe_int also for sh3; integer division by zero is not trapped.rin
2022-05-01Rename variables to be more descriptive of their local meaning ratherpgoyette
2022-04-30Don't put temporary files and directories into the atf_srcdir (thatpgoyette
2022-04-29Add a new test for PR kern/56713 and set to expected_failure for now.pgoyette
2022-04-12s/sould/should/ and s/shoud/should/andvar
2022-04-10membar_ops(3): Simplify alarm handling in membar tests.riastradh
2022-04-09Introduce membar_acquire/release. Deprecate membar_enter/exit.riastradh
2022-04-08membar_ops(3): Add some automatic tests.riastradh
2022-04-06Add a regression test for PR kern/52239, "Changing protections ofgson
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