Testsuite: Gnutls library version differences
authorJeremy Harris <jgh146exb@wizmail.org>
Mon, 7 Feb 2022 22:00:07 +0000 (22:00 +0000)
committerJeremy Harris <jgh146exb@wizmail.org>
Mon, 7 Feb 2022 23:49:04 +0000 (23:49 +0000)
test/runtest

index 06e4401154f4d4ae2dbe9b422380ed7d53822145..d2ed760401a2abdf8791432fe03ec6a1d4949c13 100755 (executable)
@@ -1107,6 +1107,10 @@ RESET_AFTER_EXTRA_LINE_READ:
     next if /^GnuTLS<2>: Intel (AES|GCM) accelerator was detected/;
     next if /^Added \d{3} certificate authorities/;
     next if /^TLS: not preloading CRL for server/;
+    next if /^GnuTLS<3>:ASSERT: extensions.c\[_gnutls_get_extension/;
+    next if /^GnuTLS<3>:ASSERT: \.\.\/\.\.\/\.\.\/lib\/x509\//;
+    next if /^GnuTLS<2>:Initializing PKCS #11 modules/;
+
 
     # only kevent platforms (FreeBSD, OpenBSD) say this
     next if /^watch dir/;