octave-maintainers
[Top][All Lists]
Advanced

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

Re: 3.0.1 release? (Report on cygwin result)


From: Tatsuro MATSUOKA
Subject: Re: 3.0.1 release? (Report on cygwin result)
Date: Thu, 3 Apr 2008 11:30:02 +0900 (JST)

Hello

I have just finished on the cygwin made.
The build was successful.

$ make check
  src/DLD-FUNCTIONS/rand.cc .............................. PASS   56/57   FAIL 1
  test_system.m .......................................... PASS  125/126  FAIL 1
 
Summary:

  PASS   3896
  FAIL      2

Case 1:
  src/DLD-FUNCTIONS/rand.cc .............................. PASS   56/57   FAIL 1
  ***** test
 % Test fixed state
 randp("seed",1);
 assert(randp(1e9,1,6),[1000006208 1000012224 999981120 999963520 999963072 
999981440])
!!!!! test failed
error: assert (randp (1e9, 1, 6),[1000006208, 1000012224, 999981120, 999963520, 
999963072, 999981440])
expected
   1.0000e+09   1.0000e+09   9.9998e+08   9.9996e+08   9.9996e+08   9.9998e+08
but got
   1.0000e+09   1.0000e+09   9.9998e+08   9.9996e+08   9.9996e+08   9.9998e+08
values do not match
shared variables {
  __random_statistical_tests__ = 0
}

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

However this error is a trivial able to be ignored.

*****
case 2
   ***** test
 x = getpwuid (getuid ());
 assert((strcmp (x.dir, tilde_expand ("~"))
 && strcmp (x.dir, tilde_expand (sprintf ("~%s", x.name)))
 && strcmp ("foobar", tilde_expand ("foobar"))));
!!!!! test failed
error: assert ((strcmp (x.dir, tilde_expand ("~")) && strcmp (x.dir, 
tilde_expand (sprintf ("~%s",
x.name))) && strcmp ("foobar", tilde_expand ("foobar")))) failed

octave:1> x = getpwuid (getuid ());
octave:2> x = getpwuid (getuid ()) 
x =
{
  name = Tatsu
  passwd = unused_by_nt/2000/xp
  uid =  1005
  gid =  513
  gecos = U-SHIRO\Tatsu,S-1-5-21-1576462213-590260106-813958858-1005
  dir = /home/Tatsu
  shell = /bin/bash
}

octave:3> tilde_expand ("~")
ans = /home
octave:4> tilde_expand ("foobar")
ans = foobar

Perhaps this seems to be a cygwin specific problem.
However this is a not so serious problem in practice.

So there are no essential problem for the cygwin build.

I have also finished the mingw build.
It will be rather comlicated than that of cygwin.

I will report them later.

Regards

Tatsuro 



--- Tatsuro MATSUOKA <address@hidden> wrote:

> Hello John
> 
> Thank you for your announcing to maintainer before offical realse.
> I would like to try on the cygwin and mingw and report results here as soon 
> as possible.
> 
> Please wait a moment.
> 
> Regards
> 
> Tatsuro
> 
> 
> 
> --- "John W. Eaton" <address@hidden> wrote:
> 
> > I think we are overdue for a 3.0.1 release, so I've put together a
> > test release here:
> > 
> >   http://jbrwww.che.wisc.edu/home/jwe/octave-3.0.1a.tar.bz2
> > 
> > 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/
> 


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