1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-23 10:07:40 +00:00
serenity/Tests
Brian Gianforcaro d07309a180 AK: Introduce adopt_ref_if_nonnull(..) to aid in Kernel OOM hardening
Unfortunately adopt_ref requires a reference, which obviously does not
work well with when attempting to harden against allocation failure.
The adopt_ref_if_nonnull() variant will allow you to avoid using bare
pointers, while still allowing you to handle allocation failure.
2021-05-13 08:29:01 +02:00
..
AK AK: Introduce adopt_ref_if_nonnull(..) to aid in Kernel OOM hardening 2021-05-13 08:29:01 +02:00
Kernel Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00
LibC Tests: Add InodeWatcher and FileWatcher tests 2021-05-12 22:38:20 +02:00
LibCompress Tests: Move LibCompress tests to Tests/LibCompress 2021-05-06 17:54:28 +02:00
LibCore Tests: Add InodeWatcher and FileWatcher tests 2021-05-12 22:38:20 +02:00
LibGfx Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00
LibJS LibCore+Everywhere: Move OpenMode out of IODevice 2021-05-12 11:00:45 +01:00
LibM Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00
LibPthread Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00
LibRegex Tests: Move LibRegex tests to Tests/LibRegex 2021-05-06 17:54:28 +02:00
LibSQL Tests: Move LibSQL tests to Tests/LibSQL 2021-05-06 17:54:28 +02:00
LibWeb LibCore+Everywhere: Move OpenMode out of IODevice 2021-05-12 11:00:45 +01:00
UserspaceEmulator Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00
CMakeLists.txt Tests: Add InodeWatcher and FileWatcher tests 2021-05-12 22:38:20 +02:00