summaryrefslogtreecommitdiff
path: root/tests/test_wcscpy_static_write.c (unfollow)
AgeCommit message (Collapse)Author
2025-10-28Fix the CI on clangjvoisin
Apparently, clang doesn't like the `putwchar` function for no good reason. Replacing it with `printf` fixes a NULL-ptr deref, so let's do that, as we don't really care about the content of the buffer anyway, only that it's not optimized away.
2023-09-17Make use of the buffers in the wide-chars testsjvoisin
Just in case the compiler tries to optimize some things away.
2023-09-11Add a bunch of wchar_t testsjvoisin
2023-08-21Add tests for fgetws and mbsrtowcsjvoisin
2023-07-11Add more dynamic testsjvoisin
2023-06-23Add a test for fgetsjvoisin
2023-06-22Add a test for ppolljvoisin
2023-06-22Add a test for `poll`jvoisin
2023-05-30Add a test for getcwdjvoisin
2023-04-13Add a basic testsuitejvoisin