Subject: | make test failed on tests 9, 10, 11, 12, 109, 113 |
Distribution: String-Scanf-2.0
Perl: v5.6.1 built for i686-linux
OS: Linux 2.2.14-5.0 #1 Tue Mar 7 21:07:39 EST 2000 i686 unknown
More details about errors in tests 9, 10, 11, 12:
The following command:
perl -MString::Scanf -e '($h, $o, $hh, $oo) = sscanf("\%x \%o \%x \%o", "0xa_b_c_d 0234_5 3_45_6 45_67"); print join " ", ($h, $o, $hh, $oo);'
results in
11259341 10029 214374 19391
whereas according test it must be equivalent to
perl -e 'print join " ", (0xabcd, 02345, 0x3456, 04567)'
which is
43981 1253 13398 2423
More details about errors 109, 113:
make test TEST_VERBOSE=1
shows for these errors the following diagnostics:
not ok 109 # [273] [17]
not ok 113 # [73] [9]