Mark signal6 as failing due to timeout not regular failure

This test is marked as PR kern/51918.

Timeout has been reported on i386, amd64, alpha, sparc, sparc64, evbarm.
xen.

Sponsored by <The NetBSD Foundation>
This commit is contained in:
kamil 2017-03-28 01:00:33 +00:00
parent 76038d1b13
commit c6dfd176d2
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: t_ptrace_wait.c,v 1.78 2017/03/25 10:07:55 skrll Exp $ */
/* $NetBSD: t_ptrace_wait.c,v 1.79 2017/03/28 01:00:33 kamil Exp $ */
/*-
* Copyright (c) 2016 The NetBSD Foundation, Inc.
@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
__RCSID("$NetBSD: t_ptrace_wait.c,v 1.78 2017/03/25 10:07:55 skrll Exp $");
__RCSID("$NetBSD: t_ptrace_wait.c,v 1.79 2017/03/28 01:00:33 kamil Exp $");
#include <sys/param.h>
#include <sys/types.h>
@ -6035,7 +6035,7 @@ ATF_TC_BODY(signal6, tc)
ptrace_event_t event;
const int elen = sizeof(event);
atf_tc_expect_fail("PR kern/51918");
atf_tc_expect_timeout("PR kern/51918");
printf("Before forking process PID=%d\n", getpid());
ATF_REQUIRE((child = fork()) != -1);