Skip Menu |

This queue is for tickets about the Inline-Octave CPAN distribution.

Report information
The Basics
Id: 83032
Status: new
Priority: 0/
Queue: Inline-Octave

People
Owner: Nobody in particular
Requestors: davidl [...] lmert.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.31
Fixed in: (no value)



Subject: Tests fail
Building on Ubuntu Precise (perl 5.14.2, Octave 3.2.4), a bunch of tests fail: # make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/1_simple.t ......... ok t/2_calling.t ........ ok t/3_defines.t ........ ok t/4_multisections.t .. ok t/5_hilbert.t ........ ok t/6_nargout.t ........ ok t/7_nargin.t ......... ok t/8_operators.t ...... 34/115 # Failed test 40 in t/8_operators.t at line 126 fail #16 # t/8_operators.t line 126 is: ok ( alleq( $s, $ans )->as_scalar() ); t/8_operators.t ...... Failed 1/115 subtests t/9_types.t .......... ok Test Summary Report ------------------- t/8_operators.t (Wstat: 0 Tests: 115 Failed: 1) Failed test: 40 Files=9, Tests=160, 52 wallclock secs ( 0.17 usr 0.02 sys + 2.54 cusr 0.61 csys = 3.34 CPU) Result: FAIL Failed 1/9 test programs. 1/160 subtests failed. make: *** [test_dynamic] Error 255