CVS commit: [thorpej-futex2] src/tests/lib/libc/sys

2021-08-06 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Aug 7 01:46:54 UTC 2021 Modified Files: src/tests/lib/libc/sys [thorpej-futex2]: t_futex_ops.c Log Message: futex_wake_highest_pri is not expected to fail on the thorpej-futex2 branch. To generate a diff of this commit: cv

CVS commit: [thorpej-futex2] src/tests/lib/libc/sys

2021-08-06 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Aug 7 01:44:51 UTC 2021 Modified Files: src/tests/lib/libc/sys [thorpej-futex2]: t_futex_ops.c Log Message: Fix the unit test for FUTEX_REQUEUE and FUTEX_CMP_REQUEUE to account for the different return value semantics. To