Module Name:    src
Committed By:   martin
Date:           Sun May 17 15:28:27 UTC 2020

Modified Files:
        src/distrib/sets/lists/debug: md.amd64
        src/distrib/sets/lists/tests: md.amd64 module.mi

Log Message:
Fix lists for RUMP-less builds


To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 src/distrib/sets/lists/debug/md.amd64
cvs rdiff -u -r1.11 -r1.12 src/distrib/sets/lists/tests/md.amd64
cvs rdiff -u -r1.18 -r1.19 src/distrib/sets/lists/tests/module.mi

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/sets/lists/debug/md.amd64
diff -u src/distrib/sets/lists/debug/md.amd64:1.109 src/distrib/sets/lists/debug/md.amd64:1.110
--- src/distrib/sets/lists/debug/md.amd64:1.109	Mon May 11 21:51:25 2020
+++ src/distrib/sets/lists/debug/md.amd64	Sun May 17 15:28:27 2020
@@ -1,4 +1,4 @@
-# $NetBSD: md.amd64,v 1.109 2020/05/11 21:51:25 yhardy Exp $
+# $NetBSD: md.amd64,v 1.110 2020/05/17 15:28:27 martin Exp $
 ./usr/lib/i386/12.202++_g.a			comp-c-debuglib		debuglib,compat,12.202xx
 ./usr/lib/i386/libi386_g.a			comp-c-debuglib		debuglib,compat
 ./usr/lib/i386/libiberty_g.a			comp-obsolete		obsolete
@@ -28,4 +28,4 @@
 ./usr/libdata/debug/usr/tests/lib/libi386/t_user_ldt.debug	tests-lib-debug	debug,atf,compat
 ./usr/libdata/debug/usr/tests/lib/libnvmm/h_io_assist.debug	tests-lib-debug	debug,atf
 ./usr/libdata/debug/usr/tests/lib/libnvmm/h_mem_assist.debug	tests-lib-debug	debug,atf
-./usr/libdata/debug/usr/tests/modules/t_x86_pte.debug	tests-sys-debug		debug,atf
+./usr/libdata/debug/usr/tests/modules/t_x86_pte.debug	tests-sys-debug		debug,atf,rump

Index: src/distrib/sets/lists/tests/md.amd64
diff -u src/distrib/sets/lists/tests/md.amd64:1.11 src/distrib/sets/lists/tests/md.amd64:1.12
--- src/distrib/sets/lists/tests/md.amd64:1.11	Mon May 11 21:51:25 2020
+++ src/distrib/sets/lists/tests/md.amd64	Sun May 17 15:28:27 2020
@@ -1,4 +1,4 @@
-# $NetBSD: md.amd64,v 1.11 2020/05/11 21:51:25 yhardy Exp $
+# $NetBSD: md.amd64,v 1.12 2020/05/17 15:28:27 martin Exp $
 ./usr/tests/kernel/arch/x86/Atffile		tests-obsolete	obsolete
 ./usr/tests/kernel/arch/x86/Kyuafile		tests-obsolete	obsolete
 ./usr/tests/kernel/arch/x86/t_ptrace_wait	tests-obsolete	obsolete
@@ -12,6 +12,6 @@
 ./usr/tests/lib/libnvmm/t_io_assist		tests-lib-tests	compattestfile,atf
 ./usr/tests/lib/libnvmm/h_mem_assist		tests-lib-tests	compattestfile,atf
 ./usr/tests/lib/libnvmm/t_mem_assist		tests-lib-tests	compattestfile,atf
-./usr/tests/modules/t_x86_pte			tests-sys-tests	atf,kmod
-./usr/tests/modules/x86_pte_tester		tests-sys-tests	atf,kmod
-./usr/tests/modules/x86_pte_tester/x86_pte_tester.kmod tests-sys-tests	atf,kmod
+./usr/tests/modules/t_x86_pte			tests-sys-tests	atf,kmod,rump
+./usr/tests/modules/x86_pte_tester		tests-sys-tests	atf,kmod,rump
+./usr/tests/modules/x86_pte_tester/x86_pte_tester.kmod tests-sys-tests	atf,kmod,rump

Index: src/distrib/sets/lists/tests/module.mi
diff -u src/distrib/sets/lists/tests/module.mi:1.18 src/distrib/sets/lists/tests/module.mi:1.19
--- src/distrib/sets/lists/tests/module.mi:1.18	Sat Apr  6 03:06:24 2019
+++ src/distrib/sets/lists/tests/module.mi	Sun May 17 15:28:27 2020
@@ -1,4 +1,4 @@
-# $NetBSD: module.mi,v 1.18 2019/04/06 03:06:24 thorpej Exp $
+# $NetBSD: module.mi,v 1.19 2020/05/17 15:28:27 martin Exp $
 #
 # These are only made for ports doing modules.
 #
@@ -17,7 +17,7 @@
 ./usr/tests/modules/k_uvm/k_uvm.kmod		tests-sys-tests		atf,rump
 ./usr/tests/modules/t_abi_uvm			tests-sys-tests		atf,rump
 ./usr/tests/modules/t_builtin			tests-sys-tests		atf,rump
-./usr/tests/modules/t_kcov			tests-sys-tests		atf
+./usr/tests/modules/t_kcov			tests-sys-tests		atf,rump
 ./usr/tests/modules/t_klua_pr_52864 		tests-sys-tests		atf,rump
 ./usr/tests/modules/t_modctl			tests-sys-tests		atf,rump
 ./usr/tests/modules/t_modload			tests-sys-tests		atf,rump

Reply via email to