summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2018-06-12 00:44:35 +0200
committerThomas Deutschmann <whissi@gentoo.org>2018-06-12 00:46:57 +0200
commit987bc3f518ed55f6e888a0c6c40182b956e9935c (patch)
tree16f0a3b48b98f2b91d7b6969f0ebe6256b294f34 /net-misc/openssh/files
parentsys-kernel/gentoo-sources: (diff)
downloadgentoo-987bc3f518ed55f6e888a0c6c40182b956e9935c.tar.gz
gentoo-987bc3f518ed55f6e888a0c6c40182b956e9935c.tar.bz2
gentoo-987bc3f518ed55f6e888a0c6c40182b956e9935c.zip
net-misc/openssh: disable conch interopt tests
Bug: https://bugs.gentoo.org/605446 Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'net-misc/openssh/files')
-rw-r--r--net-misc/openssh/files/openssh-7.5_p1-disable-conch-interop-tests.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/net-misc/openssh/files/openssh-7.5_p1-disable-conch-interop-tests.patch b/net-misc/openssh/files/openssh-7.5_p1-disable-conch-interop-tests.patch
new file mode 100644
index 000000000000..a5647ce9d8d3
--- /dev/null
+++ b/net-misc/openssh/files/openssh-7.5_p1-disable-conch-interop-tests.patch
@@ -0,0 +1,20 @@
+Disable conch interop tests which are failing when called
+via portage for yet unknown reason and because using conch
+seems to be flaky (test is failing when using Python2 but
+passing when using Python3).
+
+Bug: https://bugs.gentoo.org/605446
+
+--- a/regress/conch-ciphers.sh
++++ b/regress/conch-ciphers.sh
+@@ -3,6 +3,10 @@
+
+ tid="conch ciphers"
+
++# https://bugs.gentoo.org/605446
++echo "conch interop tests skipped due to Gentoo bug #605446"
++exit 0
++
+ if test "x$REGRESS_INTEROP_CONCH" != "xyes" ; then
+ echo "conch interop tests not enabled"
+ exit 0