summaryrefslogtreecommitdiff
path: root/patches/0003-Mark-expected-failure.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/0003-Mark-expected-failure.patch')
-rw-r--r--patches/0003-Mark-expected-failure.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/patches/0003-Mark-expected-failure.patch b/patches/0003-Mark-expected-failure.patch
new file mode 100644
index 0000000..f213e1e
--- /dev/null
+++ b/patches/0003-Mark-expected-failure.patch
@@ -0,0 +1,21 @@
+Description: Mark one unit test as expected failure
+Author: Julien Bect <julien.bect@centralesupelec.fr>
+Bug-Debian: https://bugs.debian.org/876777
+Forwarded: not-needed
+Reviewed-By: Sébastien Villemot <sebastien@debian.org>
+Last-Update: 2019-10-24
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/inst/param/estim/stk_param_init.m
++++ b/inst/param/estim/stk_param_init.m
+@@ -408,7 +408,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);