octave-maintainers
[Top][All Lists]
Advanced

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

Re: Octave 3.4.3-rc0 release candidate available for ftp


From: Martin Helm
Subject: Re: Octave 3.4.3-rc0 release candidate available for ftp
Date: Sun, 2 Oct 2011 00:39:49 +0200
User-agent: KMail/1.13.6 (Linux/2.6.37.6-0.7-desktop; KDE/4.6.0; x86_64; ; )

Am Samstag, 1. Oktober 2011, 11:49:13 schrieb Tatsuro MATSUOKA:
> Hello
> 
> I have updated MinGW+Msys+Gnuwin32 system that I have been used and
> dependency libraries at http://www.tatsuromatsuoka.com/octave/Eng/Win/
> 
> MinGW-TM.zip, msys-TM.zip, GnuWin32-TM.zip, OctaveLibs.zip, gplibs.zip
> 
> Brief explanation for octave-3.4.2 was written in Readme_octave-3.4.2.txt.
> 
> More detailed explanations hopefully are made.  However, due to the
> limitation time and my current situation of mental condition prevent me to
> write detailed explanations.
> 
> Regards
> 
> Tatsuro
> 
Thanks Tatsuro for your description and the provided libraries. That made it 
possible for me to build octave 3.4.3-rc0 (and also the development branch 
from the hg repo) on Windows 7 64bit Prof. with the following result from make 
check (which looks really good for me)

----
Summary:

  PASS   7050
  FAIL      3

There were 2 expected failures (see fntests.log for details).

<snip>
There were 11 skipped tests (see fntests.log for details).
----
The skipped tests look like *nix specific features.
Two of the failed tests are just due to giving Inf's instead of NaN's.

 processing c:\Users\martinh\mingwhome\martinh\octave-3.4.3-rc0\src\data.cc
  ***** test
 [f, e] = log2 ([0,-1; 2,-4; Inf,-Inf]);
 assert (f, [0,-0.5; 0.5,-0.5; Inf,-Inf]);
 assert (e(1:2,:), [0,1;2,3])
!!!!! test failed
assert (f,[0, -0.5; 0.5, -0.5; Inf, -Inf]) expected
   0.00000  -0.50000
   0.50000  -0.50000
       Inf      -Inf
but got
   0.00000  -0.50000
   0.50000  -0.50000
       NaN       NaN
NaNs don't match
  ***** test
 [f, e] = log2 (complex (zeros (3, 2), [0,-1; 2,-4; Inf,-Inf]));
 assert (f, complex (zeros (3, 2), [0,-0.5; 0.5,-0.5; Inf,-Inf]));
 assert (e(1:2,:), [0,1; 2,3]);
!!!!! test failed
assert (f,complex (zeros (3, 2), [0, -0.5; 0.5, -0.5; Inf, -Inf])) expected
   0.00000 + 0.00000i   0.00000 - 0.50000i
   0.00000 + 0.50000i   0.00000 - 0.50000i
   0.00000 +     Infi   0.00000 -     Infi
but got
   0.00000 + 0.00000i   0.00000 - 0.50000i
   0.00000 + 0.50000i   0.00000 - 0.50000i
       NaN -     NaNi       NaN -     NaNi
NaNs don't match

processing c:\Users\martinh\mingwhome\martinh\octave-3.4.3-
rc0\scripts/help\get_first_help_sentence.m
  ***** assert (strcmp (get_first_help_sentence('get_first_help_sentence'), 
"Return the first sentence of a function's help text."));
!!!!! test failed
assert (strcmp (get_first_help_sentence ('get_first_help_sentence'), "Return 
the 
first sentence of a function's help text.")) failed



reply via email to

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