Skip to content

miscellaneous 1.2.1 Forge package test failure under Octave.app 4.4.1-u1 #160

Description

@apjanke
>> pkg install -forge miscellaneous
2019-10-21 01:12 octave-gui[1442] (FSEvents.framework) FSEventStreamFlushSync(): failed assertion '(SInt64)last_id > 0LL'

2019-10-21 01:12 octave-gui[1442] (FSEvents.framework) FSEventStreamFlushSync(): failed assertion '(SInt64)last_id > 0LL'

partint.cc:80:20: warning: 'is_numeric_type' is deprecated [-Wdeprecated-declarations]
    if ( ! args(0).is_numeric_type()) {
                   ^
/Applications/Octave-4.4.1.app/Contents/Resources/usr/Cellar/octave-octave-app@4.4.1/4.4.1/include/octave-4.4.1/octave/ov.h:726:3: note:
      'is_numeric_type' has been explicitly marked deprecated here
  OCTAVE_DEPRECATED (4.4, "use 'isnumeric' instead")
  ^
/Applications/Octave-4.4.1.app/Contents/Resources/usr/Cellar/octave-octave-app@4.4.1/4.4.1/include/octave-4.4.1/octave/octave-config.h:73:59: note:
      expanded from macro 'OCTAVE_DEPRECATED'
#      define OCTAVE_DEPRECATED(ver, msg) __attribute__ ((__deprecated__))
                                                          ^
partint.cc:184:19: warning: 'is_numeric_type' is deprecated [-Wdeprecated-declarations]
        ! args(0).is_numeric_type()
                  ^
/Applications/Octave-4.4.1.app/Contents/Resources/usr/Cellar/octave-octave-app@4.4.1/4.4.1/include/octave-4.4.1/octave/ov.h:726:3: note:
      'is_numeric_type' has been explicitly marked deprecated here
  OCTAVE_DEPRECATED (4.4, "use 'isnumeric' instead")
  ^
/Applications/Octave-4.4.1.app/Contents/Resources/usr/Cellar/octave-octave-app@4.4.1/4.4.1/include/octave-4.4.1/octave/octave-config.h:73:59: note:
      expanded from macro 'OCTAVE_DEPRECATED'
#      define OCTAVE_DEPRECATED(ver, msg) __attribute__ ((__deprecated__))
                                                          ^
2 warnings generated.
warning: function /Users/janke/Library/Application Support/Octave.app/4.4.1/pkg/miscellaneous-1.2.1/publish.m shadows a core library function
For information about changes from previous versions of the miscellaneous package, run 'news miscellaneous'.
>> pkg load miscellaneous
warning: function /Users/janke/Library/Application Support/Octave.app/4.4.1/pkg/miscellaneous-1.2.1/publish.m shadows a core library function
warning: called from
    load_packages_and_dependencies at line 48 column 5
    load_packages at line 47 column 3
    pkg at line 457 column 7
>>
>>
>> runtests2 -pkg miscellaneous
  /Users/janke/Library/Application Support/Octave.app/4.4.1/pkg/miscellaneous-1.2.1/ascii.m  PASS      5/5
  /Users/janke/Library/Application Support/Octave.app/4.4.1/pkg/miscellaneous-1.2.1/chebyshevpoly.m  PASS      1/1
  /Users/janke/Library/Application Support/Octave.app/4.4.1/pkg/miscellaneous-1.2.1/clip.m  PASS      8/8
  /Users/janke/Library/Application Support/Octave.app/4.4.1/pkg/miscellaneous-1.2.1/hilbert_curve.m  PASS      3/3
  /Users/janke/Library/Application Support/Octave.app/4.4.1/pkg/miscellaneous-1.2.1/match.m  PASS      4/4
  /Users/janke/Library/Application Support/Octave.app/4.4.1/pkg/miscellaneous-1.2.1/normc.m  PASS      4/4
  /Users/janke/Library/Application Support/Octave.app/4.4.1/pkg/miscellaneous-1.2.1/normr.m  PASS      4/4
  /Users/janke/Library/Application Support/Octave.app/4.4.1/pkg/miscellaneous-1.2.1/peano_curve.m  PASS      3/3
  /Users/janke/Library/Application Support/Octave.app/4.4.1/pkg/miscellaneous-1.2.1/physical_constant.m  PASS    335/335
  /Users/janke/Library/Application Support/Octave.app/4.4.1/pkg/miscellaneous-1.2.1/private/strsplit.m ans =
{
  [1,1] = abc
}

 PASS      3/12
                                                                FAIL      9
  /Users/janke/Library/Application Support/Octave.app/4.4.1/pkg/miscellaneous-1.2.1/reduce.m  PASS      5/5
  /Users/janke/Library/Application Support/Octave.app/4.4.1/pkg/miscellaneous-1.2.1/units.m warning: octave_config_info is obsolete and will be removed from a future version of Octave, please use __have_feature__ or __octave_config_info__ instead.
units: illegal option -- -
usage: units [-f unitsfile] [-q] [-v] [from-unit to-unit]
units: illegal option -- -
usage: units [-f unitsfile] [-q] [-v] [from-unit to-unit]
 PASS      2/4
                                                                FAIL      2
  /Users/janke/Library/Application Support/Octave.app/4.4.1/pkg/miscellaneous-1.2.1/z_curve.m  PASS      3/3
  /Users/janke/Library/Application Support/Octave.app/4.4.1/pkg/miscellaneous-1.2.1/zagzig.m  PASS      1/1
  /Users/janke/Library/Application Support/Octave.app/4.4.1/pkg/miscellaneous-1.2.1/zigzag.m  PASS      1/1

Summary:

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

  PASS                              382
  FAIL                               11

  Failed tests:
     /Users/janke/Library/Application Support/Octave.app/4.4.1/pkg/miscellaneous-1.2.1/private/strsplit.m
     /Users/janke/Library/Application Support/Octave.app/4.4.1/pkg/miscellaneous-1.2.1/units.m

>>

References

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingforge packageA problem with an Octave Forge packageupstreamProblem originates with or depends on something in an upstream package (like Octave itself, or Qt)wontfixThis will not be worked on

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    Status
    Low priority

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions