Author: ngie
Date: Sat Oct 25 07:20:46 2014
New Revision: 273633
URL: https://svnweb.freebsd.org/changeset/base/273633

Log:
  Bail out of the script on FreeBSD due to deterministic panic issue
  
  PR: 194589
  Sponsored by: EMC / Isilon Storage Division

Modified:
  head/tools/regression/zfs/zpool/create/files.t

Modified: head/tools/regression/zfs/zpool/create/files.t
==============================================================================
--- head/tools/regression/zfs/zpool/create/files.t      Sat Oct 25 06:33:00 
2014        (r273632)
+++ head/tools/regression/zfs/zpool/create/files.t      Sat Oct 25 07:20:46 
2014        (r273633)
@@ -4,6 +4,8 @@
 dir=`dirname $0`
 . ${dir}/../../misc.sh
 
+[ "${os}" = "FreeBSD" ] && die "panics FreeBSD; see bug # 194589"
+
 echo "1..59"
 
 files_create 5
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to