Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Oct 2015 11:13:24 -0700
From:      John Baldwin <jhb@freebsd.org>
To:        Garrett Cooper <ngie@freebsd.org>
Cc:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r289441 - in head: etc/mtree tests/sys tests/sys/posixshm tools/regression/posixshm tools/test/posixshm
Message-ID:  <2785397.klsznxE55q@ralph.baldwin.cx>
In-Reply-To: <201510170432.t9H4WLs3007471@repo.freebsd.org>
References:  <201510170432.t9H4WLs3007471@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2785397.klsznxE55q>