svn commit: r303840 - head/contrib/netbsd-tests/lib/libc/sys

John Baldwin jhb at freebsd.org
Mon Aug 8 18:03:44 UTC 2016


On Monday, August 08, 2016 05:57:25 PM John Baldwin wrote:
> Author: jhb
> Date: Mon Aug  8 17:57:25 2016
> New Revision: 303840
> URL: https://svnweb.freebsd.org/changeset/base/303840
> 
> Log:
>   Add timer_settime tests using SIGEV_THREAD.
>   
>   Note that these tests should work fine on NetBSD and other systems as
>   SIGEV_THREAD is POSIX.

I primarily cared about this as a I needed a program that used SIGEV_THREAD
to test SIGLIBRT changes to gdb (we had a patch in the port to pass SIGLIBRT
by default, now it is uptreamed).  It was simplest to extend this test to add
SIGEV_THREAD tests (and now we have some sort of basic testing for
SIGEV_THREAD as a bonus).

-- 
John Baldwin


More information about the svn-src-head mailing list