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 Reenable tests vfork7 and vfork8 in ATF t...



details:   https://anonhg.NetBSD.org/src/rev/b11b65eaba58
branches:  trunk
changeset: 455542:b11b65eaba58
user:      kamil <kamil%NetBSD.org@localhost>
date:      Fri Apr 05 23:01:09 2019 +0000

description:
Reenable tests vfork7 and vfork8 in ATF t_ptrace_wait*

These tests used to hang on SMP machines.

For experiment after recent changes reenable the tests.

diffstat:

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

diffs (31 lines):

diff -r 22fe7a5e0cae -r b11b65eaba58 tests/lib/libc/sys/t_ptrace_wait.c
--- a/tests/lib/libc/sys/t_ptrace_wait.c        Fri Apr 05 22:58:53 2019 +0000
+++ b/tests/lib/libc/sys/t_ptrace_wait.c        Fri Apr 05 23:01:09 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_ptrace_wait.c,v 1.103 2019/04/05 22:58:53 kamil Exp $        */
+/*     $NetBSD: t_ptrace_wait.c,v 1.104 2019/04/05 23:01:09 kamil Exp $        */
 
 /*-
  * Copyright (c) 2016, 2017, 2018, 2019 The NetBSD Foundation, Inc.
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: t_ptrace_wait.c,v 1.103 2019/04/05 22:58:53 kamil Exp $");
+__RCSID("$NetBSD: t_ptrace_wait.c,v 1.104 2019/04/05 23:01:09 kamil Exp $");
 
 #include <sys/param.h>
 #include <sys/types.h>
@@ -6873,9 +6873,9 @@
        ATF_TP_ADD_TC_HAVE_PID(tp, vfork4);
        ATF_TP_ADD_TC(tp, vfork5);
        ATF_TP_ADD_TC_HAVE_PID(tp, vfork6);
-// thes tests hang on SMP machines, disable them for now
-//     ATF_TP_ADD_TC_HAVE_PID(tp, vfork7);
-//     ATF_TP_ADD_TC_HAVE_PID(tp, vfork8);
+// thes tests hang on SMP machines, disable them for now // still true?
+       ATF_TP_ADD_TC_HAVE_PID(tp, vfork7);
+       ATF_TP_ADD_TC_HAVE_PID(tp, vfork8);
 
        ATF_TP_ADD_TC(tp, bytes_transfer_piod_read_d_8);
        ATF_TP_ADD_TC(tp, bytes_transfer_piod_read_d_16);



Home | Main Index | Thread Index | Old Index