Tk-TextVi v0.015 Perl 5 v5.30.0 RC1 x86_64-linux

Status
Fail
From
Slaven Rezić (SREZIC)
Dist
Tk-TextVi v0.015
Platform
Perl 5 v5.30.0 RC1 x86_64-linux
Date
2019-05-18T10:01:19
ID
e2023f9c-7953-11e9-9a5b-04871f24ea8f
This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language.  See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org


--
Dear Joseph Strom,

This is a computer-generated report for Tk-TextVi-0.015
on perl 5.30.0, created by CPAN-Reporter-1.2018.

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://wiki.cpantesters.org/wiki/CPANAuthorNotes

Sections of this report:

    * Tester comments
    * Program output
    * Prerequisites
    * Environment and other context

------------------------------
TESTER COMMENTS
------------------------------

Additional comments from tester:

none provided

------------------------------
PROGRAM OUTPUT
------------------------------

Output from '/usr/bin/make test':

PERL_DL_NONLAZY=1 "/opt/perl-5.30.0-RC1/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
# Testing Tk::TextVi 0.015, Perl 5.030000, /opt/perl-5.30.0-RC1/bin/perl
t/00-load.t ...... ok
t/10-move.t ...... ok
t/11-mark.t ...... ok
t/13-findchar.t .. ok
t/14-findline.t .. ok
t/15-search.t .... ok

#   Failed test 'delete line'
#   at t/20-delete.t line 55.

#   Failed test 'delete 3 lines'
#   at t/20-delete.t line 64.

#   Failed test 'Not enough lines, delete nothing'
#   at t/20-delete.t line 71.

#   Failed test 'delete find space'
#   at t/20-delete.t line 83.

#   Failed test 'delete cant find character'
#   at t/20-delete.t line 93.

#   Failed test 'delete find second colon'
#   at t/20-delete.t line 103.

#   Failed test 'delete 2 * 2 find i'
#   at t/20-delete.t line 113.

#   Failed test 'behead'
#   at t/20-delete.t line 125.

#   Failed test 'delete lines 3 to 5'
#   at t/20-delete.t line 132.

#   Failed test 'delete back one char'
#   at t/20-delete.t line 141.

#   Failed test 'delete nothing, no previous character'
#   at t/20-delete.t line 151.

#   Failed test 'delete lines with j'
#   at t/20-delete.t line 163.

#   Failed test 'delete nothing, no next line'
#   at t/20-delete.t line 171.

#   Failed test 'delete lines with k'
#   at t/20-delete.t line 183.

#   Failed test 'delete nothing, no previous line'
#   at t/20-delete.t line 191.

#   Failed test 'delete next character'
#   at t/20-delete.t line 203.

#   Failed test 'delete nothing, no next character'
#   at t/20-delete.t line 213.

#   Failed test 'delete until mark a'
#   at t/20-delete.t line 226.

#   Failed test 'delete until mark across line'
#   at t/20-delete.t line 237.

#   Failed test 'delete until'
#   at t/20-delete.t line 248.

#   Failed test 'delete 2 * 2 until i'
#   at t/20-delete.t line 258.

#   Failed test 'delete until nothing'
#   at t/20-delete.t line 268.

#   Failed test 'delete to linestart'
#   at t/20-delete.t line 280.

#   Failed test 'delete to lineend'
#   at t/20-delete.t line 292.

#   Failed test 'delete to lineend via D'
#   at t/20-delete.t line 304.

#   Failed test 'delete next character'
#   at t/20-delete.t line 316.
# Looks like you failed 26 tests of 26.
t/20-delete.t .... 
Dubious, test returned 26 (wstat 6656, 0x1a00)
Failed 26/26 subtests 

#   Failed test 'replace character'
#   at t/21-replace.t line 49.

#   Failed test 'replace multiple'
#   at t/21-replace.t line 59.

#   Failed test 'cannot replace at end of line'
#   at t/21-replace.t line 69.

#   Failed test 'Testing replace mode'
#   at t/21-replace.t line 80.

#   Failed test 'Backspace restores overtyped characters'
#   at t/21-replace.t line 90.

#   Failed test 'Backspace when no replaced chars'
#   at t/21-replace.t line 100.

#   Failed test 'Toggle case'
#   at t/21-replace.t line 112.
# Looks like you failed 7 tests of 7.
t/21-replace.t ... 
Dubious, test returned 7 (wstat 1792, 0x700)
Failed 7/7 subtests 

#   Failed test 'insert text'
#   at t/30-insert.t line 49.

#   Failed test 'append text'
#   at t/30-insert.t line 67.

#   Failed test 'open line'
#   at t/30-insert.t line 82.

#   Failed test 'Open line'
#   at t/30-insert.t line 93.

#   Failed test 'append text at end of line'
#   at t/30-insert.t line 105.
# Looks like you failed 5 tests of 8.
t/30-insert.t .... 
Dubious, test returned 5 (wstat 1280, 0x500)
Failed 5/8 subtests 

#   Failed test 'visual char on a line'
#   at t/32-vchar.t line 46.

#   Failed test 'visual char across lines'
#   at t/32-vchar.t line 56.

#   Failed test 'visual char end < start'
#   at t/32-vchar.t line 64.
# Looks like you failed 3 tests of 3.
t/32-vchar.t ..... 
Dubious, test returned 3 (wstat 768, 0x300)
Failed 3/3 subtests 

#   Failed test 'foward a line'
#   at t/33-vline.t line 45.

#   Failed test 'back a line'
#   at t/33-vline.t line 53.

#   Failed test 'one the same line'
#   at t/33-vline.t line 61.
# Looks like you failed 3 tests of 3.
t/33-vline.t ..... 
Dubious, test returned 3 (wstat 768, 0x300)
Failed 3/3 subtests 

#   Failed test 'Yank line and paste'
#   at t/40-register.t line 48.

#   Failed test 'yank til space and paste'
#   at t/40-register.t line 59.

#   Failed test 'duplicated in unnamed register'
#   at t/40-register.t line 69.

#   Failed test 'Put from register'
#   at t/40-register.t line 80.

#   Failed test 'Capital letter register for append'
#   at t/40-register.t line 92.
# Looks like you failed 5 tests of 5.
t/40-register.t .. 
Dubious, test returned 5 (wstat 1280, 0x500)
Failed 5/5 subtests 

#   Failed test 'Record a macro'
#   at t/41-macro.t line 48.

#   Failed test 'Erase the macro'
#   at t/41-macro.t line 56.

#   Failed test 'Macro with incomplete command'
#   at t/41-macro.t line 66.
# Looks like you failed 3 tests of 3.
t/41-macro.t ..... 
Dubious, test returned 3 (wstat 768, 0x300)
Failed 3/3 subtests 
t/60-info.t ...... ok

#   Failed test 'Tab at beginning of line'
#   at t/80-setting.t line 41.
#          got: '    Testing Tk::TextVi
# Some lines of sample text
# With a blank line:
# 
# This line contains four i's
# 0123456789
# '
#     expected: '    Testing Tk::TextVi
# Some lines of sample text
# With a blank line:
# 
# This line contains four i's
# 0123456789'

#   Failed test 'Tab in middle of line'
#   at t/80-setting.t line 51.
#          got: 'Te  sting Tk::TextVi
# Some lines of sample text
# With a blank line:
# 
# This line contains four i's
# 0123456789
# '
#     expected: 'Te  sting Tk::TextVi
# Some lines of sample text
# With a blank line:
# 
# This line contains four i's
# 0123456789'

#   Failed test 'Backspace deletes to tabstop'
#   at t/80-setting.t line 61.
#          got: '    Testing Tk::TextVi
# Some lines of sample text
# With a blank line:
# 
# This line contains four i's
# 0123456789
# '
#     expected: '    Testing Tk::TextVi
# Some lines of sample text
# With a blank line:
# 
# This line contains four i's
# 0123456789'
# Looks like you failed 3 tests of 3.
t/80-setting.t ... 
Dubious, test returned 3 (wstat 768, 0x300)
Failed 3/3 subtests 

Test Summary Report
-------------------
t/20-delete.t  (Wstat: 6656 Tests: 26 Failed: 26)
  Failed tests:  1-26
  Non-zero exit status: 26
t/21-replace.t (Wstat: 1792 Tests: 7 Failed: 7)
  Failed tests:  1-7
  Non-zero exit status: 7
t/30-insert.t  (Wstat: 1280 Tests: 8 Failed: 5)
  Failed tests:  1, 4, 6-8
  Non-zero exit status: 5
t/32-vchar.t   (Wstat: 768 Tests: 3 Failed: 3)
  Failed tests:  1-3
  Non-zero exit status: 3
t/33-vline.t   (Wstat: 768 Tests: 3 Failed: 3)
  Failed tests:  1-3
  Non-zero exit status: 3
t/40-register.t (Wstat: 1280 Tests: 5 Failed: 5)
  Failed tests:  1-5
  Non-zero exit status: 5
t/41-macro.t   (Wstat: 768 Tests: 3 Failed: 3)
  Failed tests:  1-3
  Non-zero exit status: 3
t/80-setting.t (Wstat: 768 Tests: 3 Failed: 3)
  Failed tests:  1-3
  Non-zero exit status: 3
Files=15, Tests=109,  2 wallclock secs ( 0.04 usr  0.07 sys +  1.66 cusr  0.37 csys =  2.14 CPU)
Result: FAIL
Failed 8/15 test programs. 55/109 subtests failed.
Makefile:866: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 3

------------------------------
PREREQUISITES
------------------------------

Prerequisite modules loaded:

requires:

    Module              Need    Have    
    ------------------- ------- --------
    Test::More          0       1.302162
    Tk                  804.027 804.034 
    Tk::TextUndo        4.013   4.015   

build_requires:

    Module              Need    Have    
    ------------------- ------- --------
    ExtUtils::MakeMaker 0       7.34    


------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------

Environment variables:

    LANG = en_US.UTF-8
    LC_ALL = de_DE.UTF-8
    PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/cpansand/bin/linux-gnu:/home/cpansand/bin/sh:/home/cpansand/bin:/usr/games:/home/cpansand/devel:/home/eserte/src/srezic-misc/scripts
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 27498
    PERL5_CPAN_IS_RUNNING = 27498
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 23099,27498
    PERLDOC = -MPod::Perldoc::ToTextOverstrike
    PERL_BATCH = yes
    PERL_CANARY_STABILITY_NOPROMPT = 1
    PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1023/2019051809/cpanreporter_000_config.ini
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_USE_UNSAFE_INC = 1
    SHELL = /usr/bin/zsh
    TERM = screen
    TMPDIR = /var/tmp/cpansmoker-1023/2019051809

Perl special variables (and OS-specific diagnostics, for MSWin32):

    $^X = /opt/perl-5.30.0-RC1/bin/perl
    $UID/$EUID = 1023 / 1023
    $GID = 1023 1023
    $EGID = 1023 1023

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.22    
    CPAN::Meta          2.150010
    Cwd                 3.78    
    ExtUtils::CBuilder  0.280231
    ExtUtils::Command   7.34    
    ExtUtils::Install   2.14    
    ExtUtils::MakeMaker 7.34    
    ExtUtils::Manifest  1.72    
    ExtUtils::ParseXS   3.40    
    File::Spec          3.78    
    JSON                4.02    
    JSON::PP            4.02    
    Module::Build       0.4229  
    Module::Signature   n/a     
    Parse::CPAN::Meta   2.150010
    Test::Harness       3.42    
    Test::More          1.302162
    YAML                1.29    
    YAML::Syck          1.31    
    version             0.9924  


--

Summary of my perl5 (revision 5 version 30 subversion 0) configuration:
   
  Platform:
    osname=linux
    osvers=4.15.0-48-generic
    archname=x86_64-linux
    uname='linux ubuntu18 4.15.0-48-generic #51-ubuntu smp wed apr 3 08:28:49 utc 2019 x86_64 x86_64 x86_64 gnulinux '
    config_args='-ds -e -Dprefix=/opt/perl-5.30.0-RC1 -Dcf_email=srezic@cpan.org'
    hint=recommended
    useposix=true
    d_sigaction=define
    useithreads=undef
    usemultiplicity=undef
    use64bitint=define
    use64bitall=define
    uselongdouble=undef
    usemymalloc=n
    default_inc_excludes_dot=define
    bincompat5005=undef
  Compiler:
    cc='cc'
    ccflags ='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
    optimize='-O2'
    cppflags='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
    ccversion=''
    gccversion='7.4.0'
    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='cc'
    ldflags =' -fstack-protector-strong -L/usr/local/lib'
    libpth=/usr/local/lib /usr/lib/gcc/x86_64-linux-gnu/7/include-fixed /usr/include/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib
    libs=-lpthread -lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc
    perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
    libc=libc-2.27.so
    so=so
    useshrplib=false
    libperl=libperl.a
    gnulibc_version='2.27'
  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-strong'


Characteristics of this binary (from libperl): 
  Compile-time options:
    HAS_TIMES
    PERLIO_LAYERS
    PERL_COPY_ON_WRITE
    PERL_DONT_CREATE_GVSV
    PERL_MALLOC_WRAP
    PERL_OP_PARENT
    PERL_PRESERVE_IVUV
    USE_64_BIT_ALL
    USE_64_BIT_INT
    USE_LARGE_FILES
    USE_LOCALE
    USE_LOCALE_COLLATE
    USE_LOCALE_CTYPE
    USE_LOCALE_NUMERIC
    USE_LOCALE_TIME
    USE_PERLIO
    USE_PERL_ATOF
  Locally applied patches:
    RC1
  Built under linux
  Compiled at May 12 2019 17:31:26
  %ENV:
    PERL5LIB=""
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="27498"
    PERL5_CPAN_IS_RUNNING="27498"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="23099,27498"
    PERLDOC="-MPod::Perldoc::ToTextOverstrike"
    PERL_BATCH="yes"
    PERL_CANARY_STABILITY_NOPROMPT="1"
    PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1023/2019051809/cpanreporter_000_config.ini"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_USE_UNSAFE_INC="1"
  @INC:
    /opt/perl-5.30.0-RC1/lib/site_perl/5.30.0/x86_64-linux
    /opt/perl-5.30.0-RC1/lib/site_perl/5.30.0
    /opt/perl-5.30.0-RC1/lib/5.30.0/x86_64-linux
    /opt/perl-5.30.0-RC1/lib/5.30.0
    .