ladybird/Tests
Brian Gianforcaro 60fc939e81 Tests: Add test case for pthread_cond_timedwait with a timeout.
Add a test case that the timeout argument to pthread_cond_timedwait
works in LibPthread. This change also validates the new support for
timeouts to the futex syscall, as that's how condition variables are
implemented.
2020-04-26 21:31:52 +02:00
..
Kernel Tests: Add test case for pthread_cond_timedwait with a timeout. 2020-04-26 21:31:52 +02:00
LibC LibC: The exec() family of functions should not search "." by default 2020-02-01 16:14:09 +01:00