develooper Front page | perl.perl5.porters | Postings from May 2012

[perl #112946] [Perl v5.16RC1][make test] Problem with op/filetest.t

Thread Next
From:
Joaquin Ferrero
Date:
May 15, 2012 06:31
Subject:
[perl #112946] [Perl v5.16RC1][make test] Problem with op/filetest.t
Message ID:
rt-3.6.HEAD-4610-1337084292-674.112946-75-0@perl.org
# New Ticket Created by  Joaquin Ferrero 
# Please include the string:  [perl #112946]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=112946 >



This is a bug report for perl from explorer@joaquinferrero.com,
generated with the help of perlbug 1.39 running under perl 5.16.0.


-----------------------------------------------------------------
[Please describe your issue here]

op/filetest.t fail:

#> uname -a
Linux hs-1509 2.6.32-5-amd64 #1 SMP Mon Oct 3 03:59:20 UTC 2011 x86_64 GNU/Linux
#> make test
Failed 1 test out of 2201, 99.95% okay.
        op/filetest.t

#> cd t/
#> ./perl harness op/filetest.t
op/filetest.t .. Can't locate Config_heavy.pl in @INC (@INC contains: ../lib) at ../lib/Config.pm line 79.
op/filetest.t .. 1/425 # Couldn't unlink 'tmp23939B': Permiso denegado
# Looks like you planned 425 tests but ran 5.
op/filetest.t .. Dubious, test returned 13 (wstat 3328, 0xd00)
Failed 420/425 subtests 

Test Summary Report
-------------------
op/filetest.t (Wstat: 3328 Tests: 5 Failed: 0)
  Non-zero exit status: 13
  Parse errors: Bad plan.  You planned 425 tests but ran 5.
Files=1, Tests=5,  0 wallclock secs ( 0.02 usr  0.00 sys +  0.02 cusr  0.00 csys =  0.04 CPU)
Result: FAIL

#> ls -l tmp23939B
-r-xr-xr-x 1 root root 0 may 15 13:44 tmp23939B
#> vim op/filetest.t
#> diff op/filetest.t op/filetest.t~
10d9
<     require 'Config_heavy.pl';
#> ./perl harness op/filetest.t
op/filetest.t .. ok       
All tests successful.
Files=1, Tests=425,  0 wallclock secs ( 0.06 usr  0.00 sys +  0.04 cusr  0.02 csys =  0.12 CPU)
Result: PASS



[Please do not change anything below this line]
-----------------------------------------------------------------
---
Flags:
    category=core
    severity=medium
---
Site configuration information for perl 5.16.0:

Configured by root at Tue May 15 12:10:30 CEST 2012.

Summary of my perl5 (revision 5 version 16 subversion 0) configuration:
   
  Platform:
    osname=linux, osvers=2.6.32-5-amd64, archname=x86_64-linux
    uname='linux hs-1509 2.6.32-5-amd64 #1 smp mon oct 3 03:59:20 utc 2011 x86_64 gnulinux '
    config_args='-de'
    hint=recommended, useposix=true, d_sigaction=define
    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 ='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-O2',
    cppflags='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
    ccversion='', gccversion='4.4.5', gccosandvers=''
    intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
    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 =' -fstack-protector -L/usr/local/lib'
    libpth=/usr/local/lib /lib/../lib /usr/lib/../lib /lib /usr/lib /usr/lib/x86_64-linux-gnu /lib64 /usr/lib64
    libs=-lnsl -ldb -ldl -lm -lcrypt -lutil -lc
    perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
    libc=/lib/libc-2.11.2.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version='2.11.2'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
    cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib -fstack-protector'

Locally applied patches:
    RC1

---
@INC for perl 5.16.0:
    lib
    /usr/local/lib/perl5/site_perl/5.16.0/x86_64-linux
    /usr/local/lib/perl5/site_perl/5.16.0
    /usr/local/lib/perl5/5.16.0/x86_64-linux
    /usr/local/lib/perl5/5.16.0
    .

---
Environment for perl 5.16.0:
    HOME=/root
    LANG=es_ES.UTF-8
    LANGUAGE=es:en
    LD_LIBRARY_PATH (unset)
    LOGDIR (unset)
    PATH=.:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/java/jdk1.6.0_07:/root/bin
    PERL_BADLANG (unset)
    SHELL=/bin/bash


Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About