octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #43732] Two errors in __run_test_suite__


From: Avinoam Kalma
Subject: [Octave-bug-tracker] [bug #43732] Two errors in __run_test_suite__
Date: Sun, 30 Nov 2014 20:23:34 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36

URL:
  <http://savannah.gnu.org/bugs/?43732>

                 Summary: Two errors in __run_test_suite__
                 Project: GNU Octave
            Submitted by: avinoam
            Submitted on: Sun 30 Nov 2014 08:23:33 PM GMT
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Inaccurate Result
                  Status: None
             Assigned to: None
         Originator Name: Avinoam
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.8.2
        Operating System: GNU/Linux

    _______________________________________________________

Details:


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




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?43732>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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