summaryrefslogtreecommitdiff
path: root/Tests/LibC/CMakeLists.txt
AgeCommit message (Expand)Author
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