- export UBCFLAGS="-Wall -Wextra -fsanitize=undefined -fsanitize=bool -fsanitize=alignment -fsanitize=null -fsanitize=bounds-strict -fsanitize=enum -fno-sanitize-recover -g -O2"
- CFLAGS="$UBCFLAGS" ./configure --with-java --disable-dsa-tests --without-gnutls-version-check
- make -j4
- - make VERBOSE=1 -j4 check
+# obsolete-server-crypto: system-wide crypto policy prevents --allow-insecure-crypto from working, and the
+# library-reinitialization hack does not reliably work (https://gitlab.com/openconnect/openconnect/-/issues/243#note_576194663)
+# XFAIL until we get a solution for https://bugzilla.redhat.com/show_bug.cgi?id=1960763
+ - make VERBOSE=1 XFAIL_TESTS="obsolete-server-crypto" -j4 check
tags:
- shared
- linux
# we don't want pppd to invoke any actual connection scripts
- mv /etc/ppp /etc/ppp.DISABLED
# auth-pkcs11: Disable rdrand to work around https://bugzilla.redhat.com/1831086
- - make VERBOSE=1 OPENSSL_ia32cap=~0x4000000000000000 -j4 check
+# obsolete-server-crypto: system-wide crypto policy prevents --allow-insecure-crypto from working, and the
+# library-reinitialization hack does not reliably work (https://gitlab.com/openconnect/openconnect/-/issues/243#note_576194663)
+# XFAIL until we get a solution for https://bugzilla.redhat.com/show_bug.cgi?id=1960763
+ - make VERBOSE=1 OPENSSL_ia32cap=~0x4000000000000000 XFAIL_TESTS="obsolete-server-crypto" -j4 check
tags:
- shared
except:
# we don't want pppd to invoke any actual connection scripts
- mv /etc/ppp /etc/ppp.DISABLED
# auth-pkcs11: Disable rdrand to work around https://bugzilla.redhat.com/1831086
- - make VERBOSE=1 OPENSSL_ia32cap=~0x4000000000000000 -j4 check
+# obsolete-server-crypto: system-wide crypto policy prevents --allow-insecure-crypto from working, and the
+# library-reinitialization hack does not reliably work (https://gitlab.com/openconnect/openconnect/-/issues/243#note_576194663)
+# XFAIL until we get a solution for https://bugzilla.redhat.com/show_bug.cgi?id=1960763
+ - make VERBOSE=1 OPENSSL_ia32cap=~0x4000000000000000 XFAIL_TESTS="obsolete-server-crypto" -j4 check
tags:
- shared
except:
# we don't want pppd to invoke any actual connection scripts
- mv /etc/ppp /etc/ppp.DISABLED
# auth-pkcs11: Disable rdrand to work around https://bugzilla.redhat.com/1831086
- - make VERBOSE=1 OPENSSL_ia32cap=~0x4000000000000000 -j4 check
+# obsolete-server-crypto: system-wide crypto policy prevents --allow-insecure-crypto from working, and the
+# library-reinitialization hack does not reliably work (https://gitlab.com/openconnect/openconnect/-/issues/243#note_576194663)
+# XFAIL until we get a solution for https://bugzilla.redhat.com/show_bug.cgi?id=1960763
+ - make VERBOSE=1 OPENSSL_ia32cap=~0x4000000000000000 XFAIL_TESTS="obsolete-server-crypto" -j4 check
tags:
- shared
except: