Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/lib/libc/sys Remove expected failure (fixed in kern_si...
details: https://anonhg.NetBSD.org/src/rev/5d595f7ec8f3
branches: trunk
changeset: 828373:5d595f7ec8f3
user: christos <christos%NetBSD.org@localhost>
date: Sun Dec 10 14:09:42 2017 +0000
description:
Remove expected failure (fixed in kern_sig.c 1.339)
diffstat:
tests/lib/libc/sys/t_ptrace_wait.c | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (27 lines):
diff -r 97f9ef3fc50e -r 5d595f7ec8f3 tests/lib/libc/sys/t_ptrace_wait.c
--- a/tests/lib/libc/sys/t_ptrace_wait.c Sun Dec 10 11:52:14 2017 +0000
+++ b/tests/lib/libc/sys/t_ptrace_wait.c Sun Dec 10 14:09:42 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_ptrace_wait.c,v 1.11 2017/12/04 12:53:46 kamil Exp $ */
+/* $NetBSD: t_ptrace_wait.c,v 1.12 2017/12/10 14:09:42 christos Exp $ */
/*-
* Copyright (c) 2016 The NetBSD Foundation, Inc.
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: t_ptrace_wait.c,v 1.11 2017/12/04 12:53:46 kamil Exp $");
+__RCSID("$NetBSD: t_ptrace_wait.c,v 1.12 2017/12/10 14:09:42 christos Exp $");
#include <sys/param.h>
#include <sys/types.h>
@@ -5843,8 +5843,6 @@
#if defined(__arm__)
/* PT_STEP not supported on arm 32-bit */
atf_tc_expect_fail("PR kern/51918 PR kern/52119");
-#else
- atf_tc_expect_fail("PR kern/52118");
#endif
printf("Before forking process PID=%d\n", getpid());
Home |
Main Index |
Thread Index |
Old Index