[SCM] ESO library for automated astronomical data-reduction branch, debian, updated. upstream/5.3.1-52-g6658c4d

Ole Streicher debian at liska.ath.cx
Tue Jun 19 12:06:26 UTC 2012


The following commit has been merged in the debian branch:
commit 6658c4db9d4a7b0eb3cb4cc41037f80bb8087602
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Tue Jun 19 14:06:07 2012 +0200

    Dont run cpl_mask and cpl_image_iqe tests. Closes: #677967, #677968

diff --git a/debian/changelog b/debian/changelog
index 8c89669..44d0dcd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 cpl (6.1.1-2) UNRELEASED; urgency=low
 
   * Remove compile-time estimation of L2 cache size
+  * Dont run cpl_mask and cpl_image_iqe tests. Closes: #677967, #677968
 
  -- Ole Streicher <debian at liska.ath.cx>  Mon, 18 Jun 2012 17:17:08 +0200
 
diff --git a/debian/patches/disable_some_tests.patch b/debian/patches/disable_some_tests.patch
new file mode 100644
index 0000000..da7f1b3
--- /dev/null
+++ b/debian/patches/disable_some_tests.patch
@@ -0,0 +1,26 @@
+Author: Ole Streicher <debian at liska.ath.cx>
+Description: On sparc, image_iqe and mask tests fail with a segfault, on
+ armel the mask test gives unreasonable results. This behaviour does not
+ appear on emulated (qemu) machines, so I believe it is either a problem
+ in the CPU/kernel, or in the test itself.
+ .
+ To avoid FTBS, these tests are temporarily disabled until a reasonable 
+ cause can be found here.
+--- a/cplcore/tests/Makefile.am
++++ b/cplcore/tests/Makefile.am
+@@ -109,7 +109,6 @@
+ 
+ TESTS = cpl_image_io-test \
+         cpl_image_basic-test \
+-        cpl_image_iqe-test \
+         cpl_image_bpm-test \
+         cpl_image_resample-test \
+         cpl_filter-test \
+@@ -121,7 +120,6 @@
+         cpl_imagelist_io-test \
+         cpl_imagelist_basic-test \
+         cpl_io_fits-test \
+-        cpl_mask-test \
+         cpl_plot-test \
+         cpl_polynomial-test \
+         cpl_error-test \
diff --git a/debian/patches/series b/debian/patches/series
index 930e0ce..b4da3f9 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,4 +4,5 @@ use-std-paths-for-libs.patch
 remove-private-ltdl.patch
 build-cpljava.patch
 loose_cplfit_test.patch
+disable_some_tests.patch
 no_compiletime_cpucheck.patch

-- 
ESO library for automated astronomical data-reduction



More information about the debian-science-commits mailing list