Date: Mon, 08 Aug 2016 11:03:34 -0700 From: John Baldwin <jhb@freebsd.org> To: src-committers@freebsd.org Cc: svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r303840 - head/contrib/netbsd-tests/lib/libc/sys Message-ID: <2108671.UOctzx3g6b@ralph.baldwin.cx> In-Reply-To: <201608081757.u78HvPb0091476@repo.freebsd.org> References: <201608081757.u78HvPb0091476@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2108671.UOctzx3g6b>