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: Fri, 4 Apr 2008 15:58:08 +0900 (JST)

Hello Macro

In the .../test directry,

fntests.log

is created.

Please open fntests.log by an editor and search by a keyword 'syscalls.cc'
and you can find more information like 

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



What make check do is executing fntest.m in the .../test directry
You can do it from octave prompt
octave> cd ..../test
octave> fntest

Regards

Tatsuro



--- Marco Atzeri <address@hidden> wrote:

> --- Tatsuro MATSUOKA ha scritto:
> 
> > 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
> > 
> 
> Hi Tatsuro,
> 
> Summary:
> 
>   PASS   3748
>   FAIL      1
> 
>   src/syscalls.cc
> ........................................      9 [main]
> octave 3904 fork: child -1 -
>  died waiting for longjmp before initialization, retry
> 0, exit code 0xC0000139, errno 11
>  PASS    0/1    FAIL 1
> 
> 
> Question: 
> there is a easy way to repeat only this test ?
> I know the answer for the *.m files, but not for 
> the *cc
> 
> I have the doubt that this fault is 
> more random due to the system,
> that a real fault.
> 
> On 3.0.0
> 
> Summary:
> 
>   PASS   3654
>   FAIL      0
> 
> 
> Regards
> Marco
> 
> 
> 
> 
> 
>       Inviato da Yahoo! Mail. 
> La casella di posta intelligente.
> http://it.docs.yahoo.com/mail/overview/index.html
> 


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