Date: Tue, 3 May 2022 17:28:54 GMT From: Marko Zec <zec@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 711524d96123 - main - tests/dummynet: disable since mbuf pointer serialization KPI to be backed out Message-ID: <202205031728.243HSsKT049973@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by zec: URL: https://cgit.FreeBSD.org/src/commit/?id=711524d961233cd017ee0fd17e4b87013720f1c8 commit 711524d961233cd017ee0fd17e4b87013720f1c8 Author: Marko Zec <zec@FreeBSD.org> AuthorDate: 2022-05-03 14:47:44 +0000 Commit: Marko Zec <zec@FreeBSD.org> CommitDate: 2022-05-03 17:11:39 +0000 tests/dummynet: disable since mbuf pointer serialization KPI to be backed out Obtained from: github.com/glebius/FreeBSD/commits/backout-ifindex --- tests/sys/netpfil/common/utils.subr | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/sys/netpfil/common/utils.subr b/tests/sys/netpfil/common/utils.subr index 43cd856b2e87..e41cc67413ab 100644 --- a/tests/sys/netpfil/common/utils.subr +++ b/tests/sys/netpfil/common/utils.subr @@ -111,6 +111,8 @@ dummynet_init() atf_skip "This test requires dummynet" fi + atf_skip "Skip to avoid dummynet_send() panic after interface removal." + case $firewall in ipfw|pf) # Nothing. This is okay.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202205031728.243HSsKT049973>