[openturns] 01/02: tests-disable-broken-R.patch: New patch, to disable 3 tests which fail with latest R

Denis Barbier barbier-guest at moszumanska.debian.org
Sun Apr 20 07:23:26 UTC 2014


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

barbier-guest pushed a commit to branch debian
in repository openturns.

commit 0fc6354853e268a4e8fcf1564f9de92816826dee
Author: Denis Barbier <bouzim at gmail.com>
Date:   Sat Apr 19 21:43:20 2014 +0200

    tests-disable-broken-R.patch: New patch, to disable 3 tests which fail with latest R
    
    Closes: #743073
---
 debian/patches/series                       |  1 +
 debian/patches/tests-disable-broken-R.patch | 59 +++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index 8a2a9c2..b8c6184 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 tests-disable-coupling_tools.patch
+tests-disable-broken-R.patch
diff --git a/debian/patches/tests-disable-broken-R.patch b/debian/patches/tests-disable-broken-R.patch
new file mode 100644
index 0000000..1e9296d
--- /dev/null
+++ b/debian/patches/tests-disable-broken-R.patch
@@ -0,0 +1,59 @@
+Description: Disable several rot tests
+ There are regressions in R 3.1.0
+Author: Denis Barbier
+Origin: Debian
+Bug: http://trac.openturns.org/ticket/706
+Bug-Debian: http://bugs.debian.org/743073
+Last-Update: 2014-04-19
+
+Index: openturns/lib/test/CMakeLists.txt
+===================================================================
+--- openturns.orig/lib/test/CMakeLists.txt	2014-04-19 23:39:18.505821194 +0200
++++ openturns/lib/test/CMakeLists.txt	2014-04-19 23:39:18.497821154 +0200
+@@ -550,7 +550,7 @@
+ ot_check_test ( TruncatedDistribution_std )
+ ot_check_test ( TruncatedNormal_std )
+ if ( R_rot_FOUND )
+-ot_check_test ( TruncatedNormalFactory_std )
++#DEB#ot_check_test ( TruncatedNormalFactory_std )
+ endif ()
+ ot_check_test ( Uniform_std )
+ ot_check_test ( UniformFactory_std )
+@@ -698,9 +698,9 @@
+ if ( R_rot_FOUND )
+ ot_check_test ( VisualTest_std )
+ ot_check_test ( FittingTest_std )
+-ot_check_test ( HypothesisTest_std )
++#DEB#ot_check_test ( HypothesisTest_std )
+ # ot_check_test ( HypothesisTest_correlation )
+-ot_check_test ( LinearModelTest_std )
++#DEB#ot_check_test ( LinearModelTest_std )
+ ot_check_test ( NormalityTest_std )
+ endif ()
+ #ot_check_test ( DickeyFullerTest_std )
+Index: openturns/python/test/CMakeLists.txt
+===================================================================
+--- openturns.orig/python/test/CMakeLists.txt	2014-04-19 23:39:16.149809511 +0200
++++ openturns/python/test/CMakeLists.txt	2014-04-19 23:40:44.462247429 +0200
+@@ -477,7 +477,7 @@
+ ot_pyinstallcheck_test ( TruncatedDistribution_std )
+ ot_pyinstallcheck_test ( TruncatedNormal_std )
+ if ( R_rot_FOUND )
+-ot_pyinstallcheck_test ( TruncatedNormalFactory_std )
++#DEB#ot_pyinstallcheck_test ( TruncatedNormalFactory_std )
+ endif ( R_rot_FOUND )
+ ot_pyinstallcheck_test ( Uniform_std )
+ ot_pyinstallcheck_test ( UniformFactory_std )
+@@ -594,10 +594,10 @@
+ if ( R_rot_FOUND )
+ ot_pyinstallcheck_test ( VisualTest_std )
+ ot_pyinstallcheck_test ( FittingTest_std )
+-ot_pyinstallcheck_test ( HypothesisTest_std )
++#DEB#ot_pyinstallcheck_test ( HypothesisTest_std )
+ # ot_pyinstallcheck_test ( HypothesisTest_correlation )
+ ot_pyinstallcheck_test ( NormalityTest_std )
+-ot_pyinstallcheck_test ( LinearModelTest_std )
++#DEB#ot_pyinstallcheck_test ( LinearModelTest_std )
+ endif ()
+ #ot_pyinstallcheck_test ( DickeyFullerTest_std )
+ 

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



More information about the debian-science-commits mailing list