NetBSD/tests/lib
kamil 6827020217 Refactor fork-like ATG tests in t_ptrace_wait*
Add CPP syntax sugare to define each fork-like test within a single line
of code with less than 80 columns.

This is a preparation for new fork-like scenarios where we detach either
child and/or parent with PT_DETACH.

The code could be still reduced to smaller number of columns, instead of:

   FORK_TEST(fork1, DSCR(fork,0,0,0,0,0), fork, F, F, F, F, F)

we could perhaps need 50% of it, as the data is duplicated.

On the other hand the line is already short and taking only a single line.

No functional change intended.

Sponsored by <The NetBSD Foundation>
2018-04-15 00:19:23 +00:00
..
csu Stub out on platforms without ifunc support in the linker. 2018-03-11 21:20:22 +00:00
libbluetooth
libbpfjit Disable PAX mprotect to make just-in-time-compile tests work again. 2016-05-24 10:16:34 +00:00
libc Refactor fork-like ATG tests in t_ptrace_wait* 2018-04-15 00:19:23 +00:00
libcrypt
libcurses add proper include files. 2015-01-04 20:19:46 +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 Fix verb form. 2017-09-03 13:41:19 +00:00
libobjc Handle new objc for gcc-4.8.1. Someone with more objc foo can do this better. 2013-10-31 21:02:11 +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
libpthread Simplify - it's enough to set nctx.uc_link to &octx to restore old 2018-02-28 21:36:50 +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 fix priority tests for SCHED_OTHER 2017-12-24 17:37:23 +00:00
librumpclient Don't play with "../.." in includes for h_macros.h; deal with it centrally. 2017-01-13 21:30:39 +00:00
librumphijack order netinet6 properly. 2016-08-13 11:22:11 +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 add test case for new format 'f' and 'F' 2017-10-14 18:41:44 +00:00
semaphore Don't play with "../.." in includes for h_macros.h; deal with it centrally. 2017-01-13 21:30:39 +00:00
Makefile PR lib/52007 2017-11-23 02:40:01 +00:00
Makefile.inc