[Git][haskell-team/DHG_packages][master] wreq: Disable tests on s390x

Ilias Tsitsimpis gitlab at salsa.debian.org
Wed Jul 29 14:57:31 BST 2020



Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
ed29900d by Ilias Tsitsimpis at 2020-07-29T16:45:29+03:00
wreq: Disable tests on s390x

- - - - -


3 changed files:

- p/haskell-wreq/debian/changelog
- p/haskell-wreq/debian/control
- p/haskell-wreq/debian/rules


Changes:

=====================================
p/haskell-wreq/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-wreq (0.5.3.2-2) unstable; urgency=medium
+
+  * Disable tests on s390x, as they seem to fail randomly
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Wed, 29 Jul 2020 16:44:47 +0300
+
 haskell-wreq (0.5.3.2-1) unstable; urgency=medium
 
   * New upstream release


=====================================
p/haskell-wreq/debian/control
=====================================
@@ -87,7 +87,7 @@ Build-Depends-Indep:
  libghc-psqueues-doc,
  libghc-time-locale-compat-doc,
  libghc-unordered-containers-doc,
-Standards-Version: 4.1.4
+Standards-Version: 4.5.0
 Homepage: http://www.serpentine.com/wreq
 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-wreq
 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-wreq]


=====================================
p/haskell-wreq/debian/rules
=====================================
@@ -7,5 +7,11 @@ DEB_DEFAULT_COMPILER = ghc
 # Disable doctests since they require network access
 DEB_SETUP_GHC_CONFIGURE_ARGS += -f-doctest
 
+# Disable tests on s390x. They fail randomly with:
+# InternalException Network.Socket.recvBuf: resource vanished (Connection reset by peer)
+ifneq (,$(filter s390x, $(DEB_HOST_ARCH)))
+	DEB_ENABLE_TESTS = no
+endif
+
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/hlibrary.mk



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/ed29900dca5dfd266a7de3d531b9cf86b2307919

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/ed29900dca5dfd266a7de3d531b9cf86b2307919
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20200729/bdc0d25b/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list