Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/net Disable rump_server_check_memleaks for now
details: https://anonhg.NetBSD.org/src/rev/ba0e5178c1cb
branches: trunk
changeset: 964865:ba0e5178c1cb
user: ozaki-r <ozaki-r%NetBSD.org@localhost>
date: Tue Aug 20 09:53:45 2019 +0000
description:
Disable rump_server_check_memleaks for now
It doesn't work in some cases.
diffstat:
tests/net/net_common.sh | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 957989f26be7 -r ba0e5178c1cb tests/net/net_common.sh
--- a/tests/net/net_common.sh Tue Aug 20 09:36:40 2019 +0000
+++ b/tests/net/net_common.sh Tue Aug 20 09:53:45 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: net_common.sh,v 1.34 2019/08/19 03:22:47 ozaki-r Exp $
+# $NetBSD: net_common.sh,v 1.35 2019/08/20 09:53:45 ozaki-r Exp $
#
# Copyright (c) 2016 Internet Initiative Japan Inc.
# All rights reserved.
@@ -350,7 +350,8 @@
rump_server_check_memleaks()
{
- rump_server_check_poolleaks llentrypl
+ # XXX this doesn't work in some cases for unknown reasons
+ #rump_server_check_poolleaks llentrypl
# This doesn't work for objects allocated through pool_cache
#rump_server_check_poolleaks mbpl
#rump_server_check_poolleaks mclpl
Home |
Main Index |
Thread Index |
Old Index