octave-maintainers
[Top][All Lists]
Advanced

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

Re: Octave 3.6.4-rc2 release candidate available for ftp


From: Philip Nienhuis
Subject: Re: Octave 3.6.4-rc2 release candidate available for ftp
Date: Wed, 13 Feb 2013 11:58:38 -0800 (PST)

John W. Eaton wrote
> The third release candidate of Octave 3.6.4 is now available from
> alpha.gnu.org in the directory /gnu/octave:
> 
>   6a1eae4dd9e94925c2f6fe5e2390d0df  octave-3.6.4-rc2.tar.gz
> 
>   -rw-r--r-- 1 3003 3002 18366546 Feb 11 22:13 octave-3.6.4-rc2.tar.gz
> 
> Please help make the 3.6.4 release a success by building from this
> release candidate and reporting any problems.  We could especially use
> reports for Windows and OS X systems.

On MinGW (gcc 4.5.2):

Summary:

  PASS  10195
  FAIL      6

FAILs are 

The usual ones for MinGW:
-------------------------
- log2: Nan vs Inf

- mappers.cc:
>>>>> processing
>>>>> X:\programs\msys\home\Philip\octdev\octave-3.6.4-rc2\src\mappers.cc
  ***** test
 charset = char (0:127);
 result = false (1, 128);
 result(33:127) = true;
 assert (all (isprint (charset) == result));
!!!!! test failed
assert (all (isprint (charset) == result)) failed
shared variables 
  scalar structure containing the fields:

    rt2 =  1.4142
    rt3 =  1.7321

- imread.m: invalid image file: Magick++ exception: Magick: Unable to access
configuration file (magic.mgk) reported by magick/blob.c:1830
(GetConfigureBlob)

- speed.m: "All running times were zero."

plus a new FAIL (for MinGW): 
--------------
in test_system:
:
<snip>
 # Restore original umask value
 umask (orig_umask);
!!!!! test failed
assert (deblank (s2.modestr),"----------") expected
----------
but got
-r--r--r--


I think none of these are very serious.

Philip



--
View this message in context: 
http://octave.1599824.n4.nabble.com/Octave-3-6-4-rc2-release-candidate-available-for-ftp-tp4649771p4649846.html
Sent from the Octave - Maintainers mailing list archive at Nabble.com.


reply via email to

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