[gnutls-devel] test hangs in 3.2.8.1

Thomas Klausner wiz at NetBSD.org
Thu Jan 16 11:18:19 CET 2014


Hi!

I've updated gnutls in pkgsrc to 3.2.8.1 and ran the self tests on
NetBSD-6.99.28/amd64.

Two of the tests hung for minutes until I gave up on them. I'm not
sure if that's a bug or if I'm too impatient. I've disabled them in
pkgsrc for now (the dsa/ test and the testcerts test in
openpgp-certs).

Does anyone else have problems with these tests?
Do you have suggestions how to debug this, if it's a local problem?

Thanks,
 Thomas
-------------- next part --------------
$NetBSD: patch-tests_Makefile.in,v 1.1 2014/01/16 10:14:09 wiz Exp $

Disable dsa test. Hangs on NetBSD-6.99.28/amd64 in gnutls-3.8.2.1.
Please retest during updates.

--- tests/Makefile.in.orig	2013-12-20 18:30:47.000000000 +0000
+++ tests/Makefile.in
@@ -2063,7 +2063,7 @@ top_build_prefix = @top_build_prefix@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
 SUBDIRS = . rsa-md5-collision pkcs1-padding pkcs8-decode pkcs12-decode \
-	userid cert-tests key-id sha2 safe-renegotiation dsa scripts \
+	userid cert-tests key-id sha2 safe-renegotiation scripts \
 	ecdsa slow dtls srp $(am__append_1) $(am__append_2)
 EXTRA_DIST = suppressions.valgrind eagain-common.h
 AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)
-------------- next part --------------
$NetBSD: patch-tests_openpgp-certs_Makefile.in,v 1.1 2014/01/16 10:14:09 wiz Exp $

Disable testcerts test. Hangs on NetBSD-6.99.28/amd64 with gnutls-3.8.2.1.
Please retest during updates.

--- tests/openpgp-certs/Makefile.in.orig	2014-01-16 09:45:13.000000000 +0000
+++ tests/openpgp-certs/Makefile.in
@@ -1417,7 +1417,7 @@ dist_check_SCRIPTS = testselfsigs testce
 
 # The selftest is disabled until we can make it work under Wine and
 # under Debian buildds (problem with 127.0.0.2?).
- at ENABLE_OPENPGP_TRUE@TESTS = testselfsigs $(am__append_1)
+ at ENABLE_OPENPGP_TRUE@TESTS = testselfsigs # $(am__append_1)
 TESTS_ENVIRONMENT = EXEEXT=$(EXEEXT) \
 	LC_ALL="C"						\
 	top_builddir="$(top_builddir)"				\


More information about the Gnutls-devel mailing list