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 Don't mark the traceme_vfork_crash_bus te...



details:   https://anonhg.NetBSD.org/src/rev/ca9c42bae2e0
branches:  trunk
changeset: 447488:ca9c42bae2e0
user:      gson <gson%NetBSD.org@localhost>
date:      Sun Jan 13 11:03:20 2019 +0000

description:
Don't mark the traceme_vfork_crash_bus test case as an expected failure
when it is executing as part of the lib/libc/sys/t_ptrace_waitid test,
because that particular combination is not failing, at least not on amd64.
It is failing as part of other tests, so PR lib/53343 still applies.

diffstat:

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

diffs (28 lines):

diff -r c7337371a6d2 -r ca9c42bae2e0 tests/lib/libc/sys/t_ptrace_wait.c
--- a/tests/lib/libc/sys/t_ptrace_wait.c        Sun Jan 13 10:43:22 2019 +0000
+++ b/tests/lib/libc/sys/t_ptrace_wait.c        Sun Jan 13 11:03:20 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_ptrace_wait.c,v 1.67 2018/08/13 22:59:52 kamil Exp $ */
+/*     $NetBSD: t_ptrace_wait.c,v 1.68 2019/01/13 11:03:20 gson Exp $  */
 
 /*-
  * Copyright (c) 2016 The NetBSD Foundation, Inc.
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: t_ptrace_wait.c,v 1.67 2018/08/13 22:59:52 kamil Exp $");
+__RCSID("$NetBSD: t_ptrace_wait.c,v 1.68 2019/01/13 11:03:20 gson Exp $");
 
 #include <sys/param.h>
 #include <sys/types.h>
@@ -870,7 +870,9 @@
 #endif
 
        if (sig == SIGBUS) {
+#ifndef TWAIT_WAITID
                atf_tc_expect_fail("lib/53343");
+#endif
        }
 
        DPRINTF("Before forking process PID=%d\n", getpid());



Home | Main Index | Thread Index | Old Index