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
overlong_realpath.cpp Tests: static vs non-static constexpr variables 2021-05-19 21:21:03 +01:00
qsort-sorts-and-copies.cpp
scanf.cpp
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
TestLibCExec.cpp
TestLibCInodeWatcher.cpp
TestLibCMkTemp.cpp
TestLibCString.cpp LibC: Implement strerror_r() 2021-05-25 17:36:02 +02:00
TestLibCTime.cpp
TestStackSmash.cpp Tests+Base: Convert stack-smash to be LibTest based and stop skipping it 2021-07-06 17:22:45 +02:00