bugGNU Octave - Bugs: bug #50402, Failing tests in...

 
 

bug #50402: Failing tests in __run_test_suite__ on Windows

Submitter:  Markus Mützel <mmuetzel>
Submitted:  Sat 25 Feb 2017 08:36:22 PM UTC
   
 
Category:  Test Suite Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Unexpected Error or Warning
Status:  Duplicate Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * 4.2.1 Operating System:  * Microsoft Windows
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 26 Feb 2017 04:10:27 PM UTC, comment #3: 

Sorry, for posting a duplicate bug.
The first error is bug #49470, the second one is bug #48364, the last one is bug #48365.

Closing as duplicate.

For the record: I run the test suite on a 64bit Octave on Windows 10.

Markus Mützel <mmuetzel>
Group administrator
Sun 26 Feb 2017 05:47:58 AM UTC, comment #2: 

Is it W32 or W64 version?

Avinoam Kalma <avinoam>
Group Member
Sat 25 Feb 2017 08:50:50 PM UTC, comment #1: 

The second two are caused by the fact that the power operator is not as accurate in Windows as it is in Linux.  There is a bug report about that already somewhere on Savannah.  I think the first bug has also been reported.

Rik <rik5>
Group administrator
Sat 25 Feb 2017 08:36:22 PM UTC, original submission:  

Running the test suite in the recently released Octave 4.2.1 on Windows results in the following three failed tests:

>>>>> processing C:\Octave\OCTAVE~1.1\share\octave\4.2.1\etc\tests\libinterp\corefcn\eig.cc-tst
***** test
 A = diag([10^-16, 10^-15]);
 chol_qz_accuracy (A, A, true, false);
!!!!! test failed
ASSERT errors for:  assert (isequal (A * V2, A * V2 * D2),is_chol_accurate)

  Location  |  Observed  |  Expected  |  Reason
     ()           1            0         Abs err 1 exceeds tol 0



>>>>> processing C:\Octave\OCTAVE~1.1\share\octave\4.2.1\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~1.1\share\octave\4.2.1\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


Markus Mützel <mmuetzel>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Carbon-Copy List
  • -email is unavailable- added by avinoam (Posted a comment)
  • -email is unavailable- added by rik5 (Posted a comment)
  • -email is unavailable- added by mmuetzel (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 5 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2017-02-26 mmuetzel StatusNone Duplicate
        Open/ClosedOpen Closed
        Dependencies- Depends on bugs #49470
        Dependencies- Depends on bugs #48365
        Dependencies- Depends on bugs #48364

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code