svn commit: r366510 - head/contrib/capsicum-test

Li-Wen Hsu lwhsu at FreeBSD.org
Wed Oct 7 07:55:55 UTC 2020


Author: lwhsu
Date: Wed Oct  7 07:55:55 2020
New Revision: 366510
URL: https://svnweb.freebsd.org/changeset/base/366510

Log:
  Revert r358001 in favor of r366509
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/contrib/capsicum-test/procdesc.cc

Modified: head/contrib/capsicum-test/procdesc.cc
==============================================================================
--- head/contrib/capsicum-test/procdesc.cc	Wed Oct  7 07:23:29 2020	(r366509)
+++ head/contrib/capsicum-test/procdesc.cc	Wed Oct  7 07:55:55 2020	(r366510)
@@ -763,7 +763,6 @@ TEST_F(PipePdfork, ModeBits) {
 #endif
 
 TEST_F(PipePdfork, WildcardWait) {
-  TEST_SKIPPED("https://bugs.freebsd.org/244165");
   // TODO(FreeBSD): make wildcard wait ignore pdfork()ed children
   // https://bugs.freebsd.org/201054
   TerminateChild();


More information about the svn-src-head mailing list