NetBSD/tests/net
pooka 1a21107ad9 Add an xfail test for the mbuf leak described in PR kern/44196.
This is yet another example of a simple test which would be much
trickier to execute against the host kernel.  You would either need
to put networking in a complete lockdown, or do some "statistical"
methods where you trigger the bug many many times and attempt to
ascertain a rising trend in mbuf count.  And, of course, the leaked
mbufs don't go away from the host kernel once the test ends.  In
contrast, we *know* that there is no other networking activity in
a rump kernel, so we can execute the operation exactly once, plus
the leaked mbuf "disappears" when the test is done.
2010-12-06 11:32:01 +00:00
..
bpf Add an xfail test for the mbuf leak described in PR kern/44196. 2010-12-06 11:32:01 +00:00
carp Adjusts tests after import of atf-0.12: 2010-11-07 17:51:16 +00:00
config * add interface for virtif creation (in addition to the already present shmif) 2010-08-17 12:04:34 +00:00
icmp Adjusts tests after import of atf-0.12: 2010-11-07 17:51:16 +00:00
if convert program in PR kern/44054 to an atf test case 2010-11-07 19:53:42 +00:00
if_loop add Makefile.inc everywhere so that we can set WARNS=4 by default. Amazing 2010-11-03 16:10:19 +00:00
sys add Makefile.inc everywhere so that we can set WARNS=4 by default. Amazing 2010-11-03 16:10:19 +00:00
Makefile convert program in PR kern/44054 to an atf test case 2010-11-07 19:53:42 +00:00
Makefile.inc add Makefile.inc everywhere so that we can set WARNS=4 by default. Amazing 2010-11-03 16:10:19 +00:00