Subject: | CRC32 failed to : make test |
Hallo!
Unfortunately I have no idea, why this version would nor work.
(it did not pass the test on OSX either (perl 5.8.3)
-------------------------------------------------------------
perl:This is perl, v5.8.0 built for alpha-dec_osf
machine:OSF1 acas09 V5.1 2650 alpha
OS: TRUE64
schubert@acas09:/home/schubert/String-CRC-Cksum-0.03> make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/1....Use of uninitialized value in bitwise xor (^) at /home/schubert/String-CRC-Cksum-0.03/blib/lib/String/CRC/Cksum.pm line 73, <DATA> line 12.
Use of uninitialized value in bitwise xor (^) at /home/schubert/String-CRC-Cksum-0.03/blib/lib/String/CRC/Cksum.pm line 73, <DATA> line 12.
Use of uninitialized value in bitwise xor (^) at /home/schubert/String-CRC-Cksum-0.03/blib/lib/String/CRC/Cksum.pm line 73, <DATA> line 12.
Use of uninitialized value in bitwise xor (^) at /home/schubert/String-CRC-Cksum-0.03/blib/lib/String/CRC/Cksum.pm line 73, <DATA> line 12.
Us
Use of uninitialized value in bitwise xor (^) at /home/schubert/String-CRC-Cksum-0.03/blib/lib/String/CRC/Cksum.pm line 114, <DATA> line 12.
Use of uninitialized value in bitwise xor (^) at /home/schubert/String-CRC-Cksum-0.03/blib/lib/String/CRC/Cksum.pm line 114, <DATA> line 12.
t/1....NOK 8# Failed test (t/1.t at line 69)
Use of uninitialized value in bitwise xor (^) at /home/schubert/String-CRC-Cksum-0.03/blib/lib/String/CRC/Cksum.pm line 73.
Use of uninitialized value in bitwise xor (^) at /home/schubert/String-CRC-Cksum-0.03/blib/lib/String/CRC/Cksum.pm line 73.
Use of uninitialized value in bitwise xor (^) at /home/schubert/String-CRC-Cksum-0.03/blib/lib/String/CRC/Cksum.pm line 73.
# Failed test (t/1.t at line 74)
# Looks like you failed 7 tests of 10.
t/1....dubious
Test returned status 7 (wstat 1792, 0x700)
DIED. FAILED tests 3-5, 7-10
Failed 7/10 tests, 30.00% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/1.t 7 1792 10 7 70.00% 3-5 7-10
Failed 1/1 test scripts, 0.00% okay. 7/10 subtests failed, 30.00% okay.
*** Exit 2
Stop.