[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]

two regression tests failing on OpenBSD/sparc64



Hi,

we're in the process of upgrading our base perl in OpenBSD from 5.8.8 to
5.10.0, and while doing some build tests i noticed that two regression
tests were failing on sparc64 (blade100): lib/integer.t and op/pack.t.

The same tests are failing either with our version (integrated in
basesystem, 5.8.8 and 5.10.0), either with bleadperl from yesterday.

I'm open to any suggestion/patches/backtrace to help fix those tests.
On a sidenote, the full regression suite of perl 5.10.0 is okay on
OpenBSD/i386 - amd64 - macppc.
Full build log available if needed.

Landry Breuil


Output logs with ./perl t/harness the_test:

../lib/integer....
#   Failed test 'left shift'
#   at ../lib/integer.t line 49.
#          got: '-4289096432'
#     expected: '-9223372036854775808'
# Looks like you failed 1 test of 15.
dubious
        Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 10
        Failed 1/15 tests, 93.33% okay
Failed Test      Stat Wstat Total Fail  List of Failed
-------------------------------------------------------------------------------
../lib/integer.t    1   256    15    1  10
Failed 1/1 test scripts. 1/15 subtests failed.
Files=1, Tests=15,  1 wallclock secs ( 0.81 cusr +  0.12 csys =  0.93
CPU)
Failed 1/1 test programs. 1/15 subtests failed.

../t/op/pack....# Failed at ../t/op/pack.t line 633
# Failed at ../t/op/pack.t line 633
# Failed at ../t/op/pack.t line 633
# Failed at ../t/op/pack.t line 633
# Failed at ../t/op/pack.t line 633
# Failed at ../t/op/pack.t line 633
# Failed at ../t/op/pack.t line 633
# Failed at ../t/op/pack.t line 633
# Failed at ../t/op/pack.t line 633
# Failed at ../t/op/pack.t line 633
FAILED tests 518, 691, 1021, 1351, 1681, 2011, 2341, 3441, 3496, 13232
        Failed 10/14284 tests, 99.93% okay (less 8269 skipped tests:
6005 okay, 42.04%)
Failed Test    Stat Wstat Total Fail  List of Failed
-------------------------------------------------------------------------------
../t/op/pack.t            14284   10  518 691 1021 1351 1681 2011 2341
3441
                                      3496 13232
8269 subtests skipped.
Failed 1/1 test scripts. 10/14284 subtests failed.
Files=1, Tests=14284, 66 wallclock secs ( 9.44 cusr +  0.21 csys =  9.65
CPU)
Failed 1/1 test programs. 10/14284 subtests failed.

and bleadperl -V output:

Summary of my perl5 (revision 5 version 8 subversion 8 patch 34407)
configuration:
  Platform:
    osname=openbsd, osvers=4.4, archname=OpenBSD.sparc64-openbsd
    uname='openbsd lizzy.fr.homeunix.org 4.4 generic#8 sparc64 '
    config_args='-des -Dprefix=/home/landry/perl589 -Doptimize=-g
-DDEBUGGING'
    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=define uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-DDEBUGGING -fno-strict-aliasing -pipe
-I/usr/local/include',
    optimize='-g',
    cppflags='-DDEBUGGING -fno-strict-aliasing -pipe
-I/usr/local/include'
    ccversion='', gccversion='3.3.5 (propolice)',
gccosandvers='openbsd4.4'
    intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=87654321
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
    ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t',
lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='cc', ldflags ='-Wl,-E  -L/usr/local/lib'
    libpth=/usr/local/lib /usr/lib
    libs=-lgdbm -lm -lutil -lc
    perllibs=-lm -lutil -lc
    libc=/usr/lib/libc.so.48.0, so=so, useshrplib=false,
libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
    cccdlflags='-DPIC -fPIC ', lddlflags='-shared -fPIC
-L/usr/local/lib'


Characteristics of this binary (from libperl): 
  Compile-time options: DEBUGGING PERL_MALLOC_WRAP USE_64_BIT_ALL
                        USE_64_BIT_INT USE_LARGE_FILES USE_PERLIO
  Locally applied patches:
        MAINT34300
  Built under openbsd
  Compiled at Sep 24 2008 09:53:34
  @INC:
    /var/tmp/perl-5.8.x/lib
    /home/landry/perl589/lib/5.8.8/OpenBSD.sparc64-openbsd
    /home/landry/perl589/lib/5.8.8
    /home/landry/perl589/lib/site_perl/5.8.8/OpenBSD.sparc64-openbsd
    /home/landry/perl589/lib/site_perl/5.8.8


Follow-Ups from:
"Rafael Garcia-Suarez" <rgarciasuarez@gmail.com>

[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]