help-octave
[Top][All Lists]
Advanced

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

Re: Octave 3.0.1 available for ftp


From: Michael Goffioul
Subject: Re: Octave 3.0.1 available for ftp
Date: Tue, 22 Apr 2008 09:51:10 +0200

On Tue, Apr 22, 2008 at 8:34 AM, Tatsuro MATSUOKA <address@hidden> wrote:
>  3.   d:\usr\Tatsu\OctSrc\octave-3.0.1\scripts/general\bitcmp.m  PASS   14/15 
>   FAIL 1
>
>   ***** assert(bitcmp(A,Amax),bitor(bitshift(1,Amax-1),bitshift(1,Amax-2)));
>  !!!!! test failed
>  error: assert (bitcmp (A, Amax),bitor (bitshift (1, Amax - 1), bitshift (1, 
> Amax - 2))) expected
>  6.7554e+015
>  but got
>  1.1259e+016
>  values do not match
>  shared variables {
>   Amax =  53
>   Bmax = 9.0072e+015
>   A = 2.2518e+015
>  }
>  6.7554e+015
>
>  octave:1> 1.1259e+016/6.7554e+015
>  ans =  1.6667
>  ????

This should have been fixed. Can you check whether HAVE_ROUND is
defined in your config.h?

>  4.   test_string.m .......................................... PASS  130/131  
> FAIL 1
>  >>>>> processing test_string
>   ***** test
>   charset = setstr (0:127);
>
>   result = zeros (1, 128);
>
>   result (33:127) = 1;
>   if (ispc () && ! isunix ())
>    result(10) = 1;
>   endif
>
>   assert(all (isprint (charset) == result));
>  !!!!! test failed
>  error: assert (all (isprint (charset) == result)) failed

Can you run the test manually and see where's the difference
between charset and result? What does "ispc() && !isunix()"
return with MinGW?

Michael.


reply via email to

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