fix: pthread_setname_np tests to match compat behavior
authorMichael Jeanson <mjeanson@efficios.com>
Fri, 16 Oct 2020 19:45:43 +0000 (15:45 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 16 Oct 2020 20:28:22 +0000 (16:28 -0400)
commitdb833f805ed00e722fe27767353f25bca5ad0962
tree73fbdf5fb1cef72c2830603bdee87cf964958737
parentf2db7517e508d970c8a5bebfb05334dc5ee72b87
fix: pthread_setname_np tests to match compat behavior

Adjust the test to expect an error when setting a thread name of more
than 16 bytes. Also don't override global AM_CPPFLAGS in
pthread_name/Makefile.am so that we get the proper include
configuration.

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: Iee41d8ea845836d273f01e890ea4196ae2ed43ef
tests/pthread_name/Makefile.am
tests/pthread_name/pthread_name.c
This page took 0.024589 seconds and 5 git commands to generate.