bugGNU Octave - Bugs: bug #43732, Two errors in __run_test_suite__

 
 

bug #43732: Two errors in __run_test_suite__

Submitter:  Avinoam Kalma <avinoam>
Submitted:  Sun 30 Nov 2014 08:23:33 PM UTC
   
 
Category:  Octave Function Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Inaccurate Result
Status:  Fixed Assigned to:  None
Originator Name:  Avinoam Open/Closed:  * Closed
Release:  * 3.8.2 Operating System:  * GNU/Linux
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 01 Dec 2014 04:29:32 AM UTC, comment #1: 
John W. Eaton <jwe>
Group administrator
Sun 30 Nov 2014 08:23:33 PM UTC, original submission:  


Hi,

running run_test_suite_ twice gives the following results:


octave:1> __run_test_suite__
........

summary:

  PASS     12596
  FAIL         0
  XFAIL        9
  SKIPPED     45

See the file test/fntests.log for additional details.

........
185 (of 845) .m files have no tests.

........


octave:2> __run_test_suite__
........

summary:

  PASS     12597
  FAIL         0
  XFAIL        8
  SKIPPED     45

See the file test/fntests.log for additional details.

........

370 (of 1690) .m files have no tests.



1. The file name should be fntests.log and not test/fntests.log
2. Number of .m files should be zeroed before starting      _run_test_suite_

Thanks,

Avinoam

Avinoam Kalma <avinoam>
Group Member

 

(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 jwe (Posted a comment)
  • -email is unavailable- added by avinoam (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
    2014-12-01 jwe StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code