Subject: | Tests Fail on Ubuntu 9.10 |
Downloaded the latest version (0.003) and this is the output:
john@work-laptop:~/Desktop/POSIX-RT-Timer-0.003$ perl Build.PL
Creating new 'MYMETA.yml' with configuration results
Creating new 'Build' script for 'POSIX-RT-Timer' version '0.003'
john@work-laptop:~/Desktop/POSIX-RT-Timer-0.003$ ./Build
Building POSIX-RT-Timer
cc -I/usr/lib/perl/5.10/CORE -DXS_VERSION="0.003" -DVERSION="0.003"
-fPIC -c -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe
-I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g
-o lib/POSIX/RT/Timer.o lib/POSIX/RT/Timer.c
ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/POSIX/RT/Timer/Timer.bs')
cc -shared -O2 -g -L/usr/local/lib -o
blib/arch/auto/POSIX/RT/Timer/Timer.so lib/POSIX/RT/Timer.o -lrt
john@work-laptop:~/Desktop/POSIX-RT-Timer-0.003$ ./Build test
t/00-load.t ....... 1/1 # Testing POSIX::RT::Timer 0.003, Perl 5.010000,
/usr/bin/perl
t/00-load.t ....... ok
t/10-clocks.t ..... ok
t/20-signals.t .... Couldn't set_time: Invalid argument at
/home/john/Desktop/POSIX-RT-Timer-0.003/blib/lib/POSIX/RT/Clock.pm line 36.
# Looks like your test exited with 22 before it could output anything.
t/20-signals.t .... Dubious, test returned 22 (wstat 5632, 0x1600)
Failed 4/4 subtests
t/25-callbacks.t .. Couldn't set_time: Invalid argument at
/home/john/Desktop/POSIX-RT-Timer-0.003/blib/lib/POSIX/RT/Clock.pm line 36.
# Looks like your test exited with 22 before it could output anything.
t/25-callbacks.t .. Dubious, test returned 22 (wstat 5632, 0x1600)
Failed 3/3 subtests
t/pod-coverage.t .. ok
t/pod.t ........... ok
Test Summary Report
-------------------
t/20-signals.t (Wstat: 5632 Tests: 0 Failed: 0)
Non-zero exit status: 22
Parse errors: Bad plan. You planned 4 tests but ran 0.
t/25-callbacks.t (Wstat: 5632 Tests: 0 Failed: 0)
Non-zero exit status: 22
Parse errors: Bad plan. You planned 3 tests but ran 0.
Files=6, Tests=22, 2 wallclock secs ( 0.04 usr 0.00 sys + 0.17 cusr
0.02 csys = 0.23 CPU)
Result: FAIL
Failed 2/6 test programs. 0/22 subtests failed.