Win32-SharedFileOpen v4.05 Perl 5 v5.10.1 MSWin32-x86-multi-thread
- Status
- Fail
- From
- NONAME
- Dist
-
Win32-SharedFileOpen v4.05
- Platform
- Perl 5 v5.10.1 MSWin32-x86-multi-thread
- Date
- 2023-07-05 20:55:45
- ID
- e6ca6e26-702a-1014-9b4e-829ab03d33c9
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 SHAY,
This is a computer-generated report for Win32-SharedFileOpen-4.05
on perl 5.10.1, created by App::cpanminus::reporter 0.17 (1.7045).
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 '':
Building and testing Win32-SharedFileOpen-4.05
cp lib/Win32/SharedFileOpen.pm blib\lib\Win32\SharedFileOpen.pm
Running Mkbootstrap for SharedFileOpen ()
C:\"Strawberry\perl\bin\perl.exe" -MExtUtils::Command -e chmod -- 644 "SharedFileOpen.bs"
C:\"Strawberry\perl\bin\perl.exe" -MExtUtils::Command::MM -e cp_nonempty -- SharedFileOpen.bs blib\arch\auto\Win32\SharedFileOpen\SharedFileOpen.bs 644
C:\"Strawberry\perl\bin\perl.exe" "C:\home\tennis\perl5\lib\perl5\ExtUtils\xsubpp" -typemap C:\strawberry\perl\lib\ExtUtils\typemap -typemap C:\home\tennis\.cpanm\work\1688590478.9112\Win32-SharedFileOpen-4.05\typemap SharedFileOpen.xs > SharedFileOpen.xsc
C:\"Strawberry\perl\bin\perl.exe" -MExtUtils::Command -e mv -- SharedFileOpen.xsc SharedFileOpen.c
gcc -c -s -O2 -DWIN32 -DHAVE_DES_FCRYPT -DUSE_SITECUSTOMIZE -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -fno-strict-aliasing -DPERL_MSVCRT_READFIX -s -O2 -DVERSION=\"4.05\" -DXS_VERSION=\"4.05\" "-IC:\strawberry\perl\lib\CORE" SharedFileOpen.c
C:\"Strawberry\perl\bin\perl.exe" -MExtUtils::Mksymlists \
-e "Mksymlists('NAME'=>\"Win32::SharedFileOpen\", 'DLBASE' => 'SharedFileOpen', 'DL_FUNCS' => { }, 'FUNCLIST' => [], 'IMPORTS' => { }, 'DL_VARS' => []);"
g++ SharedFileOpen.def -o blib\arch\auto\Win32\SharedFileOpen\SharedFileOpen.dll -mdll -s -L"C:\strawberry\perl\lib\CORE" -L"C:\strawberry\c\lib" SharedFileOpen.o "C:\strawberry\perl\lib\CORE\libperl510.a" -lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -Wl,--enable-auto-image-base
C:\"Strawberry\perl\bin\perl.exe" -MExtUtils::Command -e chmod -- 755 blib\arch\auto\Win32\SharedFileOpen\SharedFileOpen.dll
C:\"Strawberry\perl\bin\perl.exe" -MExtUtils::Command::MM -e cp_nonempty -- SharedFileOpen.bs blib\arch\auto\Win32\SharedFileOpen\SharedFileOpen.bs 644
C:\"Strawberry\perl\bin\perl.exe" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib\lib', 'blib\arch')" t/*.t
t/01_imports_01.t ...... ok
t/01_imports_02.t ...... ok
t/01_imports_03.t ...... ok
t/01_imports_04.t ...... ok
t/01_imports_05.t ...... ok
t/01_imports_06.t ...... ok
t/01_imports_07.t ...... ok
t/01_imports_08.t ...... ok
t/01_imports_09.t ...... ok
t/01_imports_10.t ...... ok
t/01_imports_11.t ...... ok
t/01_imports_12.t ...... ok
t/01_imports_13.t ...... ok
t/01_imports_14.t ...... ok
t/02_gensym.t .......... ok
t/03_new_fh.t .......... ok
t/04_fsopen_fh_arg.t ... ok
t/05_sopen_fh_arg.t .... ok
Can't call method "clearerr" without a package or object reference at t/06_fsopen_access.t line 84.
# Looks like your test exited with 9 just after 7.
t/06_fsopen_access.t ...
Dubious, test returned 9 (wstat 2304, 0x900)
Failed 45/52 subtests
# Failed test 'sopen() initially fails with O_RDONLY'
# at t/07_sopen_access.t line 67.
# got: '1'
# expected: undef
# Failed test '... and sets $! correctly'
# at t/07_sopen_access.t line 68.
# got: '0'
# expected: '2'
# Failed test '... and sets $^E correctly'
# at t/07_sopen_access.t line 69.
# got: '0'
# expected: '2'
# Failed test 'sopen() initially fails with O_WRONLY'
# at t/07_sopen_access.t line 74.
# got: '1'
# expected: undef
# Failed test '... and sets $! correctly'
# at t/07_sopen_access.t line 75.
# got: '0'
# expected: '2'
# Failed test '... and sets $^E correctly'
# at t/07_sopen_access.t line 76.
# got: '0'
# expected: '2'
Can't call method "clearerr" without a package or object reference at t/07_sopen_access.t line 92.
# Looks like your test exited with 9 just after 10.
t/07_sopen_access.t ....
Dubious, test returned 9 (wstat 2304, 0x900)
Failed 64/68 subtests
t/08_fsopen_share.t .... ok
t/09_sopen_share.t ..... ok
t/10_fsopen_fh_leak.t .. ok
t/11_sopen_fh_leak.t ... ok
t/12_variables.t ....... ok
t/13_changes.t ......... skipped: Author testing only
t/14_critic.t .......... skipped: Author testing only
t/15_pod.t ............. skipped: Author testing only
t/16_pod_coverage.t .... skipped: Author testing only
Test Summary Report
-------------------
t/06_fsopen_access.t (Wstat: 2304 (exited 9) Tests: 7 Failed: 0)
Non-zero exit status: 9
Parse errors: Bad plan. You planned 52 tests but ran 7.
t/07_sopen_access.t (Wstat: 2304 (exited 9) Tests: 10 Failed: 6)
Failed tests: 2-7
Non-zero exit status: 9
Parse errors: Bad plan. You planned 68 tests but ran 10.
Files=29, Tests=1366, 32 wallclock secs ( 0.59 usr + 0.16 sys = 0.75 CPU)
Result: FAIL
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
No requirements found
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
COMSPEC = C:\windows\system32\cmd.exe
NUMBER_OF_PROCESSORS = 4
PATH = C:\home\tennis\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\tennis\perl5\lib\perl5
PERL_LOCAL_LIB_ROOT = C:\home\tennis\perl5
PERL_MB_OPT = --install_base "C:\\home\\tennis\\perl5"
PERL_MM_OPT = INSTALL_BASE=C:\\home\\tennis\\perl5
PROCESSOR_IDENTIFIER = x86 Family 6 Model 37 Stepping 5, GenuineIntel
TEMP = C:\Users\user\AppData\Local\Temp
TERM = dumb
TUGI_PERLVER = 5.010001
Perl special variables (and OS-specific diagnostics, for MSWin32):
EGID = 0
EUID = 0
EXECUTABLE_NAME = C:\Strawberry\perl\bin\perl.exe
GID = 0
UID = 0
Win32::FsType = NTFS
Win32::GetOSName = Win7
Win32::GetOSVersion = Service Pack 1, 6, 1, 7601, 2, 1, 0, 256, 1
Win32::IsAdminUser = 0
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.28
CPAN::Meta 2.150010
Cwd 3.62
ExtUtils::CBuilder 0.280236
ExtUtils::Command 7.70
ExtUtils::Install 2.22
ExtUtils::MakeMaker 7.70
ExtUtils::Manifest 1.70
ExtUtils::ParseXS 3.44
File::Spec 3.62
JSON 4.10
JSON::PP 4.16
Module::Build 0.4232
Module::Signature 0.88
Parse::CPAN::Meta 2.150010
Test::Harness 3.45_02
Test::More 1.302195
YAML 1.26
YAML::Syck n/a
version 0.9924
--
Summary of my perl5 (revision 5 version 10 subversion 1) configuration:
Platform:
osname=MSWin32, osvers=5.1, archname=MSWin32-x86-multi-thread
uname='Win32 strawberryperl 5.10.1.5 #1 Sun May 15 09:44:53 2011 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=undef, use64bitall=undef, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='gcc', ccflags =' -s -O2 -DWIN32 -DHAVE_DES_FCRYPT -DUSE_SITECUSTOMIZE -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -fno-strict-aliasing -DPERL_MSVCRT_READFIX',
optimize='-s -O2',
cppflags='-DWIN32'
ccversion='', gccversion='3.4.5', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
d_longlong=undef, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long', ivsize=4, 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
libs= -lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32
perllibs= -lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32
libc=, so=dll, useshrplib=true, libperl=libperl510.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: MULTIPLICITY PERL_DONT_CREATE_GVSV
PERL_IMPLICIT_CONTEXT PERL_IMPLICIT_SYS
PERL_MALLOC_WRAP PL_OP_SLAB_ALLOC USE_ITHREADS
USE_LARGE_FILES USE_PERLIO USE_SITECUSTOMIZE
Built under MSWin32
Compiled at May 15 2011 09:50:23
%ENV:
PERL5LIB="C:\home\tennis\perl5\lib\perl5"
PERL_LOCAL_LIB_ROOT="C:\home\tennis\perl5"
PERL_MB_OPT="--install_base "C:\\home\\tennis\\perl5""
PERL_MM_OPT="INSTALL_BASE=C:\\home\\tennis\\perl5"
@INC:
C:\home\tennis\perl5\lib\perl5/MSWin32-x86-multi-thread
C:\home\tennis\perl5\lib\perl5
C:/Strawberry/perl/lib
C:/Strawberry/perl/site/lib
C:\strawberry\perl\vendor\lib
.