Hello everybody -
I'm working with PDL from the GIT repository here and I ran into some
testing trouble:
<snip>
t/gd_oo_tests...............dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 19-27
Failed 9/27 tests, 66.67% okay
<snip>
t/gsl_interp................ok 1/11Error in gsl_spline_eval_e: input domain
error at /usr/lib/perl5/PDL/GSL/INTERP.pm line 282.
# Looks like you planned 11 tests but only ran 10.
# Looks like your test died just after 10.
t/gsl_interp................dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED test 11
Failed 1/11 tests, 90.91% okay
When I run prove on gd_oo_tests, I get this:
$prove t/gd_oo_tests.t
t/gd_oo_tests....ok 1/27Can't locate auto/PDL/IO/GD/_pdl_to_gd_.al in @INC
(@INC contains: /home/david/packages/PDL/blib/arch
/home/david/packages/PDL/blib/lib /etc/perl /usr/local/lib/perl/5.10.0
/usr/local/share/perl/5.10.0 /usr/lib/perl5 /usr/share/perl5
/usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at
/usr/lib/perl5/PDL/IO/GD.pm line 583
# Looks like you planned 27 tests but only ran 18.
# Looks like your test died just after 18.
t/gd_oo_tests....dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 19-27
Failed 9/27 tests, 66.67% okay
Failed Test Stat Wstat Total Fail List of Failed
-------------------------------------------------------------------------------
t/gd_oo_tests.t 255 65280 27 18 19-27
Failed 1/1 test scripts. 9/27 subtests failed.
Files=1, Tests=27, 0 wallclock secs ( 0.34 cusr + 0.05 csys = 0.39 CPU)
Failed 1/1 test programs. 9/27 subtests failed.
$ prove t/gsl_interp.t
t/gsl_interp....ok
All tests successful.
Files=1, Tests=11, 0 wallclock secs ( 0.36 cusr + 0.03 csys = 0.39 CPU)
After running the tests individually with prove and glancing through the
tests' source files, it appears that gd_oo fails on the 'New Tests on Object
Creation' On the other hand, the gsl_interp file does NOT complain when
run with prove, so I'm not sure what's giving trouble there.
Do these tests indicate anything that needs to be fixed?
David
_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl