octave-app / octave-app

The Octave.app distribution
https://octave-app.org
170 stars 14 forks source link

signal 1.4.1 Forge package: test failure under Octave.app 4.4.1 #146

Closed apjanke closed 3 days ago

apjanke commented 4 years ago
Summary:

  GNU Octave Version: 4.4.1 (hg id: 1f46d371968c + patches)
  Tests run on eilonwy.local (macOS) at 21-Oct-2019 00:02:50
  Test execution time: 00:01:42

  PASS                              769
  FAIL                                1
  XFAIL (expected failure)            1

  Failed tests:
     /Users/janke/Library/Application Support/Octave.app/4.4.1/pkg/signal-1.4.1/sgolay.m
apjanke commented 4 years ago

All tests pass under vanilla Homebrewed Octave 5.2.0.

  GNU Octave Version: 5.2.0 (hg id: eb46a9f47164)
  Tests run on angharad.local (macOS) at 14-Feb-2020 22:11:22
  Test execution time: 00:00:59

  PASS                              770
  FAIL                                0
  XFAIL (expected failure)            1

Reported upstream: https://savannah.gnu.org/bugs/?57815

apjanke commented 3 days ago

Test are passing now on Octave.app 8.4.0. Closing as Fixed Upstream.

>> pkg list
Package Name         | Version | Installation directory
---------------------+---------+-----------------------
            control *|   4.0.1 | /Users/janke/Library/Application Support/Octave.app/8.4.0/pkg/control-4.0.1
              dicom *|   0.6.0 | /Users/janke/Library/Application Support/Octave.app/8.4.0/pkg/dicom-0.6.0
            doctest *|   0.8.0 | /Users/janke/Library/Application Support/Octave.app/8.4.0/pkg/doctest-0.8.0
fuzzy-logic-toolkit  |   0.6.0 | /Users/janke/Library/Application Support/Octave.app/8.4.0/pkg/fuzzy-logic-toolkit-0.6.0
      miscellaneous  |   1.3.0 | /Users/janke/Library/Application Support/Octave.app/8.4.0/pkg/miscellaneous-1.3.0
             signal *|   1.4.5 | /Users/janke/Library/Application Support/Octave.app/8.4.0/pkg/signal-1.4.5
            testify *|   0.3.3 | /Users/janke/Library/Application Support/Octave.app/8.4.0/pkg/testify-0.3.3
>>
image