ladybird/Tests/LibC
Daniel Bertalan 6821cd45ed Tests: Fix compile errors on Clang
Since Clang enables a couple of warnings that we don't have in GCC,
these were not caught before. Included fixes:

- Use correct printf format string for `size_t`
- Don't compare Nonnull(Ref|Own)Ptr` to nullptr
- Fix unsigned int& => unsigned long& conversion
2021-07-14 13:12:25 +02:00
..
accuracy-strtod.cpp Tests: Fix compile errors on Clang 2021-07-14 13:12:25 +02:00
CMakeLists.txt Userland+Tests: Convert test_io to be LibTest based 2021-07-11 19:42:00 +02:00
memmem-tests.cpp Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00
overlong_realpath.cpp Tests: static vs non-static constexpr variables 2021-05-19 21:21:03 +01:00
qsort-sorts-and-copies.cpp Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00
scanf.cpp Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00
snprintf-correctness.cpp Tests: static vs non-static constexpr variables 2021-05-19 21:21:03 +01:00
strlcpy-correctness.cpp Tests: static vs non-static constexpr variables 2021-05-19 21:21:03 +01:00
TestIo.cpp Userland+Tests: Convert test_io to be LibTest based 2021-07-11 19:42:00 +02:00
TestLibCDirEnt.cpp Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00
TestLibCExec.cpp LibC: Do not include errno.h inside unistd.h 2021-05-14 22:24:02 +02:00
TestLibCInodeWatcher.cpp Tests: Add InodeWatcher and FileWatcher tests 2021-05-12 22:38:20 +02:00
TestLibCMkTemp.cpp LibC: Move mman.h to sys/mman.h 2021-05-14 22:24:02 +02:00
TestLibCString.cpp LibC: Implement strerror_r() 2021-05-25 17:36:02 +02:00
TestLibCTime.cpp Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00
TestStackSmash.cpp Tests+Base: Convert stack-smash to be LibTest based and stop skipping it 2021-07-06 17:22:45 +02:00