gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] branch master updated: Skipped some HTTPS tests with old


From: gnunet
Subject: [libmicrohttpd] branch master updated: Skipped some HTTPS tests with old broken GnuTLS
Date: Tue, 30 Jan 2024 18:50:12 +0100

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new ea618151 Skipped some HTTPS tests with old broken GnuTLS
ea618151 is described below

commit ea618151c80f4b497071930e078a635d11bffdfb
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Tue Jan 30 18:49:37 2024 +0100

    Skipped some HTTPS tests with old broken GnuTLS
---
 src/testcurl/https/Makefile.am | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/src/testcurl/https/Makefile.am b/src/testcurl/https/Makefile.am
index f07ecebc..5f620d06 100644
--- a/src/testcurl/https/Makefile.am
+++ b/src/testcurl/https/Makefile.am
@@ -34,8 +34,9 @@ if HAVE_GNUTLS_SNI
   TEST_HTTPS_SNI = test_https_sni
 endif
 
-if HAVE_POSIX_THREADS
+if !HAVE_GNUTLS_MTHREAD_BROKEN
 HTTPS_PARALLEL_TESTS = \
+    test_https_time_out \
     test_https_get_parallel \
     test_https_get_parallel_threads
 endif
@@ -53,12 +54,6 @@ THREAD_ONLY_TESTS = \
   test_https_get_iovec \
   $(EMPTY_ITEM)
 
-if !HAVE_GNUTLS_MTHREAD_BROKEN
-THREAD_ONLY_TESTS += \
-  test_https_time_out \
-  $(EMPTY_ITEM)
-endif
-
 check_PROGRAMS = \
   test_https_get_select
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]