ladybird/Tests
Andrew Kaster 09fe9f4542 Tests: Fix use-after-free in TestRefPtr.self_observers
We can't unref an object to destruction while there's still a live
RefPtr to the object, otherwise the RefPtr destructor will try to
destroy it again, accessing the refcount of a destroyed object (before
realizing that oops! the object is already dead)
2021-05-14 08:34:00 +01:00
..
AK Tests: Fix use-after-free in TestRefPtr.self_observers 2021-05-14 08:34:00 +01: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