| 35e4527e | 01-Oct-2021 |
Eric van Gyzen <vangyzen@FreeBSD.org> |
sem_clockwait_np test: fix usage of ATF API
ATF_REQUIRE_ERRNO requires the given errno iff the given expression is true. These test cases used it incorrectly, potentially allowing sem_clockwait_np
sem_clockwait_np test: fix usage of ATF API
ATF_REQUIRE_ERRNO requires the given errno iff the given expression is true. These test cases used it incorrectly, potentially allowing sem_clockwait_np to succeed when it was expected to fail. Use separate ATF calls to require failure and the expected errno.
MFC after: 1 week Sponsored by: Dell EMC Isilon
show more ...
|
| 2334abfd | 01-Oct-2021 |
Eric van Gyzen <vangyzen@FreeBSD.org> |
sem test: move sem_clockwait_np tests into individual cases
Move these tests into individual test cases for all the usual reasons. No functional change intended.
MFC after: 1 week Sponsored by: Del
sem test: move sem_clockwait_np tests into individual cases
Move these tests into individual test cases for all the usual reasons. No functional change intended.
MFC after: 1 week Sponsored by: Dell EMC Isilon
show more ...
|