summaryrefslogtreecommitdiff
path: root/tests (follow)
AgeCommit message (Expand)Author
2023-12-15Remove superfluous includesjvoisin
2023-12-07Add qsortjvoisin
2023-12-07Add a global test to ensure that all headers are compilingjvoisin
2023-11-16Add hardening for select()jvoisin
2023-11-01Add support for FD_ISSETjvoisin
2023-10-01Add vfprintf`jvoisin
2023-10-01Add `fprintf`jvoisin
2023-09-30Add `vprintf`jvoisin
2023-09-30Add `strlen`jvoisin
2023-09-29Make use of the native _chk variants for realjvoisin
2023-09-28Add `printf` hardeningjvoisin
2023-09-20Add tests for compile-time errorsjvoisin
2023-09-17Make use of the buffers in the wide-chars testsjvoisin
2023-09-17Fix compilation under clang for bsd-specific functionsjvoisin
2023-09-17Add more dynamic testsjvoisin
2023-09-17Add dynamic tests for strcpy and strncatjvoisin
2023-09-17Add a test for stpcpyjvoisin
2023-09-11Fix a warningjvoisin
2023-09-11Add a bunch of wchar_t testsjvoisin
2023-09-04Add tests for wmemcpyjvoisin
2023-08-26Add two tests for wmemmovejvoisin
2023-08-22Show the failing file name in the testsuitejvoisin
2023-08-22Add hardening for pwritejvoisin
2023-08-22Add tests for wmemsetjvoisin
2023-08-21Add tests for mbstowcsjvoisin
2023-08-21Harden umaskjvoisin
2023-08-21Add tests for fgetws and mbsrtowcsjvoisin
2023-08-20Remove the testsuite from the coverage datajvoisin
2023-08-20Split build and runjvoisin
2023-08-20Fix clang buildjvoisin
2023-08-20Fix some sizeof-related typoes in the testsuitejvoisin
2023-08-20Add hardening for strrchrjvoisin
2023-08-20Add hardening for strchrjvoisin
2023-08-20Add two tests for memchrjvoisin
2023-07-11Add more dynamic testsjvoisin
2023-07-11Sort build targets in the tests' Makefilejvoisin
2023-07-11Add some dynamic tests for unistd.hjvoisin
2023-07-10Add some dynamic tests for sys/socket.hjvoisin
2023-07-10Add tests for sys/socketjvoisin
2023-07-10Add tests for sys/socket.hjvoisin
2023-07-09Add some malloc annotationsjvoisin
2023-07-09Add some `format` annotationsjvoisin
2023-07-09Add tests for stdio.hjvoisin
2023-07-09Add tests for unistd.hjvoisin
2023-07-09Fix a couple of warningsjvoisin
2023-07-08Add tests for memcpy overflow/underflowjvoisin
2023-07-05Add tests for bzerojvoisin
2023-07-05Add tests for bcopyjvoisin
2023-06-25Fix the coverage on github pagesjvoisin
2023-06-25Run clang and gcc in the CIjvoisin