[glib-networking/mcatanzaro/openssl-fixes] Reenable OpenSSL tests



commit b0005eac2a42bfc1f44c18d303e0525757efd81e
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Wed Jan 1 09:41:35 2020 -0600

    Reenable OpenSSL tests
    
    This is only a limited victory, since half the tests are broken and
    skipped, but the non-skipped tests are passing and don't seem to be
    flaky, so let's run them. Now we can test the OpenSSL backend on our CI
    and actually notice if it breaks rather than continue to occasionally
    push commits that cause it to break horribly.
    
    Fixes #54

 tls/tests/meson.build | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
---
diff --git a/tls/tests/meson.build b/tls/tests/meson.build
index e35875e..2920796 100644
--- a/tls/tests/meson.build
+++ b/tls/tests/meson.build
@@ -96,10 +96,7 @@ foreach backend: backends
       'G_TEST_BUILDDIR=@0@'.format(meson.current_build_dir())
     ]
 
-    # FIXME: OpenSSL tests are disabled until we fix https://gitlab.gnome.org/GNOME/glib-networking/issues/54
-    if backend != 'openssl'
-      test(program_name, exe, env: test_envs, depends: program[4])
-    endif
+    test(program_name, exe, env: test_envs, depends: program[4])
 
     if backend == 'gnutls' and program[0] == 'connection' or program[0] == 'dtls-connection'
       # Run the tests again, this time with TLS 1.3 disabled so we can test TLS 1.2.


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