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

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

[Octave-bug-tracker] [bug #63384] [MXE Octave] Error for "inv" with defa


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #63384] [MXE Octave] Error for "inv" with default branch
Date: Fri, 18 Nov 2022 13:14:06 -0500 (EST)

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

                 Summary: [MXE Octave] Error for "inv" with default branch
                 Project: GNU Octave
               Submitter: mmuetzel
               Submitted: Fri 18 Nov 2022 07:14:04 PM CET
                Category: Test Suite
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: dev
         Discussion Lock: Any
        Operating System: Microsoft Windows


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Fri 18 Nov 2022 07:14:04 PM CET By: Markus Mützel <mmuetzel>
Some tests in "inv.cc-tst" are failing for the stable branch of Octave with
the default branch of MXE Octave:
https://github.com/gnu-octave/octave-buildbot/actions/runs/3498715372/jobs/5859432776#step:11:86480

>>>>> processing
D:\a\OCTAVE~1\OCTAVE~1\OCTAVE~1\mingw64\share\octave\8.0.1\etc\tests\libinterp\corefcn\inv.cc-tst
***** warning <rcond = > assert (inv (NaN (2,2)), NaN (2,2))
!!!!! warning failed.
Expected warning <rcond = >, but got error <ASSERT errors for:  assert (inv
(NaN (2, 2)),NaN (2, 2))

  Location  |  Observed  |  Expected  |  Reason
   (1,1)         Inf          NaN        'NaN' mismatch
   (2,1)         Inf          NaN        'NaN' mismatch
   (1,2)         Inf          NaN        'NaN' mismatch
   (2,2)         Inf          NaN        'NaN' mismatch>

***** test
 [xinv, rcond] = inv (NaN (2,2));
 assert (xinv, NaN (2,2));
 assert (rcond, NaN);
!!!!! test failed
ASSERT errors for:  assert (xinv,NaN (2, 2))

  Location  |  Observed  |  Expected  |  Reason
   (1,1)         Inf          NaN        'NaN' mismatch
   (2,1)         Inf          NaN        'NaN' mismatch
   (1,2)         Inf          NaN        'NaN' mismatch
   (2,2)         Inf          NaN        'NaN' mismatch


Those tests are succeeding for the stable branch of Octave with the release
branch of MXE Octave. So, this is likely a regression with one of the
dependencies that have been updated since the release of Octave 7.

CC'ing John Donoghue because I hope he might have a hunch as to who might be
the "culprit".







    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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