Module Name: src Committed By: kamil Date: Thu Nov 17 03:37:23 UTC 2016
Modified Files: src/tests/lib/libpthread_dbg: t_dummy.c Log Message: Add new test dummy2 in lib/libpthread_dbg/t_dummy This tests implements: - .proc_read with memcpy(3) - .proc_write with memcpy(3) - .proc_lookup with dlopen(3) and dlsym(3) combination td_open() is verified to return with success (TD_ERR_OK), followed by a call to td_close(). This test does nothing else than initializing and deinitializing td_proc_t structure, with appropriately implemented functions. Sponsored by <The NetBSD Foundation> To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libpthread_dbg/t_dummy.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.