octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #59334] [octave forge] (interval) Failing BIST


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #59334] [octave forge] (interval) Failing BISTs with Octave 6.0.92
Date: Tue, 11 Jan 2022 06:41:06 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55

Follow-up Comment #4, bug #59334 (project octave):

I tested with a few versions of Octave on Windows. It looks like the behavior
of `nargin` changed for Octave 5.
In Octave 4.4.1 and prior versions I checked:

>> pkg load interval

>> nargin('@infsup/inf')

error: nargin: invalid function name: @infsup/inf
>> nargin('@infsup\inf')

ans =  1


In Octave 5.2.0 and later versions I checked:

>> pkg load interval

>> nargin('@infsup/inf')

ans =  1
>> nargin('@infsup\inf')

error: nargin: invalid function name: @infsup\inf


It looks like the issue in `@infsup/fzero.m` has been fixed in the
meantime(?). In Octave 6.4.0 on Windows, I see:

>> pkg load interval

>> test @infsup/fzero.m
PASSES 1 out of 1 test


With Octave 7.0.90 (RC 1), I see many failing tests. (Haven't looked in
detail). The log is attached.


(file #52641)
    _______________________________________________________

Additional Item Attachment:

File name: fntests-interval-7.0.90.log    Size:129 KB
   
<https://file.savannah.gnu.org/file/fntests-interval-7.0.90.log?file_id=52641>



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?59334>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]