Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/tests/lib/libpthread



Module Name:    src
Committed By:   riastradh
Date:           Sat Apr  5 11:22:32 UTC 2025

Modified Files:
        src/tests/lib/libpthread: Makefile t_cancellation.c
Added Files:
        src/tests/lib/libpthread: cancelpoint.h t_compat_cancel.c

Log Message:
Add tests for compat functions as cancellation points.

While here, test kevent too.

PR lib/59240: POSIX.1-2024: cancellation point audit
PR lib/59247: pthread_cancelstub.c is inadequately tested


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/tests/lib/libpthread/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/lib/libpthread/cancelpoint.h \
    src/tests/lib/libpthread/t_compat_cancel.c
cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libpthread/t_cancellation.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index