index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Tests
/
LibC
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2022-09-16
Tests: Move the former LibM test into the LibC namespace
Tim Schumacher
2022-07-22
Tests: Add tests for `pthread_setcancel{state,type}`
Tim Schumacher
2022-07-19
Tests: Move the LibPthread tests to the correct namespace
Tim Schumacher
2022-06-30
Tests: Add tests for <ctype.h> functions declared in the C Standard
Andrew Kaster
2022-05-20
Tests: Add tests for posix_memalign(3) and aligned_alloc(3)
Peter Elliott
2022-02-13
Tests: Add test for LibC mkdir()
Max Wipfli
2022-01-16
Tests: Test whether stdio streams are flushed correctly on exit
Daniel Bertalan
2022-01-16
LibC: Make `*alloc` return `NULL` in case of failure (POSIX)
Michel Hermier
2021-12-19
Tests: Add test for `raise`
Michel Hermier
2021-12-19
Tests: Add test for `assert`
Michel Hermier
2021-12-19
Tests: Add test for `abort`
Michel Hermier
2021-10-15
LibC: Implement tfind and tsearch
Tim Schumacher
2021-09-18
LibC: Primitively implement wcscoll
Tim Schumacher
2021-09-17
LibC: Implement wctype
Tim Schumacher
2021-09-01
Tests: Convert remaining LibC tests to LibTest
Andrew Kaster
2021-08-26
Tests: Test setjmp/sigsetjmp LibC functions
Jean-Baptiste Boric
2021-07-11
Userland+Tests: Convert test_io to be LibTest based
Andrew Kaster
2021-07-06
Tests+Base: Convert stack-smash to be LibTest based and stop skipping it
Andrew Kaster
2021-05-25
LibC: Implement strerror_r()
Gunnar Beutner
2021-05-12
Tests: Add InodeWatcher and FileWatcher tests
sin-ack
2021-05-06
Tests: Establish root Tests directory, move Userland/Tests there
Brian Gianforcaro