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

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

[Octave-bug-tracker] [bug #64117] lots of warnings when executing 'test


From: Rik
Subject: [Octave-bug-tracker] [bug #64117] lots of warnings when executing 'test sparse.tst'
Date: Wed, 26 Apr 2023 17:34:54 -0400 (EDT)

URL:
  <https://savannah.gnu.org/bugs/?64117>

                 Summary: lots of warnings when executing 'test sparse.tst'
                   Group: GNU Octave
               Submitter: rik5
               Submitted: Wed 26 Apr 2023 02:34:52 PM PDT
                Category: Test Suite
                Severity: 2 - Minor
                Priority: 5 - Normal
              Item Group: Other
                  Status: Confirmed
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: dev
         Discussion Lock: Any
        Operating System: Any
           Fixed Release: None
         Planned Release: None


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Wed 26 Apr 2023 02:34:52 PM PDT By: Rik <rik5>
If I run the following code on the development branch:


run-octave
cd test
test sparse.tst


I get a lot of warnings of the form


warning: lu: function may fail when called with less than 4 output arguments
and a sparse input
warning: called from
    __test__ at line 3 column 8
    test at line 682 column 11


This isn't critical, but it would be nice if the test suite didn't emit those.
 It should be as simple as adding


warning ('off', 'Octave:lu:sparse_input', 'local')


to the start of any %!test that is triggeringt this warning.







    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?64117>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

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