octave-maintainers
[Top][All Lists]
Advanced

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

Re: Failures in 'make check'


From: c.
Subject: Re: Failures in 'make check'
Date: Thu, 6 Oct 2016 22:55:51 +0200

On 6 Oct 2016, at 22:04, Carnë Draug <address@hidden> wrote:

> On 6 October 2016 at 19:14, Rik <address@hidden> wrote:
>> The test suite is failing quite badly because of some changes is the ode
>> functions.
>> 
>> ***** test  # two output arguments
>> [t, y] = ode23 (@fpol, [0 2], [2 0]);
>> assert ([t(end), y(end,:)], [2, fref], 1e-3);
>> !!!!! test failed
>> 'args' undefined near line 45 column 21
>> 
>> Could someone who knows about this take  look.
>> 
> 
> I too am seeing 25 and 29 test failures in ode23 and ode45 respectively.
> Should we be making changes that completely rewrite the internals of
> functions, fix no bug, in the stable branch, and after two release
> candidates?  This changes seem better suited to the default branch
> where it can be tested and reviewed before a release.
> 
> Carnë
> 

__run_test_suite__ ({canonicalize_file_name('ode')},{})

Integrated test scripts:

  /Users/carlo/Documents/_Programmi/Miei/C/octave/octave/scripts/ode/ode23.m  
PASS     36/36  
  /Users/carlo/Documents/_Programmi/Miei/C/octave/octave/scripts/ode/ode45.m  
PASS     40/40  
  /Users/carlo/Documents/_Programmi/Miei/C/octave/octave/scripts/ode/odeget.m  
PASS     15/15  
  /Users/carlo/Documents/_Programmi/Miei/C/octave/octave/scripts/ode/odeset.m  
PASS      9/9   

Fixed test scripts:


Summary:

  PASS       100
  FAIL         0

See the file 
/Users/carlo/Documents/_Programmi/Miei/C/octave/octave/scripts/fntests.log for 
additional details.

1 (of 5) .m files have no tests.

Please help improve Octave by contributing tests for these files
(see the list in the file 
/Users/carlo/Documents/_Programmi/Miei/C/octave/octave/scripts/fntests.log).





reply via email to

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