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 Enable TEST_LWP_ENABLED in t_ptrace_wait*
details: https://anonhg.NetBSD.org/src/rev/3d025d0d924f
branches: trunk
changeset: 1004107:3d025d0d924f
user: kamil <kamil%NetBSD.org@localhost>
date: Sun Oct 13 04:05:39 2019 +0000
description:
Enable TEST_LWP_ENABLED in t_ptrace_wait*
The LWP events (created, exited) are now reliable in my local tests.
PR kern/51420
PR kern/51995
diffstat:
tests/lib/libc/sys/t_ptrace_wait.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 733364f5b158 -r 3d025d0d924f tests/lib/libc/sys/t_ptrace_wait.c
--- a/tests/lib/libc/sys/t_ptrace_wait.c Sun Oct 13 04:00:12 2019 +0000
+++ b/tests/lib/libc/sys/t_ptrace_wait.c Sun Oct 13 04:05:39 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_ptrace_wait.c,v 1.135 2019/10/13 04:00:12 kamil Exp $ */
+/* $NetBSD: t_ptrace_wait.c,v 1.136 2019/10/13 04:05:39 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.135 2019/10/13 04:00:12 kamil Exp $");
+__RCSID("$NetBSD: t_ptrace_wait.c,v 1.136 2019/10/13 04:05:39 kamil Exp $");
#include <sys/param.h>
#include <sys/types.h>
@@ -126,7 +126,7 @@
#endif
#ifndef TEST_LWP_ENABLED
-#define TEST_LWP_ENABLED 0
+#define TEST_LWP_ENABLED 1
#endif
/// ----------------------------------------------------------------------------
Home |
Main Index |
Thread Index |
Old Index