[plplot] 03/06: Completely disable x22ocaml test.

Ole Streicher olebole at moszumanska.debian.org
Sat Sep 23 20:36:13 UTC 2017


This is an automated email from the git hooks/post-receive script.

olebole pushed a commit to branch master
in repository plplot.

commit 231252a299c064898f02c9607b92487ae2c82bcd
Author: Ole Streicher <olebole at debian.org>
Date:   Sat Sep 23 15:29:25 2017 +0200

    Completely disable x22ocaml test.
    
    This test runs forever on mips.
    
    Closes: #876485
---
 debian/patches/Disable-failing-ocaml-tests.patch | 18 +++++++++++++++---
 1 file changed, 15 insertions(+), 3 deletions(-)

diff --git a/debian/patches/Disable-failing-ocaml-tests.patch b/debian/patches/Disable-failing-ocaml-tests.patch
index 36b731a..4773366 100644
--- a/debian/patches/Disable-failing-ocaml-tests.patch
+++ b/debian/patches/Disable-failing-ocaml-tests.patch
@@ -7,14 +7,26 @@ segmentation faults. The cause of this is still unclear.
 
 To investigate this further (and to build plplot on all platforms),
 all tests are run, but failures will not lead to stopping the build.
+
+Additionally, x22ocaml runs forever on mipsel (see #876485), so it is
+completely disabled.
 ---
- plplot_test/test_ocaml.sh.in | 9 ---------
- 1 file changed, 9 deletions(-)
+ plplot_test/test_ocaml.sh.in | 11 +----------
+ 1 file changed, 1 insertion(+), 10 deletions(-)
 
 diff --git a/plplot_test/test_ocaml.sh.in b/plplot_test/test_ocaml.sh.in
-index 84ba4b8..ba962e7 100755
+index 84ba4b8..2a83378 100755
 --- a/plplot_test/test_ocaml.sh.in
 +++ b/plplot_test/test_ocaml.sh.in
+@@ -24,7 +24,7 @@
+ 
+ # Do the standard non-interactive examples.
+ lang="ocaml"
+-for index in 00 01 02 03 04 05 06 07 08 09 10 11 12 13 15 16 18 19 20 21 22 23 24 25 26 27 28 30 31 33 ${critical_examples} ; do
++for index in 00 01 02 03 04 05 06 07 08 09 10 11 12 13 15 16 18 19 20 21 23 24 25 26 27 28 30 31 33 ${critical_examples} ; do
+     if [ "$verbose_test" ] ; then
+ 	echo "x${index}ocaml"
+     fi
 @@ -41,13 +41,4 @@ for index in 00 01 02 03 04 05 06 07 08 09 10 11 12 13 15 16 18 19 20 21 22 23 2
  	status_code=$?
      fi

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/plplot.git



More information about the debian-science-commits mailing list