Author: lwhsu
Date: Sun Feb 16 14:33:55 2020
New Revision: 358001
URL: https://svnweb.freebsd.org/changeset/base/358001
Log:
Temporarily skip flakey test in sys.capsicum.capsicum-test.main:
PipePdfork.WildcardWait
PR: 244165
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 Sun Feb 16 13:23:54 2020
(r358000)
+++ head/contrib/capsicum-test/procdesc.cc Sun Feb 16 14:33:55 2020
(r358001)
@@ -763,6 +763,7 @@ 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();
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"