summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Bect <julien.bect@centralesupelec.fr>2022-12-05 20:02:30 -0300
committerRafael Laboissière <rafael@debian.org>2022-12-05 20:02:30 -0300
commit442ce714435aeb78f1df7cf9ff535fc17d077f90 (patch)
treef71797ea875dc867b80f12d9266be5b53f06c7c6
parent2965445b30413ea89237e42938d992ca099fbe54 (diff)
Mark one unit test as expected failure
Bug-Debian: https://bugs.debian.org/876777 Forwarded: not-needed Reviewed-By: Sébastien Villemot <sebastien@debian.org> Last-Update: 2019-10-24 Last-Update: 2019-10-24 Gbp-Pq: Name 0003-Mark-expected-failure.patch
-rw-r--r--inst/param/estim/stk_param_init.m4
1 files changed, 3 insertions, 1 deletions
diff --git a/inst/param/estim/stk_param_init.m b/inst/param/estim/stk_param_init.m
index 0ba8fbc..a4ce106 100644
--- a/inst/param/estim/stk_param_init.m
+++ b/inst/param/estim/stk_param_init.m
@@ -408,7 +408,9 @@ end % function
%! 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);