Subject: | tests fail on i586 |
$ ./Build test
** Creating Manpages
** Compiling C files
** Creating libbtparse.so
Creating new 'btparse/src/bt_config.h' from 'btparse/src/bt_config.h.in'.
** Creating binaries (dumpnames, biblex, bibparse)
** Creating test binaries
** Preparing XS code
t/00.init.t ..... ok
t/bib.t ......... ok
t/macro.t ....... ok
t/modify.t ...... ok
# Failed test at t/nameformat.t line 33.
# got: '{J.'
# expected: 'J.'
# Failed test at t/nameformat.t line 38.
# got: '{J.'
# expected: 'J.'
warning: too many commas in name (removing extras)
# Failed test at t/nameformat.t line 45.
# got: '{U.'
# expected: 'U.'
# Failed test at t/nameformat.t line 56.
# got: 'S.~J.'
# expected: 'S.~J.-M.'
# Failed test at t/nameformat.t line 63.
# got: 'S.~J.~M.'
# expected: 'S.~J.-{\'E}.~M.'
# Failed test at t/nameformat.t line 69.
# got: 'S.~{J.'
# expected: 'S.~J.'
# Failed test at t/nameformat.t line 73.
Wide character in print at /usr/lib/perl5/5.12.0/Test/Builder.pm line 1698.
# got: '�.'
# expected: 'Å .'
# Failed test at t/nameformat.t line 77.
Wide character in print at /usr/lib/perl5/5.12.0/Test/Builder.pm line 1698.
# got: '�.'
# expected: 'Å .-Å .'
# Failed test at t/nameformat.t line 81.
Wide character in print at /usr/lib/perl5/5.12.0/Test/Builder.pm line 1698.
# got: '{�.'
# expected: 'Å .'
# Failed test at t/nameformat.t line 87.
# got: 'N'
# expected: 'NH'
# Looks like you failed 10 tests of 22.
t/nameformat.t ..
Dubious, test returned 10 (wstat 2560, 0xa00)
Failed 10/22 subtests
substring 2, warning: empty substring
t/namelist.t .... ok
line 2, warning: too many commas in name (removing extras)
# Failed test at t/names.t line 32.
# Looks like you failed 1 test of 56.
t/names.t .......
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/56 subtests
t/output.t ...... ok
t/parse.t ....... ok
t/parse_f.t ..... ok
t/parse_s.t ..... ok
t/purify.t ...... ok
t/zz.cleanup.t .. ok
Test Summary Report
-------------------
t/nameformat.t (Wstat: 2560 Tests: 22 Failed: 10)
Failed tests: 4-6, 8-14
Non-zero exit status: 10
t/names.t (Wstat: 256 Tests: 56 Failed: 1)
Failed test: 49
Non-zero exit status: 1
Files=13, Tests=491, 2 wallclock secs ( 0.27 usr 0.05 sys + 1.77 cusr
0.25 csys = 2.34 CPU)
Result: FAIL
Failed 2/13 test programs. 11/491 subtests failed.
this does not fail on a x86_64. i'm using the same spec file to create
the rpm, so the source is really the same, only the platform is changing.