bugGNU Octave - Bugs: bug #62382, Test failure for ov-base.cc

 
 

bug #62382: Test failure for ov-base.cc

Submitter:  None
Submitted:  Thu 28 Apr 2022 09:10:36 PM UTC
   
 
Category:  Test Suite Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Unexpected Error or Warning
Status:  Invalid / Not an Octave Bug Assigned to:  None
Originator Name:  Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * dev
Operating System:  * GNU/Linux Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 29 Apr 2022 09:33:46 AM UTC, comment #1: 

That test was removed a few weeks ago.
Try again with a fresh check out of the source and a clean build tree.

Closing as invalid.

Markus Mützel <mmuetzel>
Group administrator
Thu 28 Apr 2022 09:10:36 PM UTC, original submission:  


***** test
 s = speye (3);
 sparse_auto_mutate (false);
 s(:, 1) = 1;
 assert (typeinfo (s), "sparse matrix");
 sparse_auto_mutate (true);
 s(1, :) = 1;
 assert (typeinfo (s), "matrix");
 sparse_auto_mutate (false);
!!!!! test failed
ASSERT errors for:  assert (typeinfo (s),"matrix")

  Location  |  Observed  |  Expected  |  Reason
     []      sparse matrix    matrix      Strings don't match


Anonymous

 

(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 mmuetzel (Posted a comment)
  •  

    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
    2022-04-29 mmuetzel StatusNone Invalid / Not an Octave Bug
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-4b48.
    Corresponding source code