octave-maintainers
[Top][All Lists]
Advanced

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

__run_test_suite__ results on 64 bit build on windows (4.0.2)


From: Tatsuro MATSUOKA
Subject: __run_test_suite__ results on 64 bit build on windows (4.0.2)
Date: Sun, 1 May 2016 14:56:07 +0900 (JST)

Hello

I have executed __run_test_suite__ for octave-4.0.2 for windows for windows.
Two FAILs appeared in 64bit tests. They are tolerance errors.
I cannot judge that they are serious or not.

Tatsuro


******************************************************************************
32 bit
Summary:

  PASS     13022
  FAIL         0
  XFAIL       26
  SKIPPED     54


64 bit
Summary:

  PASS     13020
  FAIL         2
  XFAIL       26
  SKIPPED     54

  plot\appearance\axis.m ...................................... PASS      2/3
                                                                  FAIL    1
  testfun\assert.m ............................................ PASS     94/95
                                                                  FAIL    1

FAIL part of fntests.log
fntests.log

>>>>> processing 
>>>>> C:\octave\Octave-4.0.2-x64\share\octave\4.0.2\m\plot\appearance\axis.m
***** test
 hf = figure ("visible", "off");
 unwind_protect
   a = logspace (-5, 1, 10);
   loglog (a, -a);
   axis tight;
   assert (axis (), [1e-5, 10, -10, -1e-5]);
 unwind_protect_cleanup
   close (hf);
 end_unwind_protect
!!!!! test failed
ASSERT errors for:  assert (axis (),[1e-5, 10, -10, -1e-5])

  Location  |  Observed  |  Expected  |  Reason
    (1)         1e-005       1e-005      Abs err 5.0822e-021 exceeds tol 0
    (4)        -1e-005      -1e-005      Abs err 5.0822e-021 exceeds tol 0

>>>>> processing 
>>>>> C:\octave\Octave-4.0.2-x64\share\octave\4.0.2\m\testfun\assert.m
***** test
 x = [-40:0];
 y1 = (10.^x).*(10.^x);
 y2 = 10.^(2*x);
 assert (y1, y2, eps (y1));
 fail ("assert (y1, y2 + eps*1e-70, eps (y1))");
!!!!! test failed
ASSERT errors for:  assert (y1,y2,eps (y1))

  Location  |  Observed  |  Expected  |  Reason
    (11)        1e-060       1e-060      Abs err 4.1454e-076 exceeds tol 
1.3818e-076
    (13)        1e-056       1e-056      Abs err 3.3959e-072 exceeds tol 
1.132e-072
    (14)        1e-054       1e-054      Abs err 4.3467e-070 exceeds tol 
1.4489e-070
    (19)        1e-044       1e-044      Abs err 3.7338e-060 exceeds tol 
1.2446e-060
    (22)        1e-038       1e-038      Abs err 2.6101e-054 exceeds tol 
1.3051e-054
    (23)        1e-036       1e-036      Abs err 3.341e-052 exceeds tol 
1.6705e-052
    (27)        1e-028       1e-028      Abs err 2.2421e-044 exceeds tol 
1.121e-044
    (29)        1e-024       1e-024      Abs err 3.6734e-040 exceeds tol 
1.8367e-040




reply via email to

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