[plplot] 01/02: Disable failing ocaml test

Ole Streicher olebole at moszumanska.debian.org
Wed Sep 20 08:11:17 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 7a4692a57790571be604eb92b5ab247c07bba12e
Author: Ole Streicher <olebole at debian.org>
Date:   Wed Sep 20 09:25:45 2017 +0200

    Disable failing ocaml test
---
 debian/patches/Disable-failing-ocaml-test.patch | 49 +++++++++++++++++++++++++
 debian/patches/series                           |  3 +-
 2 files changed, 51 insertions(+), 1 deletion(-)

diff --git a/debian/patches/Disable-failing-ocaml-test.patch b/debian/patches/Disable-failing-ocaml-test.patch
new file mode 100644
index 0000000..9527692
--- /dev/null
+++ b/debian/patches/Disable-failing-ocaml-test.patch
@@ -0,0 +1,49 @@
+From: Ole Streicher <olebole at debian.org>
+Date: Wed, 20 Sep 2017 09:25:33 +0200
+Subject: Disable failing ocaml test
+
+x09ocaml gives a segfault on many platforms, including armhf, mips,
+ppc64el, s390x. Disabling the test
+---
+ examples/ocaml/CMakeLists.txt       | 1 -
+ examples/ocaml/Makefile.examples.in | 1 -
+ plplot_test/test_ocaml.sh.in        | 2 +-
+ 3 files changed, 1 insertion(+), 3 deletions(-)
+
+diff --git a/examples/ocaml/CMakeLists.txt b/examples/ocaml/CMakeLists.txt
+index 3c913de..02220be 100644
+--- a/examples/ocaml/CMakeLists.txt
++++ b/examples/ocaml/CMakeLists.txt
+@@ -45,7 +45,6 @@ set(ocaml_STRING_INDICES
+   "06"
+   "07"
+   "08"
+-  "09"
+   "10"
+   "11"
+   "12"
+diff --git a/examples/ocaml/Makefile.examples.in b/examples/ocaml/Makefile.examples.in
+index 98d0f1a..217b6d2 100644
+--- a/examples/ocaml/Makefile.examples.in
++++ b/examples/ocaml/Makefile.examples.in
+@@ -41,7 +41,6 @@ EXECUTABLES_list = \
+ 		 x06ocaml$(EXEEXT) \
+ 		 x07ocaml$(EXEEXT) \
+ 		 x08ocaml$(EXEEXT) \
+-		 x09ocaml$(EXEEXT) \
+ 		 x10ocaml$(EXEEXT) \
+ 		 x11ocaml$(EXEEXT) \
+ 		 x12ocaml$(EXEEXT) \
+diff --git a/plplot_test/test_ocaml.sh.in b/plplot_test/test_ocaml.sh.in
+index 84ba4b8..a4cecfd 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 10 11 12 13 15 16 18 19 20 21 22 23 24 25 26 27 28 30 31 33 ${critical_examples} ; do
+     if [ "$verbose_test" ] ; then
+ 	echo "x${index}ocaml"
+     fi
diff --git a/debian/patches/series b/debian/patches/series
index 0ca1b03..081ac41 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,5 @@
 Proper-use-of-the-rmpath-function.patch
 Remove-nondfsg-dirs.patch
-Disable-octave-UTF-8-tests.patch
 Build-bindings-for-all-Python-versions.patch
+Disable-octave-UTF-8-tests.patch
+Disable-failing-ocaml-test.patch

-- 
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