octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #48312] MXE Octave: test fails


From: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #48312] MXE Octave: test fails
Date: Fri, 1 Jul 2016 12:17:52 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0 SeaMonkey/2.40

Follow-up Comment #20, bug #48312 (project octave):

After http://hg.savannah.gnu.org/hgweb/octave/rev/18af3ea1d387 there are only
7 FAILs o Windows.
Though I think we see convergence rather than divergence (= confusion) :-)
I'll open separate bug reports for the remaining things.

Below I concentrate only on acos-related FAILs:
There are still two acosh-related errors left in mappers-cc.tst, looking like
simple tolerance issues:

:
>>>>> processing
L:\philip\devel\octdev\mxe\mxe_64b_20160623\dist\octave-2016-07-01-12-48\share\octave\4.1.0+\etc\tests\libinterp\corefcn\mappers.cc-tst
***** test
 re = 2.99822295029797;
 im = pi/2;
 assert (acosh (-10i), re - i*im);
!!!!! test failed
ASSERT errors for:  assert (acosh (-10i),re - i * im)

  Location  |  Observed  |  Expected  |  Reason
     ()      2.9982-1.5708i 2.9982-1.5708i   Abs err 6.2172e-015 exceeds tol
0
shared variables 
  scalar structure containing the fields:

    rt2 =  1.4142
    rt3 =  1.7321
***** test
 re = single (2.99822295029797);
 im = single (pi/2);
 assert (acosh (single (10i)), re + i*im, 5*eps ("single"));
 assert (acosh (single (-10i)), re - i*im, 5*eps ("single"));
!!!!! test failed
ASSERT errors for:  assert (acosh (single (-10i)),re - i * im,5 * eps
("single"))

  Location  |  Observed  |  Expected  |  Reason
     ()      2.9982-1.5708i 2.9982-1.5708i   Abs err 7.1526e-006 exceeds tol
5.9605e-007
shared variables 
  scalar structure containing the fields:

    rt2 =  1.4142
    rt3 =  1.7321
:


($ hg summary
parent: 22019:a49ed7b7b66f tip
 build: delete HG-ID on 'make distclean' and 'make maintainer-clean')


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?48312>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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