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

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

[Octave-bug-tracker] [bug #64775] VM: Test failures related to classdef


From: Arun Giridhar
Subject: [Octave-bug-tracker] [bug #64775] VM: Test failures related to classdef subsref
Date: Sat, 14 Oct 2023 09:02:25 -0400 (EDT)

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

                 Summary: VM: Test failures related to classdef subsref
                   Group: GNU Octave
               Submitter: arungiridhar
               Submitted: Sat 14 Oct 2023 09:02:22 AM EDT
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Unexpected Error or Warning
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: dev
         Discussion Lock: Any
        Operating System: Any
           Fixed Release: None
         Planned Release: 9.1.0 (current default)


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Sat 14 Oct 2023 09:02:22 AM EDT By: Arun Giridhar <arungiridhar>
After applying the fixes for bug #63841, `make check-vm` causes 15 failures as
listed below. There are 15 failures, one with bug #48693 and 14
errors-with-errors with bug #63841.


  PASS                            18711
  FAIL                               15
  XFAIL (reported bug)               39
  SKIP (missing feature)             57
  SKIP (run-time condition)          27


For comparison, there's no failure in `make check` without the VM:

  PASS                            18726
  FAIL                                0
  XFAIL (reported bug)               39
  SKIP (missing feature)             57
  SKIP (run-time condition)          27


The failures are:


>>>>> processing ..../test/bug-48693/bug-48693.tst
***** test
 x = bug48693();
 assert ({x{1:10}}, num2cell (zeros(1,10)))
!!!!! test failed
ASSERT errors for:  assert ({x{1:10}},num2cell (zeros (1, 10)))

  Location  |  Observed  |  Expected  |  Reason
     .          O(1x1)      E(1x10)      Dimensions don't match



>>>>> processing ..../test/bug-63841/bug-63841.tst
***** error <binary operator \'\+\' not implemented for \'scalar\' by
\'cs-list\' operations> 1 + ti(1:3).a_property
!!!!! error failed.
Expected <binary operator \'\+\' not implemented for \'scalar\' by \'cs-list\'
operations>, but got no error

***** error <binary operator \'\+\' not implemented for \'cs-list\' by
\'scalar\' operations> ti(1:3).a_property + 1
!!!!! error failed.
Expected <binary operator \'\+\' not implemented for \'cs-list\' by \'scalar\'
operations>, but got no error

***** error <binary operator \'\+\' not implemented for \'cs-list\' by
\'cs-list\' operations> ti(1:3).a_property + ti(1:3).a_property
!!!!! error failed.
Expected <binary operator \'\+\' not implemented for \'cs-list\' by
\'cs-list\' operations>, but got no error

***** error <binary operator \'\+\' not implemented for \'scalar\' by
\'cs-list\' operations> 1 + ti2(1:3).a_property
!!!!! error failed.
Expected <binary operator \'\+\' not implemented for \'scalar\' by \'cs-list\'
operations>, but got no error

***** error <binary operator \'\+\' not implemented for \'cs-list\' by
\'scalar\' operations> ti2(1:3).a_property + 1
!!!!! error failed.
Expected <binary operator \'\+\' not implemented for \'cs-list\' by \'scalar\'
operations>, but got no error

***** error <binary operator \'\+\' not implemented for \'cs-list\' by
\'cs-list\' operations> ti2(1:3).a_property + ti2(1:3).a_property
!!!!! error failed.
Expected <binary operator \'\+\' not implemented for \'cs-list\' by
\'cs-list\' operations>, but got no error

***** error <unary operator \'\'\' not implemented for \'cs-list\' operands>
ti(1:3).a_property'
!!!!! error failed.
Expected <unary operator \'\'\' not implemented for \'cs-list\' operands>, but
got no error

***** error <unary operator \'\'\' not implemented for \'cs-list\' operands>
ti2(1:3).a_property'
!!!!! error failed.
Expected <unary operator \'\'\' not implemented for \'cs-list\' operands>, but
got no error

***** error <unary operator \'!\' not implemented for \'cs-list\' operands>
~ti(1:3).a_property
!!!!! error failed.
Expected <unary operator \'!\' not implemented for \'cs-list\' operands>, but
got no error

***** error <unary operator \'!\' not implemented for \'cs-list\' operands>
~ti2(1:3).a_property
!!!!! error failed.
Expected <unary operator \'!\' not implemented for \'cs-list\' operands>, but
got no error

***** error <unary operator \'\'\' not implemented for \'cs-list\' operands>
3*ti(1:3).a_property'
!!!!! error failed.
Expected <unary operator \'\'\' not implemented for \'cs-list\' operands>, but
got no error

***** error <unary operator \'\'\' not implemented for \'cs-list\' operands>
ti(1:3).a_property'*3
!!!!! error failed.
Expected <unary operator \'\'\' not implemented for \'cs-list\' operands>, but
got no error

***** error <unary operator \'\'\' not implemented for \'cs-list\' operands>
3*ti2(1:3).a_property'
!!!!! error failed.
Expected <unary operator \'\'\' not implemented for \'cs-list\' operands>, but
got no error

***** error <unary operator \'\'\' not implemented for \'cs-list\' operands>
ti2(1:3).a_property'*3
!!!!! error failed.
Expected <unary operator \'\'\' not implemented for \'cs-list\' operands>, but
got no error










    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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