NetBSD/tests/net/bpf
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
..
Makefile Add an xfail test for the mbuf leak described in PR kern/44196. 2010-12-06 11:32:01 +00:00
t_bpf.c Add an xfail test for the mbuf leak described in PR kern/44196. 2010-12-06 11:32:01 +00:00
t_div-by-zero.c add Makefile.inc everywhere so that we can set WARNS=4 by default. Amazing 2010-11-03 16:10:19 +00:00