[glib-networking/enable-openssl-tests: 7/7] tests: skip test_output_stream_close test with openssl 1.1.1
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib-networking/enable-openssl-tests: 7/7] tests: skip test_output_stream_close test with openssl 1.1.1
- Date: Fri, 24 May 2019 10:32:44 +0000 (UTC)
commit ab9332e5d051860f7edccc61abf46748fd82c83f
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Thu May 23 17:18:36 2019 +0200
tests: skip test_output_stream_close test with openssl 1.1.1
tls/tests/connection.c | 7 +++++++
1 file changed, 7 insertions(+)
---
diff --git a/tls/tests/connection.c b/tls/tests/connection.c
index 35b349b..d1de25e 100644
--- a/tls/tests/connection.c
+++ b/tls/tests/connection.c
@@ -1942,6 +1942,13 @@ test_output_stream_close (TestConnection *test,
gboolean handshake_complete = FALSE;
gssize size;
+#ifdef BACKEND_IS_OPENSSL
+# if OPENSSL_VERSION_NUMBER >= 0x10101000L
+ 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]