ladybird/Tests/LibCore
R-Goc 02bb892d7a LibThreading/LibSync: Split out sync primitives
This commit splits out synchronization primitives from LibThreading into
LibSync. This is because LibThreading depends on LibCore, while LibCore
needs the synchronization primitives from LibThreading. This worked
while they were header only, but when I tried to add an implementation
file it ran into the circular dependency. To abstract away the pthread
implementation using cpp files is necessary so the synchronization
primitives were moved to a separate library.
2026-05-08 18:58:35 -05:00
..
10kb.txt LibCore: Fix relative seeking in IODevice 2021-11-30 10:51:10 +01:00
CMakeLists.txt LibThreading/LibSync: Split out sync primitives 2026-05-08 18:58:35 -05:00
long_lines.txt LibCore: Add unit test for File::read_line 2021-06-22 18:54:40 +04:30
module.modulemap LibCore: Add swift bindings for EventLoop as an Executor and Actor 2025-03-15 21:51:22 -06:00
small.txt Tests/LibCore: Add regression test for the read_until_any_of OOB read 2022-01-01 14:44:02 +01:00
TestEventLoop.cpp LibCore: Add swift bindings for EventLoop as an Executor and Actor 2025-03-15 21:51:22 -06:00
TestEventLoop.h LibCore: Add swift bindings for EventLoop as an Executor and Actor 2025-03-15 21:51:22 -06:00
TestLibCoreAnonymousBuffer.cpp LibCore: Allow zero-size AnonymousBuffer creation 2026-04-22 09:08:39 -04:00
TestLibCoreArgsParser.cpp AK: Update OptionParser::m_arg_index by substracting skipped args 2024-02-06 00:08:30 +01:00
TestLibCoreDeferredInvoke.cpp Userland: Add ESCAPING annotations to a bunch of places 2024-05-22 21:55:34 -06:00
TestLibCoreEventLoop.cpp Tests: Add a test to check for UAF on the Unix event loop's thread data 2026-03-02 17:06:39 -06:00
TestLibCoreFileWatcher.cpp Tests: Update FileWatcher's test timeouts 2025-03-28 19:19:43 +00:00
TestLibCoreMappedFile.cpp Tests/LibCore: Enable several tests in Windows CI 2025-08-06 20:24:38 -06:00
TestLibCoreMimeType.cpp Tests: Add tests for some common image types in TestLibCoreMimeType 2025-08-22 08:03:28 -04:00
TestLibCorePromise.cpp Everywhere: Move the thread name parameter for Thread constructors 2026-01-26 15:51:46 -06:00
TestLibCoreStream.cpp Tests: Try to remove old test sockets in TestLibCoreStream 2026-03-02 17:06:39 -06:00