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.
This commit is contained in:
gson 2019-01-13 11:03:20 +00:00
parent 7ceb32d30a
commit c807c19194

View File

@ -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 @@ traceme_vfork_crash(int sig)
#endif
if (sig == SIGBUS) {
#ifndef TWAIT_WAITID
atf_tc_expect_fail("lib/53343");
#endif
}
DPRINTF("Before forking process PID=%d\n", getpid());