octave-maintainers
[Top][All Lists]
Advanced

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

"make check" on 4.1.0+ breaks at the end


From: PhilipNienhuis
Subject: "make check" on 4.1.0+ breaks at the end
Date: Sun, 26 Jan 2014 13:24:23 -0800 (PST)

On my Mageia-2 Linux box, "make check"  after building octave-4.1.0+ ends
with:

:
  classdef.tst ................................................class:
foo_value_class
method block
constructor: foo_value_class
method: amount
property block
property: rate
property: term
property: principle
constructor
constructor
deleting foo_value_class object (value)
constructor
deleting foo_value_class object (value)
static method/property
class: foo_static_method_constant_property
method block
constructor: foo_static_method_constant_property
method: cosine
method: sine
method block
method attribute: Static = true
method: radians_per_cycle
property block
property: frequency
property block
property attribute: Constant = 
property: pie
property default: 
static method/property
static method/property
constructor
static method/property
deleting foo_static_method_constant_property object (value)
constructor
deleting foo_static_method_constant_property object (value)
static method/property
static method/property
constructor
static method/property
static method/property
deleting foo_static_method_constant_property object (value)
class: foo_method_changes_property_size
method block
constructor: foo_method_changes_property_size
method: move_element_to_end
property block
property: element
constructor
deleting foo_method_changes_property_size object (value)
deleting foo_method_changes_property_size object (value)
deleting foo_method_changes_property_size object (value)
deleting foo_value_class object (value)
deleting foo_value_class object (value)
 PASS     18/20
                                                                  XFAIL   2
  classes.tst ................................................. PASS   
124/124
  ctor-vs-method.tst .......................................... PASS     
4/4
  fcn-handle-derived-resolution.tst ...........................deleting
meta.method object (handle)
deleting meta.method object (handle)
deleting meta.property object (handle)
deleting meta.class object (handle)
deleting meta.method object (handle)
deleting meta.method object (handle)
deleting meta.method object (handle)
deleting meta.method object (handle)
deleting meta.property object (handle)
deleting meta.property object (handle)
deleting meta.class object (handle)
deleting meta.method object (handle)
deleting meta.method object (handle)
deleting meta.property object (handle)
deleting meta.property object (handle)
deleting meta.property object (handle)
deleting meta.class object (handle)
'print_pass_fail' undefined near line 199 column 11
make[1]: Leaving directory `/home/philip/devel/octdev/oct41+/test'
address@hidden oct41+]$

Apparently it's the very last step of "make check" that gets confused. (at
least I suppose print_pass_fail() is the routine that is supposed to echo
the test results to screen?)

address@hidden octave]$ hg summary
parent: 18398:7cefc77f0be2
 Remove obsolete comment from do_dbtype().
branch: default
bookmarks: @
commit: (clean)
update: (current)
address@hidden octave]$

Do other people here see the same?

Phliip



--
View this message in context: 
http://octave.1599824.n4.nabble.com/make-check-on-4-1-0-breaks-at-the-end-tp4661413.html
Sent from the Octave - Maintainers mailing list archive at Nabble.com.


reply via email to

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