[Git][haskell-team/DHG_packages][master] 3 commits: haskell-cborg: disable testsuite for now

Gianfranco Costamagna gitlab at salsa.debian.org
Fri Sep 27 11:43:19 BST 2019



Gianfranco Costamagna pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
3a53c341 by Gianfranco Costamagna at 2019-09-27T10:37:15Z
haskell-cborg: disable testsuite for now

- - - - -
e0916c81 by Gianfranco Costamagna at 2019-09-27T10:38:42Z
haskell-distributive: disable tests on s390x

- - - - -
aa937795 by Gianfranco Costamagna at 2019-09-27T10:42:57Z
haskell-email-validate: disable testsuite on s390x

- - - - -


6 changed files:

- p/haskell-cborg/debian/changelog
- p/haskell-cborg/debian/rules
- p/haskell-distributive/debian/changelog
- p/haskell-distributive/debian/rules
- p/haskell-email-validate/debian/changelog
- p/haskell-email-validate/debian/rules


Changes:

=====================================
p/haskell-cborg/debian/changelog
=====================================
@@ -1,3 +1,10 @@
+haskell-cborg (0.2.1.0-4) unstable; urgency=medium
+
+  * Run tests only on amd64 arm64 i386 and ppc64el, they fail for the RTS
+    exception
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Fri, 27 Sep 2019 12:34:42 +0200
+
 haskell-cborg (0.2.1.0-3) unstable; urgency=medium
 
   * Enable testsuite.


=====================================
p/haskell-cborg/debian/rules
=====================================
@@ -3,7 +3,13 @@
 DEB_SETUP_BIN_NAME = debian/hlibrary.setup
 DEB_CABAL_PACKAGE = cborg
 DEB_DEFAULT_COMPILER = ghc
-DEB_ENABLE_TESTS = yes
+
+ifneq (,$(filter amd64 arm64 i386 ppc64el, $(DEB_HOST_ARCH)))
+	DEB_ENABLE_TESTS = yes
+else
+	DEB_ENABLE_TESTS = no
+endif
+
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/hlibrary.mk


=====================================
p/haskell-distributive/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-distributive (0.6-3) unstable; urgency=medium
+
+  * Disable tests on s390x
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Fri, 27 Sep 2019 12:38:01 +0200
+
 haskell-distributive (0.6-2) unstable; urgency=medium
 
   [ Ilias Tsitsimpis ]


=====================================
p/haskell-distributive/debian/rules
=====================================
@@ -1,6 +1,10 @@
 #!/usr/bin/make -f
 
-DEB_ENABLE_TESTS = yes
+ifeq (s390x,$(DEB_HOST_ARCH))
+	DEB_ENABLE_TESTS = no
+else
+	DEB_ENABLE_TESTS = yes
+endif
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/hlibrary.mk


=====================================
p/haskell-email-validate/debian/changelog
=====================================
@@ -1,3 +1,12 @@
+haskell-email-validate (2.3.2.11-2) unstable; urgency=medium
+
+  [ Ilias Tsitsimpis <iliastsi at debian.org> ]
+  * Remove doctest patch, now that bug #839840 is fixed
+  [ Gianfranco Costamagna ]
+  * Disable tests on s390x
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Fri, 27 Sep 2019 12:40:58 +0200
+
 haskell-email-validate (2.3.2.11-1) unstable; urgency=medium
 
   * New upstream version.


=====================================
p/haskell-email-validate/debian/rules
=====================================
@@ -1,6 +1,10 @@
 #!/usr/bin/make -f
 
-DEB_ENABLE_TESTS = yes
+ifeq (s390x,$(DEB_HOST_ARCH))
+	DEB_ENABLE_TESTS = no
+else
+	DEB_ENABLE_TESTS = yes
+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/compare/6ce4ae87a484c19fbf41d3325f92107e2e5b4583...aa937795f14a5171cf33641944d74e619cea4bdb

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/compare/6ce4ae87a484c19fbf41d3325f92107e2e5b4583...aa937795f14a5171cf33641944d74e619cea4bdb
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/20190927/86ee7a7c/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list