[Pkg-octave-commit] [octave-stk] 01/01: d/patches/0003-Mark-expected-failure.patch: New patch

Julien Bect jbect-guest at moszumanska.debian.org
Thu Oct 12 20:30:39 UTC 2017


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

jbect-guest pushed a commit to branch master
in repository octave-stk.

commit 482980d0572b943d697851a1929a6d32c5e5f571
Author: Julien Bect <julien.bect at centralesupelec.fr>
Date:   Thu Oct 12 22:18:05 2017 +0200

    d/patches/0003-Mark-expected-failure.patch: New patch
---
 debian/patches/0003-Mark-expected-failure.patch | 19 +++++++++++++++++++
 debian/patches/series                           |  1 +
 2 files changed, 20 insertions(+)

diff --git a/debian/patches/0003-Mark-expected-failure.patch b/debian/patches/0003-Mark-expected-failure.patch
new file mode 100644
index 0000000..cf0df5d
--- /dev/null
+++ b/debian/patches/0003-Mark-expected-failure.patch
@@ -0,0 +1,19 @@
+Description: Mark one unit test as expected failure
+Author: Julien Bect <julien.bect at centralesupelec.fr>
+Forwarded: no
+Last-Update: 2017-10-12
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/inst/paramestim/stk_param_init.m
++++ b/inst/paramestim/stk_param_init.m
+@@ -364,7 +364,9 @@
+ %! xt = stk_sampling_regulargrid (NT, DIM, BOX);  % Generate a regular grid
+ %! zt = stk_feval (f, xt);                        % Values of f on the grid
+ 
+-%!test
++%!xtest  % This test is known to fail in Debian buster i386
++%!       % because of a known problem in Octave's sqp/qp functions
++%!       % http://savannah.gnu.org/bugs/?38875
+ %! model = stk_model ('stk_materncov_iso');
+ %! [param0, model.lognoisevariance] = stk_param_init (model, xi, zi, BOX);
+ %! model.param = stk_param_estim (model, xi, zi, param0);
diff --git a/debian/patches/series b/debian/patches/series
index dc909b6..58decfd 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 0001-Remove-stk_config_testprivatemex.patch
 0002-Remove-the-MOLE.patch
+0003-Mark-expected-failure.patch

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave-stk.git



More information about the Pkg-octave-commit mailing list