[glib-networking/mcatanzaro/base-rebase] Properly disable broken tests, without triggering -Werror



commit 628ed0b41c5eb3deaea7d537b47873247daad6ba
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Mon May 13 09:42:09 2019 -0500

    Properly disable broken tests, without triggering -Werror

 tls/tests/connection.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/tls/tests/connection.c b/tls/tests/connection.c
index 48a4d36..3865527 100644
--- a/tls/tests/connection.c
+++ b/tls/tests/connection.c
@@ -1512,15 +1512,15 @@ static void
 test_connection_read_time_out_write (TestConnection *test,
                                      gconstpointer   data)
 {
+#if 0
+  // FIXME: This test is broken.
+
   GSocketClient *client;
   GTlsCertificateFlags flags;
   GSocketConnection *connection;
   GIOStream *base;
   GError *error = NULL;
 
-#if 0
-  // FIXME: This test is broken.
-
   /* Don't close the server connection after writing TEST_DATA. */
   start_async_server_service (test, G_TLS_AUTHENTICATION_NONE, FALSE);
   client = g_socket_client_new ();


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