NetBSD/tests/lib
mgorny dba7737605 Add a test for verifying procinfo note inside coredumps.
Add a first test for triggering a core dump in the debugged process
(via PT_DUMPCORE) and verifying it.  The test finds procinfo note
and checks its contents.

The core dump is processed through libelf.  However, it only provides
for finding all note segments (or sections?).  I had to implement
finding and processing individual notes myself.  I've added
a core_find_note() function that will be reused in future tests.

Reviewed by kamil.
2019-06-30 21:20:04 +00:00
..
csu Move from uname -m to uname -p when checking if this target does support 2019-01-30 12:42:53 +00:00
libbluetooth test that data element lists are not placed by sdp_put_attr(), as 2011-04-16 07:32:27 +00:00
libbpfjit Disable PAX mprotect to make just-in-time-compile tests work again. 2016-05-24 10:16:34 +00:00
libc Add a test for verifying procinfo note inside coredumps. 2019-06-30 21:20:04 +00:00
libcrypt crypt does not return NULL anymore. 2011-12-28 22:07:40 +00:00
libcurses Enable beep test, return is correct. 2019-06-26 22:18:44 +00:00
libdes
libevent Remove MKCRYPTO option. 2017-05-21 15:28:36 +00:00
libexecinfo The test requires symbols, so put STRIPFLAG= explicitly to avoid 2015-01-31 20:55:43 +00:00
libm Print result of function we tested (sinf), 2019-05-27 00:24:37 +00:00
libnvmm Change the NVMM API to reduce data movements. Sent to tech-kern@. 2019-06-08 07:27:44 +00:00
libobjc Handle the GCC restriction like the set list by explicitly checking for 2018-05-09 13:18:02 +00:00
libposix Don't play with "../.." in includes for h_macros.h; deal with it centrally. 2017-01-13 21:30:39 +00:00
libppath build the .h before the .o 2013-10-19 17:28:38 +00:00
libprop PR fixed, remove expected failure. 2011-04-20 20:02:58 +00:00
libpthread Add a complete C11 threads(3) implementation 2019-04-24 11:43:19 +00:00
librefuse Don't play with "../.." in includes for h_macros.h; deal with it centrally. 2017-01-13 21:30:39 +00:00
librt Implement support for "pshared" POSIX semaphores. 2019-02-03 03:20:23 +00:00
librumpclient Get rid of all the -lrumpdev and -lrumpvfs that are no longer needed 2019-05-13 17:55:07 +00:00
librumphijack Get rid of all the -lrumpdev and -lrumpvfs that are no longer needed 2019-05-13 17:55:07 +00:00
libskey
libsljit Fix mprotect for the helper. 2016-05-28 14:38:29 +00:00
libtre Sanitize the regex test cases. 2012-08-24 20:24:39 +00:00
libusbhid t_usbhid/check_hid_get_data has been failing since it existed, mark as such 2016-08-17 12:10:42 +00:00
libutil snprintb(3) says that, in the new(?) Torek format, all fields specs end with \0 2019-04-29 07:55:38 +00:00
semaphore Deal with fallout from the addition of 2019-06-01 06:59:17 +00:00
Makefile Add initial tests for libnvmm's Mem Assist, with 8 test cases. 2018-12-23 13:35:02 +00:00
Makefile.inc