bugGNU Octave - Bugs: bug #35048, Test fail in onenormest.m (MinGW)

 
 

bug #35048: Test fail in onenormest.m (MinGW)

Submitter:  Tatsuro MATSUOKA <tmacchant>
Submitted:  Tue 13 Dec 2011 04:31:25 AM UTC
   
 
Category:  Interpreter Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Incorrect Result
Status:  Fixed Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * dev Operating System:  * Microsoft Windows
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 14 Dec 2011 12:16:18 AM UTC, comment #1: 

Fixed by deleting old onCleanup.oct file.

Rik <rik5>
Group administrator
Tue 13 Dec 2011 04:31:25 AM UTC, original submission:  

changeset 14036:29e9eb59f917
date Mon Dec 12 13:52:35 2011 -0800


>>>>> processing e:\usr\Tatsu\mingwhome\octaves\hg\octave-work\scripts\linear-algebra\onenormest.m
  ***** test
  old_state = rand ("state");
  restore_state = onCleanup (@() rand ("state", old_state));
  rand ('state', 42);  % Initialize to guarantee reproducible results
  N = 100;
  A = rand (N);
  [nm1, v1, w1] = onenormest (A);
  [nminf, vinf, winf] = onenormest (A', 6);
  assert (nm1, norm (A, 1), -.1);
  assert (nminf, norm (A, inf), -.1);
  assert (norm (w1, 1), nm1 * norm (v1, 1), -2*eps)
  assert (norm (winf, 1), nminf * norm (vinf, 1), -2*eps)
!!!!! test failed
API version api-v45+ found in .oct file function `onCleanup'
       does not match the running Octave (API version api-v46+)
       this can lead to incorrect results or other failures
       you can fix this problem by recompiling this .oct file


Tatsuro MATSUOKA <tmacchant>

 

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

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by rik5 (Posted a comment)
  • -email is unavailable- added by tmacchant (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 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2011-12-14 rik5 StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code