1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 08:17:35 +00:00
serenity/Userland/Tests
Brian Gianforcaro f5c676fd86 Tests: Add unit tests for the pthread_spinlock_t API.
This change establishes a new set of LibTest based tests for validating
the functionality of our pthread implementation. The first tests added
validate the error handling for the pthread spinlock API:
 * pthread_spin_init
 * pthread_spin_lock
 * pthread_spin_try_lock
 * pthread_spin_unlock
 * pthread_spin_destroy
2021-05-02 20:59:38 +02:00
..
Kernel Tests: Convert file system suid-sgid stripping test to be LibTest based. 2021-04-27 17:58:11 +02:00
LibC LibC: Implement scandir(...) to enumerate directories. 2021-05-02 13:33:41 +02:00
LibGfx Build: Simplify LibGfx test's CMakeLists.txt with serenity_test(..) 2021-04-29 10:37:26 +02:00
LibM AK+Userland: Move AK/TestSuite.h into LibTest and rework Tests' CMake 2021-04-25 09:36:49 +02:00
LibPthread Tests: Add unit tests for the pthread_spinlock_t API. 2021-05-02 20:59:38 +02:00
UserspaceEmulator AK+Userland: Move AK/TestSuite.h into LibTest and rework Tests' CMake 2021-04-25 09:36:49 +02:00
CMakeLists.txt Tests: Add unit tests for the pthread_spinlock_t API. 2021-05-02 20:59:38 +02:00