octave-maintainers
[Top][All Lists]
Advanced

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

Re: 3.4 uploaded


From: Tatsuro MATSUOKA
Subject: Re: 3.4 uploaded
Date: Wed, 9 Feb 2011 03:52:24 +0900 (JST)

Hello

I have just complete build octave-3.3.92.
That has seven more fntests errors than those on development snapshot.

Integrated test scripts:

  c:\usr\Tatsu\mingwhome\octaves\hg\octave-work\src\data.cc  PASS  615/617  
FAIL 2
  c:\usr\Tatsu\mingwhome\octaves\hg\octave-work\src\dirfns.cc  PASS    0/1    
FAIL 1
  c:\usr\Tatsu\mingwhome\octaves\hg\octave-work\src\ov-fcn-handle.cc  PASS    
2/3    FAIL 1

Fixed test scripts:

  test_io.m .............................................. PASS   66/68   FAIL 2
  test_prefer.m .......................................... PASS   27/29   FAIL 2
  test_system.m .......................................... PASS   83/84   FAIL 1

Summary:

  PASS   5228
  FAIL      9

While for development source has only two errors.
Integrated test scripts:

  c:\usr\Tatsu\mingwhome\octaves\hg\octave-work\src\data.cc  PASS  615/617  
FAIL 2



>>>>> processing 
>>>>> c:\usr\Tatsu\mingwhome\octaves\hg\octave-work\src\ov-fcn-handle.cc
  ***** test
 a = 2;
 f = @(x) a + x;
 g = @(x) 2 * x;
 hm = @version;
 hdld = @svd;
 hbi = @log2;
 f2 = f;
 g2 = g;
 hm2 = hm;
 hdld2 = hdld;
 hbi2 = hbi;
 modes = {"-text", "-binary"};
 if (!isempty(findstr(octave_config_info ("DEFS"),"HAVE_HDF5")))
   modes(end+1) = "-hdf5";
 endif
 for i = 1:numel (modes)
   mode = modes{i};
   nm = tmpnam();
   unwind_protect
     save (mode, nm, "f2", "g2", "hm2", "hdld2", "hbi2");
     clear f2 g2 hm2 hdld2 hbi2
     load (nm);
     assert (f(2),f2(2));
     assert (g(2),g2(2));
     assert (g(3),g2(3));
     unlink (nm);
     save (mode, nm, "f2", "g2", "hm2", "hdld2", "hbi2");
   unwind_protect_cleanup
     unlink (nm);
   end_unwind_protect
 endfor
!!!!! test failed
load: file `C:/DOCUME~1/Tatsu/LOCALS~1/Temp\oct-61' seems to be empty!

#********************
!!!!! test failed
load: file `C:/DOCUME~1/Tatsu/LOCALS~1/Temp\oct-61' seems to be empty!

It seems like temporary file errors,

Origin of other six errors comes from the same origin.

#*******************

I hope release 3.4 does not have more errors that development source.

Regards

Tatsuro

--- "John W. Eaton" wrote:

> I uploaded the 3.4.0 tar files to ftp.gnu.org/gnu/octave.
> 
>   c8144cee1d37e645d3368a8e8a5f1856  octave-3.4.0.tar.bz2
>   c9a48511e87d465fbdbcafe98a061c71  octave-3.4.0.tar.gz
> 
>   -rw-r--r-- 1 1003 65534 14619487 Feb 08 10:56 octave-3.4.0.tar.bz2
>   -rw-r--r-- 1 1003 65534 17287471 Feb 08 10:59 octave-3.4.0.tar.gz
> 
> I will prepare and post a release announcement soon, probably later
> today or Wednesday.
> 
> jwe
> 


--------------------------------------
Get the new Internet Explorer 8 optimized for Yahoo! JAPAN
http://pr.mail.yahoo.co.jp/ie8/


reply via email to

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