[glib-networking/rufferson/openssl/tests/other: 7/7] Un-skip output-stream-close openssl test, works for me
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib-networking/rufferson/openssl/tests/other: 7/7] Un-skip output-stream-close openssl test, works for me
- Date: Mon, 6 Jul 2020 11:57:49 +0000 (UTC)
commit d2c2dfebf6df1816dff3b1c9ba8d1909745c53f7
Author: Ruslan N. Marchenko <me ruff mobi>
Date: Sun Jul 5 21:43:14 2020 +0200
Un-skip output-stream-close openssl test, works for me
tls/tests/connection.c | 11 -----------
1 file changed, 11 deletions(-)
---
diff --git a/tls/tests/connection.c b/tls/tests/connection.c
index 86cbf55..1223f87 100644
--- a/tls/tests/connection.c
+++ b/tls/tests/connection.c
@@ -2092,17 +2092,6 @@ test_output_stream_close (TestConnection *test,
gboolean handshake_complete = FALSE;
gssize size;
-#ifdef BACKEND_IS_OPENSSL
-# if OPENSSL_VERSION_NUMBER >= 0x10101000L
- /* FIXME: This test fails most of the times with openssl 1.1.1, my guess is that
- * there is still some threading issue and we endup calling input_stream_read
- * from different threads and the same time.
- */
- g_test_skip ("this is not supported with openssl 1.1.1");
- return;
-# endif
-#endif
-
connection = start_async_server_and_connect_to_it (test, G_TLS_AUTHENTICATION_NONE);
test->client_connection = g_tls_client_connection_new (connection, test->identity, &error);
g_assert_no_error (error);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]