Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/usr.sbin/opensnoop Skip this test as it may cause a pa...
details: https://anonhg.NetBSD.org/src/rev/bd9e6e895ee1
branches: trunk
changeset: 935859:bd9e6e895ee1
user: jruoho <jruoho%NetBSD.org@localhost>
date: Sat Jul 11 09:35:22 2020 +0000
description:
Skip this test as it may cause a panic. Point to PR kern/55481.
diffstat:
tests/usr.sbin/opensnoop/t_opensnoop.sh | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diffs (25 lines):
diff -r d02f14817d84 -r bd9e6e895ee1 tests/usr.sbin/opensnoop/t_opensnoop.sh
--- a/tests/usr.sbin/opensnoop/t_opensnoop.sh Sat Jul 11 08:10:52 2020 +0000
+++ b/tests/usr.sbin/opensnoop/t_opensnoop.sh Sat Jul 11 09:35:22 2020 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index