From owner-svn-src-head@freebsd.org Thu Dec 17 21:54:26 2020 Return-Path: Delivered-To: svn-src-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8F1354C5AF3; Thu, 17 Dec 2020 21:54:26 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Cxm423dcKz4rHQ; Thu, 17 Dec 2020 21:54:26 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 700E71FFB9; Thu, 17 Dec 2020 21:54:26 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BHLsQXp056829; Thu, 17 Dec 2020 21:54:26 GMT (envelope-from kp@FreeBSD.org) Received: (from kp@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BHLsQlw056828; Thu, 17 Dec 2020 21:54:26 GMT (envelope-from kp@FreeBSD.org) Message-Id: <202012172154.0BHLsQlw056828@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kp set sender to kp@FreeBSD.org using -f From: Kristof Provost Date: Thu, 17 Dec 2020 21:54:26 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r368743 - head/tests/sys/net X-SVN-Group: head X-SVN-Commit-Author: kp X-SVN-Commit-Paths: head/tests/sys/net X-SVN-Commit-Revision: 368743 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Dec 2020 21:54:26 -0000 Author: kp Date: Thu Dec 17 21:54:25 2020 New Revision: 368743 URL: https://svnweb.freebsd.org/changeset/base/368743 Log: net tests: Re-enable most if_clone tests All but one of these (tap_ipv6_up_stress) currently pass, so we should enable them so we don't regress. Modified: head/tests/sys/net/if_clone_test.sh Modified: head/tests/sys/net/if_clone_test.sh ============================================================================== --- head/tests/sys/net/if_clone_test.sh Thu Dec 17 21:02:58 2020 (r368742) +++ head/tests/sys/net/if_clone_test.sh Thu Dec 17 21:54:25 2020 (r368743) @@ -47,9 +47,6 @@ epair_stress_head() } epair_stress_body() { - if [ "$(atf_config_get ci false)" = "true" ]; then - atf_skip "https://bugs.freebsd.org/246443" - fi do_stress "epair" } epair_stress_cleanup() @@ -80,7 +77,6 @@ epair_ipv6_up_stress_head() } epair_ipv6_up_stress_body() { - atf_skip "Quickly panics: page fault in in6_unlink_ifa (PR 225438)" do_up_stress "epair" "6" "" } epair_ipv6_up_stress_cleanup() @@ -111,7 +107,6 @@ faith_up_stress_head() } faith_up_stress_body() { - atf_skip "Quickly panics: if_freemulti: protospec not NULL" do_up_stress "faith" "" "" } faith_up_stress_cleanup() @@ -127,7 +122,6 @@ faith_ipv6_up_stress_head() } faith_ipv6_up_stress_body() { - atf_skip "Quickly panics: if_freemulti: protospec not NULL" do_up_stress "faith" "6" "" } faith_ipv6_up_stress_cleanup() @@ -158,7 +152,6 @@ gif_up_stress_head() } gif_up_stress_body() { - atf_skip "Quickly panics: if_freemulti: protospec not NULL" do_up_stress "gif" "" "p2p" } gif_up_stress_cleanup() @@ -174,7 +167,6 @@ gif_ipv6_up_stress_head() } gif_ipv6_up_stress_body() { - atf_skip "Quickly panics: rt_tables_get_rnh_ptr: fam out of bounds." do_up_stress "gif" "6" "p2p" } gif_ipv6_up_stress_cleanup() @@ -205,7 +197,6 @@ lo_up_stress_head() } lo_up_stress_body() { - atf_skip "Quickly panics: GPF in rtsock_routemsg" do_up_stress "lo" "" "" } lo_up_stress_cleanup() @@ -221,7 +212,6 @@ lo_ipv6_up_stress_head() } lo_ipv6_up_stress_body() { - atf_skip "Quickly panics: page fault in rtsock_addrmsg" do_up_stress "lo" "6" "" } lo_ipv6_up_stress_cleanup() @@ -252,7 +242,6 @@ tap_up_stress_head() } tap_up_stress_body() { - atf_skip "Quickly panics: if_freemulti: protospec not NULL" do_up_stress "tap" "" "" } tap_up_stress_cleanup() @@ -299,7 +288,6 @@ tun_up_stress_head() } tun_up_stress_body() { - atf_skip "Quickly panics: if_freemulti: protospec not NULL" do_up_stress "tun" "" "p2p" } tun_up_stress_cleanup() @@ -315,7 +303,6 @@ tun_ipv6_up_stress_head() } tun_ipv6_up_stress_body() { - atf_skip "Quickly panics: if_freemulti: protospec not NULL" do_up_stress "tun" "6" "p2p" } tun_ipv6_up_stress_cleanup() @@ -346,7 +333,6 @@ vlan_up_stress_head() } vlan_up_stress_body() { - atf_skip "Quickly panics: if_freemulti: protospec not NULL" do_up_stress "vlan" "" "" } vlan_up_stress_cleanup() @@ -362,7 +348,6 @@ vlan_ipv6_up_stress_head() } vlan_ipv6_up_stress_body() { - atf_skip "Quickly panics: if_freemulti: protospec not NULL" do_up_stress "vlan" "6" "" } vlan_ipv6_up_stress_cleanup() @@ -408,7 +393,6 @@ vmnet_ipv6_up_stress_head() } vmnet_ipv6_up_stress_body() { - atf_skip "Quickly panics: if_freemulti: protospec not NULL" do_up_stress "vmnet" "6" "" } vmnet_ipv6_up_stress_cleanup()