Subject: | Test failure |
I do not believe this is a bug, but I don't understand the test failure. Can anyone enlighten me?
Net-DNS-0.49
$ perl -v
This is perl, v5.8.2 built for sun4-solaris
$ uname -a
SunOS library 5.9 Generic_112233-08 sun4u sparc SUNW,UltraAX-i2
make test TEST_VERBOSE=1 output:
...
t/10-recurse...............1..12
ok 1 - use Net::DNS::Resolver::Recurse;
ok 2 - The object isa Net::DNS::Resolver::Recurse
Server [198.0.14.129] did not give answers at /u/home/barrem01/.cpan/build/Net-DNS-0.49/blib/lib/Net/DNS/Resolver/Recurse.pm line 73.
# Failed test (t/10-recurse.t at line 29)
# Failed test (t/10-recurse.t at line 35)
Can't call method "answer" on an undefined value at t/10-recurse.t line 36.
# Looks like you planned 12 tests but only ran 5.
# Looks like your test died just after 5.
ok 3 - hints() set
not ok 4 - sanity check worked
not ok 5 - got a packet
dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 4-12
Failed 9/12 tests, 25.00% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/10-recurse.t 255 65280 12 16 133.33% 4-12
1 test and 7 subtests skipped.
Failed 1/20 test scripts, 95.00% okay. 9/882 subtests failed, 98.98% okay.
Thanks,
- Mike