Author: ngie Date: Sat Jan 14 10:23:05 2017 New Revision: 312163 URL: https://svnweb.freebsd.org/changeset/base/312163
Log: MFC r309464: Expect 01:main to fail Changes were made to ZFS in the past year with respect to how ACLs are handled, causing failures in this test. Mark it TODO so (hopefully) someone more knowledgeable (like mav or trasz) will fix the code or the test. PR: 212323 Modified: stable/11/tests/sys/acl/01.sh Directory Properties: stable/11/ (props changed) Modified: stable/11/tests/sys/acl/01.sh ============================================================================== --- stable/11/tests/sys/acl/01.sh Sat Jan 14 10:20:38 2017 (r312162) +++ stable/11/tests/sys/acl/01.sh Sat Jan 14 10:23:05 2017 (r312163) @@ -81,7 +81,7 @@ perl $TESTDIR/run $TESTDIR/tools-nfs4-ps if [ $? -eq 0 ]; then echo "ok 3" else - echo "not ok 3" + echo "not ok 3 # TODO: fails due to ACL changes in ZFS; bug 212323" fi echo "ok 4" _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"