octave-maintainers
[Top][All Lists]
Advanced

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

Re: 3.0.5 rc1


From: Tatsuro MATSUOKA
Subject: Re: 3.0.5 rc1
Date: Wed, 8 Apr 2009 19:44:17 +0900 (JST)

Hello
I have built binaries of 3.0.5 rc1 using mingw-gcc-4.3.3-dw2-TDM and carried 
out 'make check' with
modified  "test_io.m" script, in which included the below 

%!test  
%! matrix1 = rand(100, 2);
%! save -ascii matrix.ascii matrix1
%! matrix2 = load ("matrix.ascii");
%! assert (matrix1, matrix2, 1e-9)

and in which, modification was carried out in the thread  below 

http://www.nabble.com/Quesion-about-test_io.m-td22074114.html#a22407210

*************
$ make check
 :
Summary:

 PASS   4127
 FAIL      0


Regards

Tatsuro



--- Jaroslav Hajek wrote:

> On Tue, Apr 7, 2009 at 3:32 PM, c. <address@hidden> wrote:
> >
> > On 7 Apr 2009, at 13:29, Jaroslav Hajek wrote:
> >
> >> OK. Since 3.0.x is very likely closed, I'll apply it to the development
> >> version.
> >>
> >
> > patch attached
> > c.
> >
> 
> I applied this patch, adding missing delete at the end of the test block.
> 
> thanks
> 
> 
> -- 
> RNDr. Jaroslav Hajek
> computing expert & GNU Octave developer
> Aeronautical Research and Test Institute (VZLU)
> Prague, Czech Republic
> url: www.highegg.matfyz.cz
> 


--------------------------------------
Power up the Internet with Yahoo! Toolbar.
http://pr.mail.yahoo.co.jp/toolbar/


reply via email to

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