help-octave
[Top][All Lists]
Advanced

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

Re: Octave 3.0.1 available for ftp


From: Tatsuro MATSUOKA
Subject: Re: Octave 3.0.1 available for ftp
Date: Tue, 22 Apr 2008 15:34:46 +0900 (JST)

Hello

I have finshed to build octave on mingw ........ Oh!
I have mistaken install path name. MMMMmmm I have to resume from configure. :-(

However I have carried out make check:

  d:\usr\Tatsu\OctSrc\octave-3.0.1\src/DLD-FUNCTIONS\rand.cc  PASS   56/57   
FAIL 1
  d:\usr\Tatsu\OctSrc\octave-3.0.1\src\ov-fcn-handle.cc .. PASS    2/3    FAIL 1
  d:\usr\Tatsu\OctSrc\octave-3.0.1\scripts/general\bitcmp.m  PASS   14/15   
FAIL 1
  test_string.m .......................................... PASS  130/131  FAIL 1

Summary:

  PASS   3817
  FAIL      4

However test_io.m hanged up again.
Owing to the Michael's efforts for test results have been imporved.

1.d:\usr\Tatsu\OctSrc\octave-3.0.1\src/DLD-FUNCTIONS\rand.cc  PASS   56/57   
FAIL 1
 This is the same as that of cygwin.

2. d:\usr\Tatsu\OctSrc\octave-3.0.1\src\ov-fcn-handle.cc .. PASS    2/3    FAIL 
1
  >>>>> processing d:\usr\Tatsu\OctSrc\octave-3.0.1\src\ov-fcn-handle.cc
  ***** test
 a = 2;
 f = @(x) a + x;
 g = @(x) 2 * x;
 h = @log2;
 f2 = f;
 g2 = g;
 h2 = h;
 nm = tmpnam();
 unwind_protect
   save ("-text", nm, "f2", "g2", "h2");
   clear f2 g2 h2
   load (nm);
   assert (f(2),f2(2));
   assert (g(2),g2(2));
   assert (g(3),g2(3));
   unlink (nm);
   save ("-text", nm, "f2", "g2", "h2");
 unwind_protect_cleanup
   unlink (nm);
 end_unwind_protect
!!!!! test failed
error: function handle points to non-existent function
  
3.   d:\usr\Tatsu\OctSrc\octave-3.0.1\scripts/general\bitcmp.m  PASS   14/15   
FAIL 1

  ***** assert(bitcmp(A,Amax),bitor(bitshift(1,Amax-1),bitshift(1,Amax-2)));
!!!!! test failed
error: assert (bitcmp (A, Amax),bitor (bitshift (1, Amax - 1), bitshift (1, 
Amax - 2))) expected
6.7554e+015
but got
1.1259e+016
values do not match
shared variables {
  Amax =  53
  Bmax = 9.0072e+015
  A = 2.2518e+015
}
6.7554e+015

octave:1> 1.1259e+016/6.7554e+015
ans =  1.6667
????


4.   test_string.m .......................................... PASS  130/131  
FAIL 1
>>>>> processing test_string
  ***** test
 charset = setstr (0:127);
 
 result = zeros (1, 128);
 
 result (33:127) = 1;
 if (ispc () && ! isunix ())
   result(10) = 1;
 endif
 
 assert(all (isprint (charset) == result));
!!!!! test failed
error: assert (all (isprint (charset) == result)) failed

5.test_io.m hangs up as previuosly.

This is just a report I did not see details yet

Regards

Tatsuro



 




 




--- "John W. Eaton" <address@hidden> wrote:

> Octave 3.0.1 is now available for ftp from ftp.octave.org in the
> directory /pub/octave:
> 
>   -rw-r--r-- 1 506 1012 11246708 Apr 21 17:57 octave-3.0.1.tar.gz
>   -rw-r--r-- 1 506 1012  9854711 Apr 21 17:55 octave-3.0.1.tar.bz2
>   -rw-r--r-- 1 506 1012   134329 Apr 21 17:57 octave-3.0.0-3.0.1.patch.gz
>   -rw-r--r-- 1 506 1012   113709 Apr 21 17:57 octave-3.0.0-3.0.1.patch.bz2
> 
> Here are the md5 checksums for the files:
> 
>   230f3895a42386ec625bf2593a44c441  octave-3.0.1.tar.bz2
>   3bc0dcb54e7722e885bf92e7c99e483e  octave-3.0.1.tar.gz
>   578ea000bdc0ccc02f3f1dc3f005e903  octave-3.0.0-3.0.1.patch.bz2
>   810158a2e5662794ee9e44b8b06f0814  octave-3.0.0-3.0.1.patch.gz
> 
> These files are also available from ftp.gnu.org in the directory
> /pub/gnu/octave.
> 
> Octave 3.0.1 is a bug-fixing release.  Most bugs reported since the
> release of version 3.0.0 have been fixed.
> 
> Version 3.0.1 is also the stable, recommended version of Octave.
> Unless you are doing development work on Octave, we strongly recommend
> that you use version 3.0.1.
> 
> If you are upgrading from Octave 2.1.x or any development version that
> is older than 2.9.10, please note that Octave 3.0.0 is significantly
> different from the these older versions, particularly with regard to
> graphics, path handling, and built-in variables.  Please read the NEWS
> file.
> 
> jwe
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://www.cae.wisc.edu/mailman/listinfo/help-octave
> 


--------------------------------------
GANBARE! NIPPON! Win your ticket to Olympic Games 2008.
http://pr.mail.yahoo.co.jp/ganbare-nippon/


reply via email to

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