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 PR kern/52167 strikes on sparc64 too.
details: https://anonhg.NetBSD.org/src/rev/f762c72e36d0
branches: trunk
changeset: 357617:f762c72e36d0
user: martin <martin%NetBSD.org@localhost>
date: Sat Nov 18 17:00:00 2017 +0000
description:
PR kern/52167 strikes on sparc64 too.
diffstat:
tests/lib/libc/sys/t_ptrace_wait.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r d9402ed6c25e -r f762c72e36d0 tests/lib/libc/sys/t_ptrace_wait.c
--- a/tests/lib/libc/sys/t_ptrace_wait.c Sat Nov 18 13:51:56 2017 +0000
+++ b/tests/lib/libc/sys/t_ptrace_wait.c Sat Nov 18 17:00:00 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_ptrace_wait.c,v 1.9 2017/05/03 19:46:54 kamil Exp $ */
+/* $NetBSD: t_ptrace_wait.c,v 1.10 2017/11/18 17:00:00 martin Exp $ */
/*-
* Copyright (c) 2016 The NetBSD Foundation, Inc.
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: t_ptrace_wait.c,v 1.9 2017/05/03 19:46:54 kamil Exp $");
+__RCSID("$NetBSD: t_ptrace_wait.c,v 1.10 2017/11/18 17:00:00 martin Exp $");
#include <sys/param.h>
#include <sys/types.h>
@@ -5757,7 +5757,7 @@
#endif
sigset_t intmask;
-#if defined(__sparc__) && !defined(__sparc64__)
+#if defined(__sparc__)
atf_tc_expect_timeout("PR kern/52167");
// timeout wins, failure still valid
Home |
Main Index |
Thread Index |
Old Index