svn commit: r289441 - in head: etc/mtree tests/sys tests/sys/posixshm tools/regression/posixshm tools/test/posixshm

John Baldwin jhb at freebsd.org
Mon Oct 19 21:30:40 UTC 2015


On Saturday, October 17, 2015 04:32:21 AM Garrett Cooper wrote:
> Author: ngie
> Date: Sat Oct 17 04:32:21 2015
> New Revision: 289441
> URL: https://svnweb.freebsd.org/changeset/base/289441
> 
> Log:
>   Integrate tools/test/posixshm and tools/regression/posixshm into the FreeBSD
>   test suite as tests/sys/posixshm
>   
>   Some other highlights:
>   - Convert the testcases over to ATF
>   - Don't use hardcoded paths to /tmp (which violate the ATF/kyua samdbox); use
>     mkstemp to generate temporary paths for non-SHM_ANON shm objects.

Using mkstemp() is probably not useful as POSIX SHM uses an entirely different
namespace.  There isn't an equivalent to mkstemp() for that namespace.

-- 
John Baldwin


More information about the svn-src-all mailing list