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: Temporarily disable signal3 ...



details:   https://anonhg.NetBSD.org/src/rev/76f64822c6bb
branches:  trunk
changeset: 828693:76f64822c6bb
user:      kamil <kamil%NetBSD.org@localhost>
date:      Wed Dec 27 13:38:51 2017 +0000

description:
atf: ptrace: Temporarily disable signal3 as it breaks now on some ports

This test is marked as failing with: PR kern/51918.

diffstat:

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

diffs (30 lines):

diff -r ee4a19a088ee -r 76f64822c6bb tests/lib/libc/sys/t_ptrace_wait.c
--- a/tests/lib/libc/sys/t_ptrace_wait.c        Wed Dec 27 09:03:22 2017 +0000
+++ b/tests/lib/libc/sys/t_ptrace_wait.c        Wed Dec 27 13:38:51 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_ptrace_wait.c,v 1.19 2017/12/25 12:38:01 kamil Exp $ */
+/*     $NetBSD: t_ptrace_wait.c,v 1.20 2017/12/27 13:38:51 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.19 2017/12/25 12:38:01 kamil Exp $");
+__RCSID("$NetBSD: t_ptrace_wait.c,v 1.20 2017/12/27 13:38:51 kamil Exp $");
 
 #include <sys/param.h>
 #include <sys/types.h>
@@ -5770,6 +5770,11 @@
 #endif
        sigset_t intmask;
 
+       atf_tc_expect_fail("PR kern/51918");
+
+       // This test breaks now on some ports, temporarily disable it
+       ATF_REQUIRE(0 && "In order to get reliable failure, abort");
+
 #if defined(__sparc__)
        atf_tc_expect_timeout("PR kern/52167");
 



Home | Main Index | Thread Index | Old Index