Back
From: metabase:user:f05ee290-6bf4-1014-b54b-40f3d801d268
Subject: FAIL C-Blocks-0.42 v5.18.4
Date: 2017-06-24T08:29:19Z
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 David Mertens,
This is a computer-generated report for C-Blocks-0.42
on perl 5.18.4, 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 'C:\Strawberry\perl\bin\perl.exe ./Build test':
t\01-basics.t ....................... ok
t\02-use-and-no.t ................... ok
t\03-error-reporting.t .............. ok
t\04-PerlAPI.t ...................... ok
t\05-brace-counting.t ............... ok
t\06-double-colon.t ................. ok
t\06-interpolation.t ................ ok
t\07-compiler-setup.t ............... ok
t\08-lexical-compiler-warnings.t .... ok
t\10-clex.t ......................... ok
t\11-clex-series.t .................. ok
t\12-clex-struct.t .................. ok
t\13-clex-struct.t .................. ok
t\15-clex-with-define.t ............. ok
t\16-clex-scoping.t ................. ok
t\17-clex-define-undefine-series.t .. ok
t\18-clex-global-vars.t ............. ok
t\20-cshare.t ....................... ok
t\21-cshare-warnings.t .............. ok
# Failed test '"An undefined value is not SvTRUE" compiles ok'
# at t\30-API-SV.t line 69.
# C::Blocks compiler error:
# (eval 18):10: error: field name expected
#
# # Hide undefined warnings
# my $stderr = '';
# {
# local *STDERR;
# open STDERR, '>', \$stderr;
# cblock {
# get_vars;
# ;
# sv_setiv(result, !SvTRUE(scalar));
# }
# }
# 1;
#
# Failed test '"0 is not SvTRUE" compiles ok'
# at t\30-API-SV.t line 69.
# Failed test '"An empty string is not SvTRUE" compiles ok'
# at t\30-API-SV.t line 69.
# Failed test '"The string "0" is not SvTRUE" compiles ok'
# at t\30-API-SV.t line 69.
# Failed test '"25 is SvTRUE" compiles ok'
# at t\30-API-SV.t line 69.
# Failed test '"-2.5 is SvTRUE" compiles ok'
# at t\30-API-SV.t line 69.
# Failed test '"A non-empty, non-numeric string is SvTRUE" compiles ok'
# at t\30-API-SV.t line 69.
# Failed test '"The string "0 but true" is SvTRUE" compiles ok'
# at t\30-API-SV.t line 69.
# Looks like you failed 8 tests of 8.
# Failed test 'SvTRUE'
# at t\30-API-SV.t line 102.
# Failed test '"An undefined value has SvIV of 0" compiles ok'
# at t\30-API-SV.t line 69.
# C::Blocks compiler error:
# (eval 39):10: error: field name expected
#
# # Hide undefined warnings
# my $stderr = '';
# {
# local *STDERR;
# open STDERR, '>', \$stderr;
# cblock {
# get_vars;
# ;
# sv_setiv(result, SvIV(scalar));
# }
# }
# 1;
#
# Failed test '"An integer's SvIV is its value" compiles ok'
# at t\30-API-SV.t line 69.
# Failed test '"A floating-point's SvIV is its value rounded" compiles ok'
# at t\30-API-SV.t line 69.
# Failed test '"A string's SvIV is 0" compiles ok'
# at t\30-API-SV.t line 69.
# Failed test '"Successful integer multiplication in C code" compiles ok'
# at t\30-API-SV.t line 69.
# Looks like you failed 5 tests of 5.
# Failed test 'SvIV'
# at t\30-API-SV.t line 156.
# Failed test '"An undefined value has SvNV of 0" compiles ok'
# at t\30-API-SV.t line 69.
# C::Blocks compiler error:
# (eval 44):10: error: field name expected
#
# # Hide undefined warnings
# my $stderr = '';
# {
# local *STDERR;
# open STDERR, '>', \$stderr;
# cblock {
# get_vars;
# ;
# sv_setnv(result, SvNV(scalar));
# }
# }
# 1;
#
# Failed test '"An integer's SvNV is its value" compiles ok'
# at t\30-API-SV.t line 69.
# Failed test '"A floating-point's SvNV is its value" compiles ok'
# at t\30-API-SV.t line 69.
# Failed test '"A string's SvNV is 0" compiles ok'
# at t\30-API-SV.t line 69.
# Failed test '"Successful floating-point multiplication in C code" compiles ok'
# at t\30-API-SV.t line 69.
# Looks like you failed 5 tests of 5.
# Failed test 'SvNV'
# at t\30-API-SV.t line 170.
# Looks like you failed 3 tests of 10.
t\30-API-SV.t .......................
Dubious, test returned 3 (wstat 768, 0x300)
Failed 3/10 subtests
C::Blocks compiler error:
t/35-API-Memory.t:20: error: field name expected
t\35-API-Memory.t ...................
Dubious, test returned 255 (wstat 65280, 0xff00)
All 1 subtests passed
t\36-API-Creation.t ................. ok
t\40-csub.t ......................... ok
t\50-sigiled-vars.t ................. ok
C::Blocks compiler error:
t/55-types.t:9: error: field name expected
t\55-types.t ........................
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t\60-filters.t ...................... ok
C::Blocks compiler error:
t/80-StretchyBuffer.t:17: error: field name expected
t\80-StretchyBuffer.t ...............
Dubious, test returned 255 (wstat 65280, 0xff00)
All 2 subtests passed
t\99-stdio-fails.t .................. ok
Test Summary Report
-------------------
t\30-API-SV.t (Wstat: 768 Tests: 10 Failed: 3)
Failed tests: 4, 8-9
Non-zero exit status: 3
t\35-API-Memory.t (Wstat: 65280 Tests: 1 Failed: 0)
Non-zero exit status: 255
Parse errors: No plan found in TAP output
t\55-types.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t\80-StretchyBuffer.t (Wstat: 65280 Tests: 2 Failed: 0)
Non-zero exit status: 255
Parse errors: No plan found in TAP output
Files=28, Tests=191, 13 wallclock secs ( 0.41 usr + 0.11 sys = 0.51 CPU)
Result: FAIL
Failed 4/28 test programs. 3/191 subtests failed.
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------------ ---- --------
Alien::TinyCCx 0.12 0.12
File::ShareDir 1.00 1.102
File::Spec 0 3.62
build_requires:
Module Need Have
------------------ ---- --------
Alien::TinyCCx 0.12 0.12
Capture::Tiny 0 0.45
ExtUtils::CBuilder 0 0.280220
ExtUtils::Config 0 0.008
ExtUtils::Embed 0 1.30
ExtUtils::ParseXS 3 3.30
File::Basename 0 2.84
File::Spec 0 3.62
File::Temp 0 0.2304
Test::More 0.88 1.302085
Test::Warn 0 0.30
configure_requires:
Module Need Have
------------------ ---- --------
Alien::TinyCCx 0.12 0.12
Module::Build 0.28 0.4210
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
COMSPEC = C:\windows\system32\cmd.exe
NONINTERACTIVE_TESTING = 1
NUMBER_OF_PROCESSORS = 4
PATH = C:\home\journey\perl5\bin;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\;C:\Strawberry\c\bin;C:\Strawberry\perl\site\bin;C:\Strawberry\perl\bin
PERL5LIB = C:\home\journey\perl5\lib\perl5
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 15044
PERL5_CPAN_IS_RUNNING = 15044
PERL_LOCAL_LIB_ROOT = C:\home\journey\perl5
PERL_MB_OPT = --install_base "C:\\home\\journey\\perl5"
PERL_MM_OPT = INSTALL_BASE=C:\\home\\journey\\perl5
PERL_MM_USE_DEFAULT = 1
PROCESSOR_IDENTIFIER = x86 Family 6 Model 37 Stepping 5, GenuineIntel
TEMP = C:\Users\user\AppData\Local\Temp
TERM = dumb
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = C:\Strawberry\perl\bin\perl.exe
$UID/$EUID = 0 / 0
$GID = 0
$EGID = 0
Win32::GetOSName = Win7
Win32::GetOSVersion = Service Pack 1, 6, 1, 7601, 2, 1, 0, 256, 1
Win32::FsType = NTFS
Win32::IsAdminUser = 0
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.16
CPAN::Meta 2.150010
Cwd 3.62
ExtUtils::CBuilder 0.280220
ExtUtils::Command 7.29_01
ExtUtils::Install 2.14
ExtUtils::MakeMaker 7.29_01
ExtUtils::Manifest 1.70
ExtUtils::ParseXS 3.30
File::Spec 3.62
JSON 2.94
JSON::PP 2.94
Module::Build 0.4210
Module::Signature n/a
Parse::CPAN::Meta 2.150010
Test::Harness 3.39
Test::More 1.302085
YAML 1.12
YAML::Syck n/a
version 0.9918
--
Summary of my perl5 (revision 5 version 18 subversion 4) configuration:
Platform:
osname=MSWin32, osvers=6.3, archname=MSWin32-x86-multi-thread-64int
uname='Win32 strawberry-perl 5.18.4.1 #1 Thu Oct 2 12:10:29 2014 i386'
config_args='undef'
hint=recommended, useposix=true, d_sigaction=undef
useithreads=define, usemultiplicity=define
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=define, use64bitall=undef, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='gcc', ccflags =' -s -O2 -DWIN32 -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -fno-strict-aliasing -mms-bitfields',
optimize='-s -O2',
cppflags='-DWIN32'
ccversion='', gccversion='4.7.3', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long long', ivsize=8, nvtype='double', nvsize=8, Off_t='long long', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='g++', ldflags ='-s -L"C:\Strawberry\perl\lib\CORE" -L"C:\Strawberry\c\lib"'
libpth=C:\Strawberry\c\lib C:\Strawberry\c\i686-w64-mingw32\lib C:\Strawberry\c\lib\gcc\i686-w64-mingw32\4.7.3
libs=-lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32
perllibs=-lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32
libc=, so=dll, useshrplib=true, libperl=libperl518.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_win32.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' '
cccdlflags=' ', lddlflags='-mdll -s -L"C:\Strawberry\perl\lib\CORE" -L"C:\Strawberry\c\lib"'
Characteristics of this binary (from libperl):
Compile-time options: HAS_TIMES HAVE_INTERP_INTERN MULTIPLICITY
PERLIO_LAYERS PERL_DONT_CREATE_GVSV
PERL_HASH_FUNC_ONE_AT_A_TIME_HARD
PERL_IMPLICIT_CONTEXT PERL_IMPLICIT_SYS
PERL_MALLOC_WRAP PERL_PRESERVE_IVUV PERL_SAWAMPERSAND
USE_64_BIT_INT USE_ITHREADS USE_LARGE_FILES
USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE
USE_LOCALE_NUMERIC USE_PERLIO USE_PERL_ATOF
Built under MSWin32
Compiled at Oct 2 2014 12:19:54
%ENV:
PERL5LIB="C:\home\journey\perl5\lib\perl5"
PERL5_CPANPLUS_IS_RUNNING="15044"
PERL5_CPAN_IS_RUNNING="15044"
PERL_LOCAL_LIB_ROOT="C:\home\journey\perl5"
PERL_MB_OPT="--install_base "C:\\home\\journey\\perl5""
PERL_MM_OPT="INSTALL_BASE=C:\\home\\journey\\perl5"
PERL_MM_USE_DEFAULT="1"
@INC:
C:\home\journey\perl5\lib\perl5/MSWin32-x86-multi-thread-64int
C:\home\journey\perl5\lib\perl5
C:/Strawberry/perl/site/lib
C:/Strawberry/perl/vendor/lib
C:/Strawberry/perl/lib
.