Author: ngie
Date: Mon Dec 21 08:53:26 2015
New Revision: 292532
URL: https://svnweb.freebsd.org/changeset/base/292532
Log:
  Mark `subject matching jailid` testcase as an unexpected failure with
  TODO to ensure that the testcase isn't marked as a failure
  
  PR: 205481
  MFC after: 2 weeks
  Sponsored by: EMC / Isilon Storage Division

Modified:
  head/tools/regression/mac/mac_bsdextended/test_matches.sh

Modified: head/tools/regression/mac/mac_bsdextended/test_matches.sh
==============================================================================
--- head/tools/regression/mac/mac_bsdextended/test_matches.sh   Mon Dec 21 
08:14:45 2015        (r292531)
+++ head/tools/regression/mac/mac_bsdextended/test_matches.sh   Mon Dec 21 
08:53:26 2015        (r292532)
@@ -97,7 +97,7 @@ echo "# subject matching jailid:"
 jailid=`jail -i / localhost 127.0.0.1 /usr/sbin/daemon -f /bin/sh -c "(sleep 
5; touch $playground/test-jail) &"`
 ugidfw set 1 subject jailid $jailid object mode rasx
 sleep 10
-if [ -f $playground/test-jail ]; then echo not ok; else echo ok; fi
+if [ -f $playground/test-jail ]; then echo "not ok # TODO this testcase is 
buggy (see bug # 205481)"; else echo ok; fi
 
 rm -f $playground/test-jail
 echo "# subject nonmatching jailid:"
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to