Front page | perl.cpan.testers |
Postings from July 2008
FAIL Number-Format-1.60 i686-linux-64int 2.6.22-1-k7
Thread Previous
From:
andreas.koenig.gmwojprw
Date:
July 2, 2008 17:16
Subject:
FAIL Number-Format-1.60 i686-linux-64int 2.6.22-1-k7
This distribution has been tested as part of the cpan-testers
effort to test as many new uploads to CPAN as possible. See
http://testers.cpan.org/
--
Dear William R Ward,
This is a computer-generated report for Number-Format-1.60
on perl 5.8.8, created by CPAN-Reporter-1.1555.
Thank you for uploading your work to CPAN. However, there was a problem
testing your distribution.
If you think this report is invalid, please consult the CPAN Testers Wiki
for suggestions on how to avoid getting FAIL reports for missing library
or binary dependencies, unsupported operating systems, and so on:
http://cpantest.grango.org/wiki/CPANAuthorNotes
Sections of this report:
* Tester comments
* Program output
* Prerequisites
* Environment and other context
------------------------------
TESTER COMMENTS
------------------------------
Additional comments from tester:
this report is from an automated smoke testing program
and was not reviewed by a human for accuracy
------------------------------
PROGRAM OUTPUT
------------------------------
Output from '/usr/bin/make test':
PERL_DL_NONLAZY=1 /home/src/perl/repoperls/installed-perls/maint-5.8/pnDGtsd/perl-5.8.7@27040/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/format_bytes.......ok
t/format_negative....ok
t/format_number......ok
t/format_picture.....ok
t/format_price.......
# Failed test 'three dec'
# at t/format_price.t line 13.
# got: 'USD 1,234.51'
# expected: 'USD 1,234.510'
# Failed test 'zero in dec'
# at t/format_price.t line 14.
# got: 'USD 123,456,789.1'
# expected: 'USD 123,456,789.10'
# Failed test 'domestic'
# at t/format_price.t line 24.
# got: '€19.95,00'
# expected: '$19.95'
# Failed test 'frac_digits'
# at t/format_price.t line 30.
# got: '€19.95,000'
# expected: '$19.950'
# Failed test 'int frac digits'
# at t/format_price.t line 32.
# got: 'USD19.95,0000'
# expected: 'USD19.9500'
# Failed test 'n_sign_posn=0'
# at t/format_price.t line 35.
# got: '(USD9.95,0000)'
# expected: '(USD9.9500)'
# Failed test 'n_sign_posn=1'
# at t/format_price.t line 38.
# got: '-USD9.95,0000'
# expected: '-USD9.9500'
# Failed test 'n_sign_posn=2'
# at t/format_price.t line 41.
# got: 'USD9.95,0000-'
# expected: 'USD9.9500-'
# Failed test 'n_sign_posn=3'
# at t/format_price.t line 44.
# got: '-USD9.95,0000'
# expected: '-USD9.9500'
# Failed test 'n_sign_posn=4'
# at t/format_price.t line 47.
# got: 'USD-9.95,0000'
# expected: 'USD-9.9500'
# Failed test 'cs_precedes=1,sep_by_space=0'
# at t/format_price.t line 52.
# got: '-USD9.95,0000'
# expected: '-USD9.9500'
# Failed test 'cs_precedes=1,sep_by_space=1'
# at t/format_price.t line 55.
# got: '-USD 9.95,0000'
# expected: '-USD 9.9500'
# Failed test 'cs_precedes=1,sep_by_space=2'
# at t/format_price.t line 58.
# got: '- USD9.95,0000'
# expected: '- USD9.9500'
# Failed test 'cs_precedes=0,sep_by_space=0'
# at t/format_price.t line 63.
# got: '9.95,0000-USD'
# expected: '9.9500-USD'
# Failed test 'cs_precedes=0,sep_by_space=1'
# at t/format_price.t line 66.
# got: '9.95,0000 -USD'
# expected: '9.9500 -USD'
# Failed test 'cs_precedes=0,sep_by_space=2'
# at t/format_price.t line 69.
# got: '9.95,0000- USD'
# expected: '9.9500- USD'
# Failed test 'sep=0 posn=0 prec=0 -> (9.9500USD)'
# at t/format_price.t line 113.
# got: '(9.95,0000USD)'
# expected: '(9.9500USD)'
# Failed test 'sep=0 posn=0 prec=1 -> (USD9.9500)'
# at t/format_price.t line 113.
# got: '(USD9.95,0000)'
# expected: '(USD9.9500)'
# Failed test 'sep=0 posn=1 prec=0 -> -9.9500USD'
# at t/format_price.t line 113.
# got: '-9.95,0000USD'
# expected: '-9.9500USD'
# Failed test 'sep=0 posn=1 prec=1 -> -USD9.9500'
# at t/format_price.t line 113.
# got: '-USD9.95,0000'
# expected: '-USD9.9500'
# Failed test 'sep=0 posn=2 prec=0 -> 9.9500USD-'
# at t/format_price.t line 113.
# got: '9.95,0000USD-'
# expected: '9.9500USD-'
# Failed test 'sep=0 posn=2 prec=1 -> USD9.9500-'
# at t/format_price.t line 113.
# got: 'USD9.95,0000-'
# expected: 'USD9.9500-'
# Failed test 'sep=0 posn=3 prec=0 -> 9.9500-USD'
# at t/format_price.t line 113.
# got: '9.95,0000-USD'
# expected: '9.9500-USD'
# Failed test 'sep=0 posn=3 prec=1 -> -USD9.9500'
# at t/format_price.t line 113.
# got: '-USD9.95,0000'
# expected: '-USD9.9500'
# Failed test 'sep=0 posn=4 prec=0 -> 9.9500USD-'
# at t/format_price.t line 113.
# got: '9.95,0000USD-'
# expected: '9.9500USD-'
# Failed test 'sep=0 posn=4 prec=1 -> USD-9.9500'
# at t/format_price.t line 113.
# got: 'USD-9.95,0000'
# expected: 'USD-9.9500'
# Failed test 'sep=1 posn=0 prec=0 -> (9.9500 USD)'
# at t/format_price.t line 113.
# got: '(9.95,0000 USD)'
# expected: '(9.9500 USD)'
# Failed test 'sep=1 posn=0 prec=1 -> (USD 9.9500)'
# at t/format_price.t line 113.
# got: '(USD 9.95,0000)'
# expected: '(USD 9.9500)'
# Failed test 'sep=1 posn=1 prec=0 -> -9.9500 USD'
# at t/format_price.t line 113.
# got: '-9.95,0000 USD'
# expected: '-9.9500 USD'
# Failed test 'sep=1 posn=1 prec=1 -> -USD 9.9500'
# at t/format_price.t line 113.
# got: '-USD 9.95,0000'
# expected: '-USD 9.9500'
# Failed test 'sep=1 posn=2 prec=0 -> 9.9500 USD-'
# at t/format_price.t line 113.
# got: '9.95,0000 USD-'
# expected: '9.9500 USD-'
# Failed test 'sep=1 posn=2 prec=1 -> USD 9.9500-'
# at t/format_price.t line 113.
# got: 'USD 9.95,0000-'
# expected: 'USD 9.9500-'
# Failed test 'sep=1 posn=3 prec=0 -> 9.9500 -USD'
# at t/format_price.t line 113.
# got: '9.95,0000 -USD'
# expected: '9.9500 -USD'
# Failed test 'sep=1 posn=3 prec=1 -> -USD 9.9500'
# at t/format_price.t line 113.
# got: '-USD 9.95,0000'
# expected: '-USD 9.9500'
# Failed test 'sep=1 posn=4 prec=0 -> 9.9500 USD-'
# at t/format_price.t line 113.
# got: '9.95,0000 USD-'
# expected: '9.9500 USD-'
# Failed test 'sep=1 posn=4 prec=1 -> USD- 9.9500'
# at t/format_price.t line 113.
# got: 'USD- 9.95,0000'
# expected: 'USD- 9.9500'
# Failed test 'sep=2 posn=0 prec=0 -> (9.9500USD)'
# at t/format_price.t line 113.
# got: '(9.95,0000USD)'
# expected: '(9.9500USD)'
# Failed test 'sep=2 posn=0 prec=1 -> (USD9.9500)'
# at t/format_price.t line 113.
# got: '(USD9.95,0000)'
# expected: '(USD9.9500)'
# Failed test 'sep=2 posn=1 prec=0 -> - 9.9500USD'
# at t/format_price.t line 113.
# got: '- 9.95,0000USD'
# expected: '- 9.9500USD'
# Failed test 'sep=2 posn=1 prec=1 -> - USD9.9500'
# at t/format_price.t line 113.
# got: '- USD9.95,0000'
# expected: '- USD9.9500'
# Failed test 'sep=2 posn=2 prec=0 -> 9.9500USD -'
# at t/format_price.t line 113.
# got: '9.95,0000USD -'
# expected: '9.9500USD -'
# Failed test 'sep=2 posn=2 prec=1 -> USD9.9500 -'
# at t/format_price.t line 113.
# got: 'USD9.95,0000 -'
# expected: 'USD9.9500 -'
# Failed test 'sep=2 posn=3 prec=0 -> 9.9500- USD'
# at t/format_price.t line 113.
# got: '9.95,0000- USD'
# expected: '9.9500- USD'
# Failed test 'sep=2 posn=3 prec=1 -> - USD9.9500'
# at t/format_price.t line 113.
# got: '- USD9.95,0000'
# expected: '- USD9.9500'
# Failed test 'sep=2 posn=4 prec=0 -> 9.9500USD -'
# at t/format_price.t line 113.
# got: '9.95,0000USD -'
# expected: '9.9500USD -'
# Failed test 'sep=2 posn=4 prec=1 -> USD -9.9500'
# at t/format_price.t line 113.
# got: 'USD -9.95,0000'
# expected: 'USD -9.9500'
# Looks like you failed 46 tests of 50.
Dubious, test returned 46 (wstat 11776, 0x2e00)
Failed 46/50 subtests
t/locale.............ok
t/object.............ok
t/round..............ok
t/unformat_number....ok
Test Summary Report
-------------------
t/format_price (Wstat: 11776 Tests: 50 Failed: 46)
Failed tests: 4-5, 7-50
Non-zero exit status: 46
Files=9, Tests=118, 3 wallclock secs ( 0.14 usr 0.03 sys + 0.74 cusr 0.11 csys = 1.02 CPU)
Result: FAIL
Failed 1/9 test programs. 46/118 subtests failed.
make: *** [test_dynamic] Fehler 255
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
No requirements found
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
LANG = de_DE.UTF-8
PATH = /usr/lib/ccache:/home/sand/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/usr/local/perl/bin:/usr/X11/bin:/sbin:/usr/sbin
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 14858
PERL5_CPAN_IS_RUNNING = 14858
PERL_MM_USE_DEFAULT = 1
SHELL = /usr/bin/zsh
TERM = screen
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /home/src/perl/repoperls/installed-perls/maint-5.8/pnDGtsd/perl-5.8.7@27040/bin/perl
$UID/$EUID = 1005 / 1005
$GID = 1005 1005
$EGID = 1005 1005
Perl module toolchain versions installed:
Module Have
------------------- -------
CPAN 1.92_63
Cwd 3.2701
ExtUtils::CBuilder 0.23
ExtUtils::Command 1.14
ExtUtils::Install 1.50
ExtUtils::MakeMaker 6.44
ExtUtils::Manifest 1.54
ExtUtils::ParseXS 2.19
File::Spec 3.2701
Module::Build 0.2808
Module::Signature 0.55
Test::Harness 3.12
Test::More 0.80
YAML 0.66
YAML::Syck 1.05
version 0.7501
--
Summary of my perl5 (revision 5 version 8 subversion 8) configuration:
Platform:
osname=linux, osvers=2.6.22-1-k7, archname=i686-linux-64int
uname='linux k75 2.6.22-1-k7 #1 smp sun jul 29 15:15:55 utc 2007 i686 gnulinux '
config_args='-Dprefix=/home/src/perl/repoperls/installed-perls/maint-5.8/pnDGtsd/perl-5.8.7@27040 -Dinstallusrbinperl=n -Uversiononly -Dusedevel -des -Ui_db -Duse64bitint'
hint=recommended, useposix=true, d_sigaction=define
usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
use64bitint=define use64bitall=undef uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2',
cppflags='-fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include'
ccversion='', gccversion='4.1.2 20061115 (prerelease) (Debian 4.1.1-21)', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=4, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib
libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
libc=/lib/libc-2.7.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.7'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'
Thread Previous