[glib-networking/enable-openssl-tests: 2/2] 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: 2/2] tests: skip test_output_stream_close test with openssl 1.1.1
- Date: Thu, 23 May 2019 15:19:30 +0000 (UTC)
commit cb647515247952350bcd60ffdb934eaf388d77a7
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 | 6 ++++++
1 file changed, 6 insertions(+)
---
diff --git a/tls/tests/connection.c b/tls/tests/connection.c
index 35b349b..685c626 100644
--- a/tls/tests/connection.c
+++ b/tls/tests/connection.c
@@ -1942,6 +1942,12 @@ 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");
+# 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]