Module Name:    src
Committed By:   jruoho
Date:           Sat Jul 11 09:35:22 UTC 2020

Modified Files:
        src/tests/usr.sbin/opensnoop: t_opensnoop.sh

Log Message:
Skip this test as it may cause a panic. Point to PR kern/55481.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/usr.sbin/opensnoop/t_opensnoop.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/usr.sbin/opensnoop/t_opensnoop.sh
diff -u src/tests/usr.sbin/opensnoop/t_opensnoop.sh:1.2 src/tests/usr.sbin/opensnoop/t_opensnoop.sh:1.3
--- src/tests/usr.sbin/opensnoop/t_opensnoop.sh:1.2	Mon Jul  6 10:32:18 2020
+++ src/tests/usr.sbin/opensnoop/t_opensnoop.sh	Sat Jul 11 09:35:22 2020
@@ -1,4 +1,4 @@
-# $NetBSD: t_opensnoop.sh,v 1.2 2020/07/06 10:32:18 jruoho Exp $
+# $NetBSD: t_opensnoop.sh,v 1.3 2020/07/11 09:35:22 jruoho Exp $
 #
 # Copyright (c) 2020 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -33,11 +33,14 @@ atf_test_case basic cleanup
 basic_head() {
 	atf_set "require.user" "root"
 	atf_set "require.progs" "opensnoop"
-	atf_set "descr" "Test that DTrace's opensnoop works (cf. kern/53417)"
+	atf_set "descr" "Test that DTrace's opensnoop works " \
+		"(cf. PR kern/53417 and PR kern/55481)"
 }
 
 basic_body() {
 
+	atf_skip "The test may cause a panic (PR kern/55481)"
+
 	n=10
 	atf_check -s exit:0 -o ignore -e empty -x "opensnoop > $tmp &"
 	sleep 1

Reply via email to