[Pkg-gnutls-commits] r1531 - in /packages/gnutls28/trunk/debian: changelog patches/40_debugtestsuite patches/series
ametzler at users.alioth.debian.org
ametzler at users.alioth.debian.org
Sat Sep 1 06:40:34 UTC 2012
Author: ametzler
Date: Sat Sep 1 06:40:33 2012
New Revision: 1531
URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=1531
Log:
Enable verbose execution of mini-emsgsize-dtls test.
Added:
packages/gnutls28/trunk/debian/patches/40_debugtestsuite
Modified:
packages/gnutls28/trunk/debian/changelog
packages/gnutls28/trunk/debian/patches/series
Modified: packages/gnutls28/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls28/trunk/debian/changelog?rev=1531&op=diff
==============================================================================
--- packages/gnutls28/trunk/debian/changelog (original)
+++ packages/gnutls28/trunk/debian/changelog Sat Sep 1 06:40:33 2012
@@ -2,6 +2,8 @@
* NOT RELEASED YET
* Mention abbreviation "DTLS" in package description.
+ * [40_debugtestsuite] Enable verbose execution of mini-emsgsize-dtls test,
+ it spuriously fails on about half of the buildds.
-- Andreas Metzler <ametzler at debian.org> Sun, 26 Aug 2012 14:05:47 +0200
Added: packages/gnutls28/trunk/debian/patches/40_debugtestsuite
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls28/trunk/debian/patches/40_debugtestsuite?rev=1531&op=file
==============================================================================
--- packages/gnutls28/trunk/debian/patches/40_debugtestsuite (added)
+++ packages/gnutls28/trunk/debian/patches/40_debugtestsuite Sat Sep 1 06:40:33 2012
@@ -1,0 +1,15 @@
+Description: Enable verbose execution of mini-emsgsize-dtls test.
+Author: Andreas Metzler <ametzler at debian.org>
+
+--- gnutls28-3.1.0.orig/tests/mini-emsgsize-dtls.c
++++ gnutls28-3.1.0/tests/mini-emsgsize-dtls.c
+@@ -111,6 +111,9 @@ doit (void)
+ ssize_t ns;
+ int ret, transferred = 0, msglen;
+
++ /* force verbose execution. */
++ debug = 1;
++
+ /* General init. */
+ gnutls_global_init ();
+ gnutls_global_set_log_function (tls_log_func);
Modified: packages/gnutls28/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls28/trunk/debian/patches/series?rev=1531&op=diff
==============================================================================
--- packages/gnutls28/trunk/debian/patches/series (original)
+++ packages/gnutls28/trunk/debian/patches/series Sat Sep 1 06:40:33 2012
@@ -1,3 +1,4 @@
14_version_gettextcat.diff
20_test-select.diff
30_forcesystemlibopts.diff
+40_debugtestsuite
More information about the Pkg-gnutls-commits
mailing list