summaryrefslogtreecommitdiff
path: root/Tests/LibC/CMakeLists.txt
AgeCommit message (Expand)Author
2022-11-19LibC+Tests: Simplify getpwuid_r() and getpwnam_r() and add testsAndreas Kling
2022-10-27Tests: Add pthread scheduler priority testskleines Filmröllchen
2022-09-16Tests: Move the former LibM test into the LibC namespaceTim Schumacher
2022-07-22Tests: Add tests for `pthread_setcancel{state,type}`Tim Schumacher
2022-07-19Tests: Move the LibPthread tests to the correct namespaceTim Schumacher
2022-06-30Tests: Add tests for <ctype.h> functions declared in the C StandardAndrew Kaster
2022-05-20Tests: Add tests for posix_memalign(3) and aligned_alloc(3)Peter Elliott
2022-02-13Tests: Add test for LibC mkdir()Max Wipfli
2022-01-16Tests: Test whether stdio streams are flushed correctly on exitDaniel Bertalan
2022-01-16LibC: Make `*alloc` return `NULL` in case of failure (POSIX)Michel Hermier
2021-12-19Tests: Add test for `raise`Michel Hermier
2021-12-19Tests: Add test for `assert`Michel Hermier
2021-12-19Tests: Add test for `abort`Michel Hermier
2021-10-15LibC: Implement tfind and tsearchTim Schumacher
2021-09-18LibC: Primitively implement wcscollTim Schumacher
2021-09-17LibC: Implement wctypeTim Schumacher
2021-09-01Tests: Convert remaining LibC tests to LibTestAndrew Kaster
2021-08-26Tests: Test setjmp/sigsetjmp LibC functionsJean-Baptiste Boric
2021-07-11Userland+Tests: Convert test_io to be LibTest basedAndrew Kaster
2021-07-06Tests+Base: Convert stack-smash to be LibTest based and stop skipping itAndrew Kaster
2021-05-25LibC: Implement strerror_r()Gunnar Beutner
2021-05-12Tests: Add InodeWatcher and FileWatcher testssin-ack
2021-05-06Tests: Establish root Tests directory, move Userland/Tests thereBrian Gianforcaro