Disabled badly broken TLS tests

This commit is contained in:
Evgeny Grin (Karlson2k)
2023-03-31 18:50:38 +02:00
parent 0c21f89702
commit d1c1699dfc
2 changed files with 10 additions and 2 deletions
+2
View File
@@ -3671,6 +3671,8 @@ AC_SUBST([AM_UBSAN_OPTIONS])
AC_SUBST([AM_LSAN_OPTIONS])
AC_SUBST([AM_TESTS_ENVIRONMENT])
AM_CONDITIONAL([USE_BROKEN_TLS_TESTS],[false])
MHD_LIB_LDFLAGS="$MHD_LIB_LDFLAGS -export-dynamic -no-undefined"
AC_SUBST([CPU_COUNT])
+8 -2
View File
@@ -31,17 +31,23 @@ if HAVE_POSIX_THREADS
endif
THREAD_ONLY_TESTS = \
test_tls_options \
test_tls_authentication \
$(HTTPS_PARALLEL_TESTS) \
$(TEST_HTTPS_SNI) \
test_https_session_info \
test_https_multi_daemon \
test_https_get \
test_empty_response \
test_https_get_iovec \
$(EMPTY_ITEM)
# The next tests are badly broken and fixed in next MHD version only
if USE_BROKEN_TLS_TESTS
THREAD_ONLY_TESTS += \
test_tls_options \
test_https_session_info \
$(EMPTY_ITEM)
endif
if !HAVE_GNUTLS_MTHREAD_BROKEN
THREAD_ONLY_TESTS += \
test_https_time_out \