svn commit: r350235 - head/tests/sys/kern

Li-Wen Hsu lwhsu at FreeBSD.org
Tue Jul 23 07:56:43 UTC 2019


Author: lwhsu
Date: Tue Jul 23 07:56:42 2019
New Revision: 350235
URL: https://svnweb.freebsd.org/changeset/base/350235

Log:
  Temporarily skip flakey test case
  sys.kern.ptrace_test.ptrace__PT_KILL_competing_stop
  
  PR:		220841
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/tests/sys/kern/ptrace_test.c

Modified: head/tests/sys/kern/ptrace_test.c
==============================================================================
--- head/tests/sys/kern/ptrace_test.c	Tue Jul 23 02:30:24 2019	(r350234)
+++ head/tests/sys/kern/ptrace_test.c	Tue Jul 23 07:56:42 2019	(r350235)
@@ -2078,6 +2078,8 @@ ATF_TC_BODY(ptrace__PT_KILL_competing_stop, tc)
 	struct ptrace_lwpinfo pl;
 	struct sched_param sched_param;
 
+	atf_tc_skip("https://bugs.freebsd.org/220841");
+
 	ATF_REQUIRE((fpid = fork()) != -1);
 	if (fpid == 0) {
 		trace_me();


More information about the svn-src-all mailing list