Module Name:    src
Committed By:   ozaki-r
Date:           Tue Aug 20 09:53:45 UTC 2019

Modified Files:
        src/tests/net: net_common.sh

Log Message:
Disable rump_server_check_memleaks for now

It doesn't work in some cases.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/tests/net/net_common.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/net/net_common.sh
diff -u src/tests/net/net_common.sh:1.34 src/tests/net/net_common.sh:1.35
--- src/tests/net/net_common.sh:1.34	Mon Aug 19 03:22:47 2019
+++ src/tests/net/net_common.sh	Tue Aug 20 09:53:45 2019
@@ -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_poolleaks()
 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

Reply via email to