Tk-TextVi v0.015 Perl 5 v5.27.9 x86_64-linux
- Status
- Fail
- From
- Slaven Rezić (SREZIC)
- Dist
-
Tk-TextVi v0.015
- Platform
- Perl 5 v5.27.9 x86_64-linux
- Date
- 2018-03-02 14:20:44
- ID
- e5263772-1e24-11e8-bf8c-e204c513a6f0
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.27.9, 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.27.9/bin/perl5.27.9" "-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.027009, /opt/perl-5.27.9/bin/perl5.27.9
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.04 sys + 1.16 cusr 0.24 csys = 1.48 CPU)
Result: FAIL
Failed 8/15 test programs. 55/109 subtests failed.
Makefile:866: die Regel für Ziel âÂÂtest_dynamicâ scheiterte
make: *** [test_dynamic] Fehler 3
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------------- ------- --------
Test::More 0 1.302125
Tk 804.027 804.034
Tk::TextUndo 4.013 4.015
build_requires:
Module Need Have
------------------- ------- --------
ExtUtils::MakeMaker 0 7.32
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
LANG = C
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 = /home/cpansand/.cpan/build/2018030106/Debian-Packages-0.03-0/blib/arch:/home/cpansand/.cpan/build/2018030106/Debian-Packages-0.03-0/blib/lib
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 1098
PERL5_CPAN_IS_RUNNING = 1098
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 3970,1098
PERLDOC = -MPod::Perldoc::ToTextOverstrike
PERL_BATCH = yes
PERL_CANARY_STABILITY_NOPROMPT = 1
PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1023/2018022806/cpanreporter_000_config.ini
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_PARALLEL_SMOKER = yes
PERL_USE_UNSAFE_INC = 1
SHELL = /usr/bin/zsh
TERM = screen
TMPDIR = /var/tmp/cpansmoker-1023/2018022806
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /opt/perl-5.27.9/bin/perl5.27.9
$UID/$EUID = 1023 / 1023
$GID = 1023 1023
$EGID = 1023 1023
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.16
CPAN::Meta 2.150010
Cwd 3.74
ExtUtils::CBuilder 0.280230
ExtUtils::Command 7.32
ExtUtils::Install 2.14
ExtUtils::MakeMaker 7.32
ExtUtils::Manifest 1.70
ExtUtils::ParseXS 3.35
File::Spec 3.74
JSON 2.97001
JSON::PP 2.97001
Module::Build 0.4224
Module::Signature 0.81
Parse::CPAN::Meta 2.150010
Test::Harness 3.39
Test::More 1.302125
YAML 1.24
YAML::Syck 1.30
version 0.9918
--
Summary of my perl5 (revision 5 version 27 subversion 9) configuration:
Platform:
osname=linux
osvers=4.9.0-3-amd64
archname=x86_64-linux
uname='linux debian9 4.9.0-3-amd64 #1 smp debian 4.9.30-2+deb9u5 (2017-09-19) x86_64 gnulinux '
config_args='-ds -e -Dprefix=/opt/perl-5.27.9 -Dusedevel -Dusemallocwrap=no -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 -D_FORTIFY_SOURCE=2'
optimize='-O2'
cppflags='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
ccversion=''
gccversion='6.3.0 20170516'
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/6/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 -lgdbm_compat
perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
libc=libc-2.24.so
so=so
useshrplib=false
libperl=libperl.a
gnulibc_version='2.24'
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_OP_PARENT
PERL_PRESERVE_IVUV
PERL_USE_DEVEL
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
Built under linux
Compiled at Feb 20 2018 21:05:34
%ENV:
PERL5LIB="/home/cpansand/.cpan/build/2018030106/Debian-Packages-0.03-0/blib/arch:/home/cpansand/.cpan/build/2018030106/Debian-Packages-0.03-0/blib/lib"
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="1098"
PERL5_CPAN_IS_RUNNING="1098"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="3970,1098"
PERLDOC="-MPod::Perldoc::ToTextOverstrike"
PERL_BATCH="yes"
PERL_CANARY_STABILITY_NOPROMPT="1"
PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1023/2018022806/cpanreporter_000_config.ini"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_PARALLEL_SMOKER="yes"
PERL_USE_UNSAFE_INC="1"
@INC:
/home/cpansand/.cpan/build/2018030106/Debian-Packages-0.03-0/blib/arch
/home/cpansand/.cpan/build/2018030106/Debian-Packages-0.03-0/blib/lib
/opt/perl-5.27.9/lib/site_perl/5.27.9/x86_64-linux
/opt/perl-5.27.9/lib/site_perl/5.27.9
/opt/perl-5.27.9/lib/5.27.9/x86_64-linux
/opt/perl-5.27.9/lib/5.27.9
.