]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r289441:
authorngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 9 Nov 2015 07:49:39 +0000 (07:49 +0000)
committerngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 9 Nov 2015 07:49:39 +0000 (07:49 +0000)
commit22c2dd5f633035e246e9a77d1573862c37001979
tree577486dd83c1e3aa45d59d3d0b7823ac80026c43
parent4d17f35b73c5db92343addef335b9e7751a1b4ee
MFC r289441:

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.

Sponsored by: EMC / Isilon Storage Division

git-svn-id: svn://svn.freebsd.org/base/stable/10@290585 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
etc/mtree/BSD.tests.dist
tests/sys/Makefile
tests/sys/posixshm/Makefile [new file with mode: 0644]
tests/sys/posixshm/posixshm_test.c [new file with mode: 0644]
tools/regression/posixshm/Makefile [deleted file]
tools/regression/posixshm/posixshm.c [deleted file]
tools/regression/posixshm/posixshm.t [deleted file]
tools/regression/posixshm/test.c [deleted file]
tools/regression/posixshm/test.h [deleted file]
tools/test/posixshm/README [deleted file]
tools/test/posixshm/shm_test.c [deleted file]