octave-maintainers
[Top][All Lists]
Advanced

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

Re: RC2 / 5.0.91


From: PhilipNienhuis
Subject: Re: RC2 / 5.0.91
Date: Wed, 6 Feb 2019 06:34:42 -0600 (CST)

John W. Eaton wrote
> The second release candidate for Octave 5.1 is now available on 
> alpha.gnu.org in the directory pub/octave.  I uploaded source tarballs, 
> and binaries for 64-bit Windows systems.

A self-built WIndows binary for Octave-5.0.91 (w. fortran-64 indexing):

Summary:

  PASS                            15499
  FAIL                                1
  XFAIL (reported bug)               25
  SKIP (missing feature)             52
  SKIP (run-time condition)           9

The FAIL is:

  fixed\bug-45969.tst ............................................ PASS   
1/2
                                                                        
FAIL    1

and from fntests.log:

>>>>> processing
>>>>> D:\Octave\OCTAVE~1.91_\mingw64\share\octave\5.0.91\etc\tests\fixed\bug-45969.tst
***** test
 ascii_filename = tempname ();
 binary_filename = tempname ();
 a = 2;
 b = 10;
 c = 20;
 f1 = @ (f, x) f (x) + a;
 f2 = @ (y) f1 (@ (z) z^2 + b * y, y) + c;
 f2_arg = 5;
 unwind_protect
   save (ascii_filename, "f2");
   save ("-binary", binary_filename, "f2");
   ascii = load (ascii_filename);
   binary = load (binary_filename);
   assert (f2 (f2_arg), ascii.f2 (f2_arg));
   assert (f2 (f2_arg), binary.f2 (f2_arg));
 unwind_protect_cleanup
   unlink (ascii_filename);
   unlink (binary_filename);
 end_unwind_protect
!!!!! test failed
save: error while writing 'f2' to MAT file


Philip




--
Sent from: http://octave.1599824.n4.nabble.com/Octave-Maintainers-f1638794.html



reply via email to

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