Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/kernel Mark signal6 as failing due to timeout not regu...
details: https://anonhg.NetBSD.org/src/rev/95e1d40f2cb6
branches: trunk
changeset: 822607:95e1d40f2cb6
user: kamil <kamil%NetBSD.org@localhost>
date: Tue Mar 28 01:00:33 2017 +0000
description:
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>
diffstat:
tests/kernel/t_ptrace_wait.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 1a9259388cd0 -r 95e1d40f2cb6 tests/kernel/t_ptrace_wait.c
--- a/tests/kernel/t_ptrace_wait.c Mon Mar 27 23:25:24 2017 +0000
+++ b/tests/kernel/t_ptrace_wait.c Tue Mar 28 01:00:33 2017 +0000
@@ -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 @@
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);
Home |
Main Index |
Thread Index |
Old Index