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 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
