Skip this test as it may cause a panic. Point to PR kern/55481.
This commit is contained in:
parent
c0b4b2d279
commit
eaede56dac
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue