octave-maintainers
[Top][All Lists]
Advanced

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

Re: 3.0.1 release? (cygwin)


From: Tatsuro MATSUOKA
Subject: Re: 3.0.1 release? (cygwin)
Date: Tue, 8 Apr 2008 15:55:31 +0900 (JST)

Hello
For cygwin the results was the same as my previous report. 

  src/DLD-FUNCTIONS/rand.cc .............................. PASS   56/57   FAIL 1

I said this error can be ignored.
However the David prepared the patch for cygwin/mingw/MSVC for this matter.
Please apply it.
 
???? Why David's patch was not attached.
Please see:
http://www.nabble.com/fntest.m-results-in-test-directry-on-cygwin-octave-%3A-check-rand.cc-to14506619.html#a14510790


Index: src/DLD-FUNCTIONS/rand.cc 
=================================================================== 
RCS file: /usr/local/cvsroot/octave/src/DLD-FUNCTIONS/rand.cc,v 
retrieving revision 1.43 
diff -c -r1.43 rand.cc 
*** src/DLD-FUNCTIONS/rand.cc 13 Nov 2007 18:02:52 -0000 1.43 
--- src/DLD-FUNCTIONS/rand.cc 27 Dec 2007 07:33:51 -0000 
*************** 
*** 950,956 **** 
  %!test 
  %! % Test fixed state 
  %! randp("seed",1); 
! %! assert(randp(1e9,1,6),[1000006208 1000012224 999981120 999963520 999963072 
999981440]) 
  %!test 
  %! if (__random_statistical_tests__) 
  %!   % statistical tests may fail occasionally. 
--- 950,956 ---- 
  %!test 
  %! % Test fixed state 
  %! randp("seed",1); 
! %! assert(randp(1e9,1,6),[1000006208 1000012224 999981120 999963520 999963072 
999981440],1e-6) 
  %!test 
  %! if (__random_statistical_tests__) 
  %!   % statistical tests may fail occasionally. 





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

> On  7-Apr-2008, John W. Eaton wrote:
> 
> | On  7-Apr-2008, Thomas Weber wrote:
> | 
> | | Is there a timeline for 3.0.1 now?
> | 
> | Soon.  I'm making a 3.0.1b tar file now.  If people can try that and
> | say that it works and fixes the problems noted for 3.0.1a, I'm ready
> | to release and announce it.
> 
> The second test release is here:
> 
>   http://jbrwww.che.wisc.edu/home/jwe/octave-3.0.1b.tar.bz2
> 
> I think I've fixed all of the problems reported specifically about the
> 3.0.1a test release.  Since this release should fix bugs and not
> introduce them, I'd like to have some people try it before releasing
> and announcing it.
> 
> Thanks,
> 
> jwe
> 
> 


--------------------------------------
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]