octave-maintainers
[Top][All Lists]
Advanced

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

Re: failed checks for mingw32 build in octave 3.0.0/3.0.1


From: Tatsuro MATSUOKA
Subject: Re: failed checks for mingw32 build in octave 3.0.0/3.0.1
Date: Sun, 10 Aug 2008 07:53:00 +0900 (JST)

Hello

--- Benjamin Lindner <address@hidden> wrote:

> in ov-fcn-handle.cc
>    ***** test
>   a = 2;
>   f = @(x) a + x;
>   g = @(x) 2 * x;
>   h = @log2;
>   f2 = f;
>   g2 = g;
>   h2 = h;
>   nm = tmpnam();
>   unwind_protect
>     save ("-text", nm, "f2", "g2", "h2");
>     clear f2 g2 h2
>     load (nm);
>     assert (f(2),f2(2));
>     assert (g(2),g2(2));
>     assert (g(3),g2(3));
>     unlink (nm);
>     save ("-text", nm, "f2", "g2", "h2");
>   unwind_protect_cleanup
>     unlink (nm);
>   end_unwind_protect
> !!!!! test failed
> error: function handle points to non-existent function
> 
> in bitcmp.m:
> !!!!! test failed
> error: assert (bitcmp (A, Amax),bitor (bitshift (1, Amax - 1), bitshift 
> (1, Amax - 2))) expected
>   6.7554e+15
> but got
>   1.1259e+16
> values do not match
> shared variables {
>    Amax =  53
>    Bmax =  9.0072e+15
>    A =  2.2518e+15
> }

These two are failed in my case on hg-3.0.x(3.0.2).


> and in test_arith.m
>    ***** test
>   x = [pi/2*i, 3*pi/2*i];
>   v = [0, 0];
>   assert(all (abs (coth (x) - v) < sqrt (eps)));
> !!!!! test failed
> error: assert (all (abs (coth (x) - v) < sqrt (eps))) failed

No error comes out in my case on hg-3.0.x(3.0.2).

My complier is gcc-3.4.5-mingw.

Regards

Tatsuro

--------------------------------------
For All Sports Lovers! SPORTS OHEN PROJECT 2008
http://pr.mail.yahoo.co.jp/yells/


reply via email to

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