svn commit: r359744 - user/pho/stress2/misc

Peter Holm pho at FreeBSD.org
Thu Apr 9 08:34:28 UTC 2020


Author: pho
Date: Thu Apr  9 08:34:27 2020
New Revision: 359744
URL: https://svnweb.freebsd.org/changeset/base/359744

Log:
  Update the exclude list.

Modified:
  user/pho/stress2/misc/all.sh

Modified: user/pho/stress2/misc/all.sh
==============================================================================
--- user/pho/stress2/misc/all.sh	Thu Apr  9 08:33:38 2020	(r359743)
+++ user/pho/stress2/misc/all.sh	Thu Apr  9 08:34:27 2020	(r359744)
@@ -89,6 +89,9 @@
 # sctp.sh	WiP							20200307
 # sctp2.sh	panic: soclose: SS_NOFDREF on enter			20200307
 # sctp3.sh	WiP							20190809
+# sendfile18.sh	WiP							20200313
+# sendfile19.sh	WiP							20200317
+# sendfile20.sh	WiP							20200318
 # signal.sh	Timing issues. Needs fixing				20171116
 # snap4.sh	panic: snapacct_ufs2: bad block				20181014
 # snap6.sh	panic: softdep_deallocate_dependencies: unrecovered ...	20130630
@@ -234,7 +237,7 @@ chmod 640 $alllast $alllog
 find ../testcases -perm -1 \( -name "*.debug" -o -name "*.full" \) -delete
 tail -2000 $alllog > ${alllog}.new; mv ${alllog}.new $alllog
 touch $allelapsed
-tail -10000 $allelapsed > ${allelapsed}.new; mv ${allelapsed}.new $allelapsed
+tail -20000 $allelapsed > ${allelapsed}.new; mv ${allelapsed}.new $allelapsed
 
 console=/dev/console
 printf "\r\n" > $console &


More information about the svn-src-user mailing list