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 Mark traceme_vfork_crash_bus as no longer...



details:   https://anonhg.NetBSD.org/src/rev/657c0ca6f443
branches:  trunk
changeset: 447709:657c0ca6f443
user:      kamil <kamil%NetBSD.org@localhost>
date:      Tue Jan 22 03:47:45 2019 +0000

description:
Mark traceme_vfork_crash_bus as no longer failing

Fixed in src/sys/kern/core_elf32.c r. 1.58

Closes PR lib/53343

diffstat:

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

diffs (31 lines):

diff -r 4b33c769d7e7 -r 657c0ca6f443 tests/lib/libc/sys/t_ptrace_wait.c
--- a/tests/lib/libc/sys/t_ptrace_wait.c        Tue Jan 22 03:44:44 2019 +0000
+++ b/tests/lib/libc/sys/t_ptrace_wait.c        Tue Jan 22 03:47:45 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_ptrace_wait.c,v 1.68 2019/01/13 11:03:20 gson Exp $  */
+/*     $NetBSD: t_ptrace_wait.c,v 1.69 2019/01/22 03:47:45 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.68 2019/01/13 11:03:20 gson Exp $");
+__RCSID("$NetBSD: t_ptrace_wait.c,v 1.69 2019/01/22 03:47:45 kamil Exp $");
 
 #include <sys/param.h>
 #include <sys/types.h>
@@ -869,12 +869,6 @@
        int status;
 #endif
 
-       if (sig == SIGBUS) {
-#ifndef TWAIT_WAITID
-               atf_tc_expect_fail("lib/53343");
-#endif
-       }
-
        DPRINTF("Before forking process PID=%d\n", getpid());
        SYSCALL_REQUIRE((child = vfork()) != -1);
        if (child == 0) {



Home | Main Index | Thread Index | Old Index