[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Octave 7 transition



Le 08/04/2022 à 15:09, Julien Bect a écrit :
Hi Sébastien,

Le 08/04/2022 à 14:16, Sébastien Villemot a écrit :
Hi all,

Octave 7.1.0 was released, and I uploaded it to experimental.

I tried a rebuild of all reverse build dependencies. Unfortunately,
there are quite a few failures (most often in the testsuite). I filed
the corresponding bugs, with appropriate usertag, so that they can be
visualized all at once:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=octave7;users=debian-octave@lists.debian.org

I see that there is one test failure in octave-stk, I will investigate.

Ok, now that I have built Octave 7 I can confirm that the test failure in octave-stk (stk_distrib_student_cdf) is in fact due to a regression in Octave 7, reported here:

https://savannah.gnu.org/bugs/index.php?62329

As for as octave-stk is concerned, this is a minor failure that does not affect the correct behaviour of the package. You can comment out the test or mark it as expected failure.

@++
Julien



diff --git a/misc/distrib/stk_distrib_student_cdf.m b/misc/distrib/stk_distrib_student_cdf.m
index 560afa15..856fca3c 100644
--- a/misc/distrib/stk_distrib_student_cdf.m
+++ b/misc/distrib/stk_distrib_student_cdf.m
@@ -87,7 +87,7 @@ end % function
 %!         5.3526728079292996e-01  ... % tcdf (( 1 - 0)/10, 2)
 %!        ], 4 * eps))
 
-%!test
+%!xtest
 %! [p, q] = stk_distrib_student_cdf (1e10, 2);
 %! assert (isequal (p, 1.0));
 %! assert (stk_isequal_tolrel (q, 4.999999999999999999925e-21, 10 * eps));

Reply to: