svn commit: r273632 - head/tools/regression/zfs/zpool/add
Garrett Cooper
ngie at FreeBSD.org
Sat Oct 25 06:33:01 UTC 2014
Author: ngie
Date: Sat Oct 25 06:33:00 2014
New Revision: 273632
URL: https://svnweb.freebsd.org/changeset/base/273632
Log:
Bail out of the script on FreeBSD due to deterministic panic issue
PR: 194587
Sponsored by: EMC / Isilon Storage Division
Modified:
head/tools/regression/zfs/zpool/add/option-f_type_mismatch.t
Modified: head/tools/regression/zfs/zpool/add/option-f_type_mismatch.t
==============================================================================
--- head/tools/regression/zfs/zpool/add/option-f_type_mismatch.t Sat Oct 25 06:28:48 2014 (r273631)
+++ head/tools/regression/zfs/zpool/add/option-f_type_mismatch.t Sat Oct 25 06:33:00 2014 (r273632)
@@ -4,6 +4,8 @@
dir=`dirname $0`
. ${dir}/../../misc.sh
+[ "${os}" = "FreeBSD" ] && die "panics FreeBSD; see bug # 194587"
+
echo "1..100"
disks_create 7
More information about the svn-src-all
mailing list