History log of /freebsd-10-stable/tests/sys/acl/tools-crossfs.test
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 290894 15-Nov-2015 ngie

MFC r289446:

Integrate tools/regression/acltools into the FreeBSD test suite as tests/sys/acl

- Make the requirements more complete for the testcases
- Detect prerequisites so the tests won't fail (zfs.ko is loaded, zpool(1)
is available, ACL support is enabled with UFS, etc).
- Work with temporary files/directories/mountpoints that work with atf/kyua
- Limit the testcases to work on temporary filesystems to reduce tainting the
test host

Reviewed by: trasz (earlier version)
Differential Revision: https://reviews.freebsd.org/D3810

# 289446 17-Oct-2015 ngie

Integrate tools/regression/acltools into the FreeBSD test suite as tests/sys/acl

- Make the requirements more complete for the testcases
- Detect prerequisites so the tests won't fail (zfs.ko is loaded, zpool(1)
is available, ACL support is enabled with UFS, etc).
- Work with temporary files/directories/mountpoints that work with atf/kyua
- Limit the testcases to work on temporary filesystems to reduce tainting the
test host

MFC after: 2 weeks
Reviewed by: trasz (earlier version)
Differential Revision: https://reviews.freebsd.org/D3810


# 289236 13-Oct-2015 ngie

Integrate tools/regression/acltools into tests/sys/acl

Apply patches I've been running for months on my GitHub project


# 288680 04-Oct-2015 ngie

Integrate tools/regression/acltools into tests/sys/acl

Apply patches I've been running for months on my GitHub project


# 288314 27-Sep-2015 ngie

MFhead @ r288313


# 281414 11-Apr-2015 ngie

Integrate more tests into the FreeBSD test suite from tools/regression, etc


# 219269 04-Mar-2011 trasz

Adapt tools-crossfs.test to the new semantics.


# 201048 27-Dec-2009 trasz

Make tests for ACL preservation by mv(1) and cp(1) more complete
and easier to follow.


# 197436 23-Sep-2009 trasz

Add cross-filesystem regression tests for ACLs.