[med-svn] [Git][med-team/plastimatch][master] Add patch to fix failing regression test on i386

Gregory Sharp gitlab at salsa.debian.org
Thu Jan 17 23:04:58 GMT 2019


Gregory Sharp pushed to branch master at Debian Med / plastimatch


Commits:
b3c8b15d by Gregory C. Sharp at 2019-01-17T23:04:50Z
Add patch to fix failing regression test on i386

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/0001-Make-xf-invert-vrs-b-check-regression-test-pass-on-3.patch
- + debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+plastimatch (1.7.4+dfsg.1-2) UNRELEASED; urgency=medium
+
+  * Add patch to fix regression test that causes test failure on i386
+
+ -- Gregory C. Sharp <gregsharp.geo at yahoo.com>  Thu, 17 Jan 2019 18:02:42 -0500
+
 plastimatch (1.7.4+dfsg.1-1) unstable; urgency=medium
 
   [ Michael R. Crusoe ]


=====================================
debian/patches/0001-Make-xf-invert-vrs-b-check-regression-test-pass-on-3.patch
=====================================
@@ -0,0 +1,38 @@
+From a4ceda25dcb7f732e3429de9a3f5e0962346454e Mon Sep 17 00:00:00 2001
+From: "Gregory C. Sharp" <gregsharp.geo at yahoo.com>
+Date: Thu, 17 Jan 2019 13:58:35 -0500
+Subject: [PATCH] Make xf-invert-vrs-b-check regression test pass on 32-bit
+ linux
+
+---
+ Testing/CMakeLists.txt | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/Testing/CMakeLists.txt b/Testing/CMakeLists.txt
+index 1c9f0b68..d2722107 100755
+--- a/Testing/CMakeLists.txt
++++ b/Testing/CMakeLists.txt
+@@ -4500,16 +4500,16 @@ plm_add_test (
+   ${PLM_PLASTIMATCH_PATH}/plastimatch
+   "xf-invert;--input;${PLM_TESTING_DATA_DIR}/itk-rigid-b.tfm;--output;${PLM_BUILD_TESTING_DIR}/xf-invert-vrs-b.tfm"
+   )
+-plmtest_check_string (
++plmtest_check_interval (
+   "xf-invert-vrs-b-check"
+   "${PLM_BUILD_TESTING_DIR}/xf-invert-vrs-b.tfm"
+-  "^Parameters: *(.*)$"
+-  "-0.5236 0 0 0 0 0"
++  "^Parameters: *([-0-9.]*) *0 *0 *0 *0 *0 *$"
++  "-0.52361"
++  "-0.52359"
+   )
+ set_tests_properties (xf-invert-vrs-b-check
+   PROPERTIES DEPENDS xf-invert-vrs-b)
+ 
+-
+ ## -------------------------------------------------------------------------
+ ## bragg-curve
+ ## proton-dose-1    Flavor a, sobp
+-- 
+2.11.0
+


=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+0001-Make-xf-invert-vrs-b-check-regression-test-pass-on-3.patch



View it on GitLab: https://salsa.debian.org/med-team/plastimatch/commit/b3c8b15d02340e93b03815b48fecebbcd277f8ee

-- 
View it on GitLab: https://salsa.debian.org/med-team/plastimatch/commit/b3c8b15d02340e93b03815b48fecebbcd277f8ee
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/debian-med-commit/attachments/20190117/174a89a4/attachment-0001.html>


More information about the debian-med-commit mailing list