Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Oct 2014 06:33:01 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r273632 - head/tools/regression/zfs/zpool/add
Message-ID:  <201410250633.s9P6X1eu014716@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410250633.s9P6X1eu014716>