svn commit: r282853 - in stable/10: etc/mtree tests/sys tests/sys/vm tools/regression/mmap

Garrett Cooper ngie at FreeBSD.org
Wed May 13 11:12:07 UTC 2015


Author: ngie
Date: Wed May 13 11:12:06 2015
New Revision: 282853
URL: https://svnweb.freebsd.org/changeset/base/282853

Log:
  MFC r282076,r282104:
  
  r282076:
  
  Integrate tools/regression/mmap into the FreeBSD test suite as
  tests/sys/kern/mmap_test
  
  r282104:
  
  Move tests/sys/kern/mmap_test to tests/sys/vm/mmap_test
  
  As jhb noted, the actual mmap(2) implementation is under sys/vm, not
  sys/kern/, so the correct logical place is tests/sys/vm/, not
  tests/sys/kern/

Added:
  stable/10/tests/sys/vm/
     - copied from r282104, head/tests/sys/vm/
Deleted:
  stable/10/tools/regression/mmap/
Modified:
  stable/10/etc/mtree/BSD.tests.dist
  stable/10/tests/sys/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/etc/mtree/BSD.tests.dist
==============================================================================
--- stable/10/etc/mtree/BSD.tests.dist	Wed May 13 11:07:40 2015	(r282852)
+++ stable/10/etc/mtree/BSD.tests.dist	Wed May 13 11:12:06 2015	(r282853)
@@ -220,6 +220,8 @@
             unlink
             ..
         ..
+        vm
+        ..
     ..
     usr.bin
         apply

Modified: stable/10/tests/sys/Makefile
==============================================================================
--- stable/10/tests/sys/Makefile	Wed May 13 11:07:40 2015	(r282852)
+++ stable/10/tests/sys/Makefile	Wed May 13 11:12:06 2015	(r282853)
@@ -9,6 +9,7 @@ TESTS_SUBDIRS+=		file
 TESTS_SUBDIRS+=		kern
 TESTS_SUBDIRS+=		kqueue
 TESTS_SUBDIRS+=		netinet
+TESTS_SUBDIRS+=		vm
 
 # Items not integrated into kyua runs by default
 SUBDIR+=		pjdfstest


More information about the svn-src-all mailing list