svn commit: r290905 - in head: etc/mtree tests/sys/kern tests/sys/kern/acct

Garrett Cooper ngie at FreeBSD.org
Mon Nov 16 03:32:14 UTC 2015


Author: ngie
Date: Mon Nov 16 03:32:12 2015
New Revision: 290905
URL: https://svnweb.freebsd.org/changeset/base/290905

Log:
  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
  
  MFC after: 1 week
  Submitted by: keramida
  Sponsored by: EMC / Isilon Storage Division

Added:
  head/tests/sys/kern/acct/
     - copied from r290904, user/ngie/more-tests2/tests/sys/kern/acct/
Modified:
  head/etc/mtree/BSD.tests.dist
  head/tests/sys/kern/Makefile
Directory Properties:
  head/   (props changed)

Modified: head/etc/mtree/BSD.tests.dist
==============================================================================
--- head/etc/mtree/BSD.tests.dist	Mon Nov 16 03:28:28 2015	(r290904)
+++ head/etc/mtree/BSD.tests.dist	Mon Nov 16 03:32:12 2015	(r290905)
@@ -373,6 +373,8 @@
         file
         ..
         kern
+            acct
+            ..
             execve
             ..
         ..

Modified: head/tests/sys/kern/Makefile
==============================================================================
--- head/tests/sys/kern/Makefile	Mon Nov 16 03:28:28 2015	(r290904)
+++ head/tests/sys/kern/Makefile	Mon Nov 16 03:32:12 2015	(r290905)
@@ -13,6 +13,7 @@ LDADD.unix_seqpacket_test+=		-lpthread
 
 WARNS?=	5
 
+TESTS_SUBDIRS+=	acct
 TESTS_SUBDIRS+=	execve
 
 .include <bsd.test.mk>


More information about the svn-src-all mailing list