develooper Front page | perl.perl5.porters | Postings from February 2015

[perl #123853] several regexp failures when built with Intel C 15

Thread Next
From:
Tony Cook
Date:
February 17, 2015 03:56
Subject:
[perl #123853] several regexp failures when built with Intel C 15
Message ID:
rt-4.0.18-24834-1424145356-1589.123853-75-0@perl.org
# New Ticket Created by  Tony Cook 
# Please include the string:  [perl #123853]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=123853 >


This is a bug report for perl from tony@develop-help.com,
generated with the help of perlbug 1.40 running under perl 5.21.9.


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

When built with Intel C 15, several regexp tests fail, and some
others:

Test Summary Report
-------------------
re/pat.t                                                         (Wstat: 0 Tests: 772 Failed: 5)
  Failed tests:  119, 274, 304, 306, 772
re/pat_advanced.t                                                (Wstat: 0 Tests: 1623 Failed: 4)
  Failed tests:  96-97, 928, 1007
re/pat_re_eval.t                                                 (Wstat: 0 Tests: 527 Failed: 72)
  Failed tests:  30-31, 33-34, 36-37, 39-43, 45-46, 48-49
                54-55, 62-64, 68, 70-88, 90-92, 94-96, 98-100
                102-104, 106-120, 443-444, 456-457, 525
re/pat_rt_report.t                                               (Wstat: 0 Tests: 2532 Failed: 1)
  Failed test:  2507
re/reg_eval.t                                                    (Wstat: 0 Tests: 7 Failed: 1)
  Failed test:  3
re/regexp.t                                                      (Wstat: 0 Tests: 1906 Failed: 44)
  Failed tests:  951, 1029, 1082-1084, 1096, 1102, 1111
                1123, 1125, 1127, 1130, 1132-1141, 1265-1266
                1322, 1724-1731, 1736-1739, 1873-1879
re/regexp_noamp.t                                                (Wstat: 0 Tests: 1906 Failed: 42)
  Failed tests:  951, 1029, 1082-1084, 1096, 1102, 1111
                1123, 1125, 1127, 1130, 1132-1141, 1266
                1322, 1724-1731, 1736, 1738-1739, 1873-1879
re/regexp_notrie.t                                               (Wstat: 0 Tests: 1906 Failed: 44)
  Failed tests:  951, 1029, 1082-1084, 1096, 1102, 1111
                1123, 1125, 1127, 1130, 1132-1141, 1265-1266
                1322, 1724-1731, 1736-1739, 1873-1879
re/regexp_qr.t                                                   (Wstat: 0 Tests: 1906 Failed: 44)
  Failed tests:  951, 1029, 1082-1084, 1096, 1102, 1111
                1123, 1125, 1127, 1130, 1132-1141, 1265-1266
                1322, 1724-1731, 1736-1739, 1873-1879
re/regexp_qr_embed.t                                             (Wstat: 0 Tests: 1906 Failed: 44)
  Failed tests:  951, 1029, 1082-1084, 1096, 1102, 1111
                1123, 1125, 1127, 1130, 1132-1141, 1265-1266
                1322, 1724-1731, 1736-1739, 1873-1879
re/regexp_trielist.t                                             (Wstat: 0 Tests: 1906 Failed: 44)
  Failed tests:  951, 1029, 1082-1084, 1096, 1102, 1111
                1123, 1125, 1127, 1130, 1132-1141, 1265-1266
                1322, 1724-1731, 1736-1739, 1873-1879
op/svleak.t                                                      (Wstat: 0 Tests: 129 Failed: 1)
  Failed test:  36
../dist/ExtUtils-ParseXS/t/517-t-targetable.t                    (Wstat: 4864 Tests: 41 Failed: 19)
  Failed tests:  4-5, 7-10, 14-19, 23, 32, 37-41
  Non-zero exit status: 19
../lib/English.t                                                 (Wstat: 768 Tests: 58 Failed: 3)
  Failed tests:  36, 38-39
  Non-zero exit status: 3
../lib/perl5db.t                                                 (Wstat: 0 Tests: 120 Failed: 1)
  Failed test:  2
Files=2430, Tests=678416, 202 wallclock secs (66.15 usr 10.10 sys + 442.18 cusr 43.78 csys = 562.21 CPU)
Result: FAIL

The tests in lib/English.t that fail are testing the regexp related
variables.

Some hints changes were required for the build to succeed, patch
attached.

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

Configured by tony at Tue Feb 17 11:34:25 AEDT 2015.

Summary of my perl5 (revision 5 version 21 subversion 9) configuration:
  Derived from: 8e0a272fbda1da989d682dceeee7f5e8dee38a7b
  Platform:
    osname=linux, osvers=3.2.0-4-amd64, archname=x86_64-linux
    uname='linux mars 3.2.0-4-amd64 #1 smp debian 3.2.65-1+deb7u1 x86_64 gnulinux '
    config_args='-des -Dcc=icc -Dusedevel'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=undef, usemultiplicity=undef
    use64bitint=define, use64bitall=define, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='icc', ccflags ='-we147 -mieee-fp -no-gcc -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-O3',
    cppflags='-we147 -mieee-fp -no-gcc -I/usr/local/include'
    ccversion='15.0.2 20150121', gccversion='', gccosandvers=''
    intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678, doublekind=3
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16, longdblkind=3
    ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='icc', ldflags =' -L/usr/local/lib'
    libpth=/usr/local/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /home/tony/local/intelc/composer_xe_2015.2.164/compiler/lib/intel64 /home/tony/local/intelc/composer_xe_2015.2.164/ipp/../compiler/lib/intel64 /home/tony/local/intelc/composer_xe_2015.2.164/ipp/lib/intel64 /home/tony/local/intelc/composer_xe_2015.2.164/mkl/lib/intel64 /lib /usr/lib
    libs=-lpthread -lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
    perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
    libc=libc-2.13.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version='2.13'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
    cccdlflags='-fPIC', lddlflags='-shared -O3 -L/usr/local/lib'

Locally applied patches:
    uncommitted-changes

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

---
Environment for perl 5.21.9:
    HOME=/home/tony
    LANG=en_AU.UTF-8
    LANGUAGE (unset)
    LD_LIBRARY_PATH=/home/tony/local/intelc/composer_xe_2015.2.164/compiler/lib/intel64:/home/tony/local/intelc/composer_xe_2015.2.164/mpirt/lib/intel64:/home/tony/local/intelc/composer_xe_2015.2.164/ipp/../compiler/lib/intel64:/home/tony/local/intelc/composer_xe_2015.2.164/ipp/lib/intel64:/home/tony/local/intelc/composer_xe_2015.2.164/ipp/tools/intel64/perfsys:/home/tony/local/intelc/composer_xe_2015.2.164/compiler/lib/intel64:/home/tony/local/intelc/composer_xe_2015.2.164/mkl/lib/intel64:/home/tony/local/intelc/composer_xe_2015.2.164/tbb/lib/intel64/gcc4.4:/home/tony/local/intelc/composer_xe_2015.2.164/debugger/ipt/intel64/lib
    LOGDIR (unset)
    PATH=/home/tony/local/intelc/composer_xe_2015.2.164/bin/intel64:/home/tony/local/intelc/composer_xe_2015.2.164/debugger/gdb/intel64_mic/bin:/home/tony/perl5/perlbrew/bin:/home/tony/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
    PERLBREW_BASHRC_VERSION=0.43
    PERLBREW_HOME=/home/tony/.perlbrew
    PERLBREW_PATH=/home/tony/perl5/perlbrew/bin
    PERLBREW_ROOT=/home/tony/perl5/perlbrew
    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