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 ATF ptrace(2) tests signal9 and signal10 ...



details:   https://anonhg.NetBSD.org/src/rev/3046b001306c
branches:  trunk
changeset: 450978:3046b001306c
user:      kamil <kamil%NetBSD.org@localhost>
date:      Wed May 01 21:59:32 2019 +0000

description:
ATF ptrace(2) tests signal9 and signal10 now pass

PR kern/51918

diffstat:

 tests/lib/libc/sys/t_ptrace_wait.c |  8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diffs (36 lines):

diff -r 9f41df3d0c41 -r 3046b001306c tests/lib/libc/sys/t_ptrace_wait.c
--- a/tests/lib/libc/sys/t_ptrace_wait.c        Wed May 01 21:57:34 2019 +0000
+++ b/tests/lib/libc/sys/t_ptrace_wait.c        Wed May 01 21:59:32 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_ptrace_wait.c,v 1.116 2019/05/01 18:20:23 kamil Exp $        */
+/*     $NetBSD: t_ptrace_wait.c,v 1.117 2019/05/01 21:59:32 kamil Exp $        */
 
 /*-
  * Copyright (c) 2016, 2017, 2018, 2019 The NetBSD Foundation, Inc.
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: t_ptrace_wait.c,v 1.116 2019/05/01 18:20:23 kamil Exp $");
+__RCSID("$NetBSD: t_ptrace_wait.c,v 1.117 2019/05/01 21:59:32 kamil Exp $");
 
 #include <sys/param.h>
 #include <sys/types.h>
@@ -6017,8 +6017,6 @@
        static const size_t ssize = 16*1024;
        void *stack;
 
-       atf_tc_expect_fail("PR kern/51918");
-
        DPRINTF("Before forking process PID=%d\n", getpid());
        SYSCALL_REQUIRE((child = fork()) != -1);
        if (child == 0) {
@@ -6121,8 +6119,6 @@
        static const size_t ssize = 16*1024;
        void *stack;
 
-       atf_tc_expect_fail("PR kern/51918");
-
        DPRINTF("Before forking process PID=%d\n", getpid());
        SYSCALL_REQUIRE((child = fork()) != -1);
        if (child == 0) {



Home | Main Index | Thread Index | Old Index