svn commit: r291173 - in stable/10: etc/mtree tests/sys/kern tests/sys/kern/acct tools/regression/acct
Garrett Cooper
ngie at FreeBSD.org
Mon Nov 23 08:17:33 UTC 2015
Author: ngie
Date: Mon Nov 23 08:17:32 2015
New Revision: 291173
URL: https://svnweb.freebsd.org/changeset/base/291173
Log:
MFC r290905,r290922:
r290905:
Integrate acct(2) testcase in as tests/sys/kern/acct/acct_test
The :encode_tv_random_million testcase fails the epsilon tests a few thousand
times out of one million, so expect the testcase to fail
Submitted by: keramida
Sponsored by: EMC / Isilon Storage Division
r290922:
Remove directory made obsolete by r290905
X-MFC note: stable/10 only
Sponsored by: EMC / Isilon Storage Division
Added:
stable/10/tests/sys/kern/acct/
- copied from r290905, head/tests/sys/kern/acct/
Deleted:
stable/10/tools/regression/acct/
Modified:
stable/10/etc/mtree/BSD.tests.dist
stable/10/tests/sys/kern/Makefile
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/etc/mtree/BSD.tests.dist
==============================================================================
--- stable/10/etc/mtree/BSD.tests.dist Mon Nov 23 07:57:41 2015 (r291172)
+++ stable/10/etc/mtree/BSD.tests.dist Mon Nov 23 08:17:32 2015 (r291173)
@@ -197,6 +197,8 @@
file
..
kern
+ acct
+ ..
execve
..
..
Modified: stable/10/tests/sys/kern/Makefile
==============================================================================
--- stable/10/tests/sys/kern/Makefile Mon Nov 23 07:57:41 2015 (r291172)
+++ stable/10/tests/sys/kern/Makefile Mon Nov 23 08:17:32 2015 (r291173)
@@ -12,6 +12,7 @@ LDADD.unix_seqpacket_test+= -lpthread
WARNS?= 5
+TESTS_SUBDIRS+= acct
TESTS_SUBDIRS+= execve
.include <bsd.test.mk>
More information about the svn-src-stable-10
mailing list