Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/sets/lists Fix up the debug stuff for if_tap and if_...



details:   https://anonhg.NetBSD.org/src/rev/bd1bedaad110
branches:  trunk
changeset: 955480:bd1bedaad110
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Thu Oct 01 02:00:04 2020 +0000

description:
Fix up the debug stuff for if_tap and if_vether

diffstat:

 distrib/sets/lists/debug/mi |  3 ++-
 distrib/sets/lists/tests/mi |  4 +++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diffs (35 lines):

diff -r bf0c81d0968e -r bd1bedaad110 distrib/sets/lists/debug/mi
--- a/distrib/sets/lists/debug/mi       Wed Sep 30 23:58:13 2020 +0000
+++ b/distrib/sets/lists/debug/mi       Thu Oct 01 02:00:04 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.340 2020/09/29 18:33:23 roy Exp $
+# $NetBSD: mi,v 1.341 2020/10/01 02:00:04 pgoyette Exp $
 ./etc/mtree/set.debug                           comp-sys-root
 ./usr/lib                                      comp-sys-usr            compatdir
 ./usr/lib/i18n/libBIG5_g.a                     comp-c-debuglib         debuglib,compatfile
@@ -2387,6 +2387,7 @@
 ./usr/libdata/debug/usr/tests/net/if/ifconf.debug              tests-net-debug         debug,atf,rump
 ./usr/libdata/debug/usr/tests/net/if/t_compat.debug            tests-net-debug         debug,atf,rump
 ./usr/libdata/debug/usr/tests/net/if_loop/t_pr.debug           tests-net-debug         debug,atf,rump
+./usr/libdata/debug/usr/tests/net/if_tap/rump_open_tap.debug   tests-net-debug         debug,atf,rump
 ./usr/libdata/debug/usr/tests/net/if_vlan/siocXmulti.debug     tests-net-debug         debug,atf,rump
 ./usr/libdata/debug/usr/tests/net/in_cksum/in_cksum.debug      tests-net-debug         debug,atf,compattestfile
 ./usr/libdata/debug/usr/tests/net/ipsec/natt_terminator.debug  tests-net-debug         debug,atf,rump
diff -r bf0c81d0968e -r bd1bedaad110 distrib/sets/lists/tests/mi
--- a/distrib/sets/lists/tests/mi       Wed Sep 30 23:58:13 2020 +0000
+++ b/distrib/sets/lists/tests/mi       Thu Oct 01 02:00:04 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.933 2020/09/30 14:54:33 roy Exp $
+# $NetBSD: mi,v 1.934 2020/10/01 02:00:04 pgoyette Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -167,6 +167,8 @@
 ./usr/libdata/debug/usr/tests/net/icmp                 tests-net-debug         compattestfile,atf
 ./usr/libdata/debug/usr/tests/net/if                   tests-net-debug         compattestfile,atf
 ./usr/libdata/debug/usr/tests/net/if_loop              tests-net-debug         compattestfile,atf
+./usr/libdata/debug/usr/tests/net/if_tap               tests-net-debug         compattestfile,atf
+./usr/libdata/debug/usr/tests/net/if_vether            tests-net-debug         compattestfile,atf
 ./usr/libdata/debug/usr/tests/net/if_vlan              tests-net-debug         compattestfile,atf
 ./usr/libdata/debug/usr/tests/net/in_cksum             tests-net-debug         compattestfile,atf
 ./usr/libdata/debug/usr/tests/net/ipsec                        tests-net-debug         compattestfile,atf



Home | Main Index | Thread Index | Old Index