1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-19 18:47:39 +00:00
serenity/Userland/Tests
Paul Scharnofske 35a1e12459 AK+Format: Don't cast to size_t when you want u64.
In Serenity, size_t is defined as u32, thus static_cast<size_t>(value)
truncates the value.
2021-02-13 19:47:06 +01:00
..
AK AK+Format: Don't cast to size_t when you want u64. 2021-02-13 19:47:06 +01:00
Kernel Tests: Merge and extend syscall tests into a syscall fuzzer 2021-02-13 00:40:31 +01:00
LibC LibC: Test behavior around overlong paths 2021-01-16 22:40:53 +01:00
LibGfx Tests: Add Tests/LibGfx/image-decoder tests 2021-02-01 13:40:15 +01:00
LibM LibM: Implement nextafter() and nexttoward() 2021-02-05 12:27:23 +01:00
UserspaceEmulator Tests+UserlandEmulator: Demonstrate missing backtraces 2021-01-23 16:47:09 +01:00
CMakeLists.txt AK+Format: Don't cast to size_t when you want u64. 2021-02-13 19:47:06 +01:00