Front page | perl.cpan.testers |
Postings from July 2008
PASS version-0.7501 MSWin32-x86-multi-thread 5.1
Thread Next
From:
sanko
Date:
July 3, 2008 22:30
Subject:
PASS version-0.7501 MSWin32-x86-multi-thread 5.1
This distribution has been tested as part of the cpan-testers
effort to test as many new uploads to CPAN as possible. See
http://testers.cpan.org/
--
Dear John Peacock,
This is a computer-generated report for version-0.7501
on perl 5.11.0 patch 34101, created by CPAN-Reporter-1.1556.
Thank you for uploading your work to CPAN. Congratulations!
All tests were successful.
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:\perl\bin\perl.exe ./Build test':
t\01base.......
ok 1 - use version;
# tests with bare numbers
# tests with quoted numbers
ok 2 - 5.005_03 eq 5.00503
ok 3 - 1.23 eq "1.23"
ok 4 - "5.005_03" eq "5.005_03"
# tests with stringify
# test illegal formats
ok 5 - "v1.23" eq "v1.23"
ok 6 - 5.005 eq "5.005"
ok 7 - 5.006.001 eq v5.6.1
ok 8 - alpha version 1.2.3_4 eq v1.2.3_4
ok 9 - Invalid version format (multiple underscores)
ok 10 - Invalid version format (underscores before decimal)
ok 11 - Invalid version format (alpha without decimal)
ok 12 - Version string contains invalid data; ignoring
ok 13 - Version string contains invalid data; ignoring
ok 14 - $version eq "99"
ok 15 - $version->numify == 99.0
ok 16 - $version->normal eq v99.0.0
ok 17 - Version string contains invalid data; ignoring
ok 18 - defined $version
ok 19 - boolean
# tests with self
ok 20 - The object isa version
ok 21 - $version <=> $version == 0
# numeric tests with non-objects
ok 22 - $version == $version
ok 23 - $version == $version
# numeric tests with objects
# numeric tests with numbers
ok 24 - $version < $new_version
ok 25 - $new_version > $version
ok 26 - $version != $new_version
ok 27 - $version < $new_version
ok 28 - $new_version > $version
ok 29 - $version != $new_version
ok 30 - $version->numify() == 5.006001
ok 31 - $version->numify() <= 5.006001
# Tests with extended decimal versions
ok 32 - $version->numify() < 5.008
ok 33 - $version == "1.2.3"
ok 34 - $version->numify == 1.002003
ok 35 - $version == 2002.9.30.1
# numeric tests with alpha-style non-objects
ok 36 - $version->numify == 2002.009030001
# numeric tests with alpha-style non-objects
# tests with alpha-style objects
ok 37 - $version < $new_version
ok 38 - $new_version > $version
ok 39 - $version != $new_version
ok 40 - $version > $new_version
ok 41 - $new_version < $version
ok 42 - $version != $new_version
ok 43 - $version < $new_version
ok 44 - $new_version > $version
ok 45 - $version != $new_version
ok 46 - !$version->is_alpha
# tests with alpha-style objects
# tests with alpha-style objects with same subversion
# test implicit [in]equality
ok 47 - $new_version->is_alpha
ok 48 - $version > $new_version
ok 49 - $new_version < $version
ok 50 - $version != $new_version
ok 51 - $version > $new_version
ok 52 - $new_version < $version
ok 53 - $version != $new_version
ok 54 - $version == $new_version
ok 55 - $version == $new_version
# forbidden operations
ok 56 - $version < $new_version
ok 57 - $version < $new_version
ok 58 - $version > $new_version
ok 59 - noop ++
ok 60 - noop --
ok 61 - noop /
ok 62 - noop *
ok 63 - noop abs
# testing qv
ok 64 - qv("1.2") == "1.2.0"
# create new from existing version
ok 65 - qv(1.2) == "1.2.0"
ok 66 - The object isa version
ok 67 - new from existing object
ok 68 - class->new(v1.2) identical
ok 69 - The object isa version
ok 70 - version->new() doesn't clone
ok 71 - $version->new("1.2.3") works too
# testing CVS Revision
ok 72 - qw$Revision: 1.2$ == 1.2.0
ok 73 - qw$Revision: 1.2.3.4$ == 1.2.3.4
# testing CPAN-style versions
ok 74 - CPAN-style alpha version
# Replacement UNIVERSAL::VERSION tests
ok 75 - 1.23_01 > 1.23
ok 76 - 1.23_01 < 1.24
ok 77 - Replacement eval works with exact version
ok 78 - Called as class method
ok 79 - Don't freak if the module doesn't even exist
ok 80 - Replacement eval works with incremented version
ok 81 - Replacement eval works with single digit
ok 82 - Replacement eval works with incremented digit
ok 83 - Replacement handles modules without package or VERSION
ok 84 - Replacement handles modules without package or VERSION
ok 85 - Called as class method
ok 86 - Replacement handles modules without VERSION
ok 87 - Replacement handles modules without VERSION
ok 88 - Replacement handles modules without VERSION
ok 89 - Replacement handles modules without VERSION
# Tests with v-strings
ok 90 - "$version" == 1.2.3
ok 91 - $version == $new_version
# Tests with real-world (malformed) data
ok 92 - v-string initialized qv()
ok 93 - trailing zeros preserved
ok 94 - trailing zeros preserved
ok 95 - trailing zeros preserved
ok 96 - trailing zeros preserved
ok 97 - leading zero inferred
ok 98 - leading space ignored
ok 99 - Undef version comparison \#1
ok 100 - Undef version comparison \#2
ok 101 - Version string 'undef'
ok 102 - Version string 'undef'
ok 103 - Undef version comparison \#3
ok 104 - Undef version comparison \#4
ok 105 - No initializer at all
ok 106 - Undef version comparison \#5
ok 107 - Undef version comparison \#6
ok 108 - Very small version objects
ok 109 - Make sure very small versions don't freak
ok 110 - Comparing vs. version with no decimal
ok 111 - Comparing vs. version with decimal only
ok 112 - Make sure very small versions don't freak
ok 113 - Succeed - required == VERSION
ok 114 - No undef warnings
ok 115 - make sure we cleared qv() properly
ok 116 - make sure we exported qv() properly
ok 117 - The object isa vvv
ok 118 - User typed numeric so we error with numeric
ok 119 - User typed extended so we error with extended
ok 120 # SKIP Cannot test locale handling without a comma locale
ok 121 # SKIP Cannot test locale handling without a comma locale
ok 122 # SKIP Cannot test locale handling without a comma locale
ok 123 # SKIP Cannot test locale handling without a comma locale
ok 124 - Invalid version format 1._1
ok 125 - Too large version
ok 126 - Too large version
ok 127 - Don't fall for Data::Dumper's tricks
ok 128 - Only export qv once per package (to prevent redefined warnings).
1..128
ok
t\02derived....
ok 1 - use version;
ok 2 - The object isa version::Empty
ok 3 - Numified correctly
ok 4 - Stringified correctly
ok 5 - Normalified correctly
# tests with bare numbers
ok 6 - Comparison vs parent class
ok 7 - 5.005_03 eq 5.00503
# tests with quoted numbers
ok 8 - 1.23 eq "1.23"
ok 9 - "5.005_03" eq "5.005_03"
# tests with stringify
ok 10 - "v1.23" eq "v1.23"
# test illegal formats
ok 11 - 5.005 eq "5.005"
ok 12 - 5.006.001 eq v5.6.1
ok 13 - alpha version 1.2.3_4 eq v1.2.3_4
ok 14 - Invalid version format (multiple underscores)
ok 15 - Invalid version format (underscores before decimal)
# tests with self
# numeric tests with non-objects
# numeric tests with objects
ok 16 - Invalid version format (alpha without decimal)
ok 17 - Version string contains invalid data; ignoring
ok 18 - Version string contains invalid data; ignoring
ok 19 - $version eq "99"
ok 20 - $version->numify == 99.0
ok 21 - $version->normal eq v99.0.0
# numeric tests with numbers
# Tests with extended decimal versions
# numeric tests with alpha-style non-objects
# numeric tests with alpha-style non-objects
ok 22 - Version string contains invalid data; ignoring
ok 23 - defined $version
ok 24 - boolean
ok 25 - The object isa version::Empty
ok 26 - $version <=> $version == 0
ok 27 - $version == $version
ok 28 - $version == $version
ok 29 - $version < $new_version
ok 30 - $new_version > $version
ok 31 - $version != $new_version
ok 32 - $version < $new_version
ok 33 - $new_version > $version
ok 34 - $version != $new_version
ok 35 - $version->numify() == 5.006001
ok 36 - $version->numify() <= 5.006001
# tests with alpha-style objects
# tests with alpha-style objects
# tests with alpha-style objects with same subversion
# test implicit [in]equality
ok 37 - $version->numify() < 5.008
ok 38 - $version == "1.2.3"
ok 39 - $version->numify == 1.002003
ok 40 - $version == 2002.9.30.1
ok 41 - $version->numify == 2002.009030001
ok 42 - $version < $new_version
ok 43 - $new_version > $version
ok 44 - $version != $new_version
ok 45 - $version > $new_version
ok 46 - $new_version < $version
ok 47 - $version != $new_version
ok 48 - $version < $new_version
ok 49 - $new_version > $version
# forbidden operations
# testing qv
# create new from existing version
ok 50 - $version != $new_version
ok 51 - !$version->is_alpha
ok 52 - $new_version->is_alpha
ok 53 - $version > $new_version
ok 54 - $new_version < $version
ok 55 - $version != $new_version
ok 56 - $version > $new_version
ok 57 - $new_version < $version
ok 58 - $version != $new_version
ok 59 - $version == $new_version
ok 60 - $version == $new_version
ok 61 - $version < $new_version
ok 62 - $version < $new_version
ok 63 - $version > $new_version
ok 64 - noop ++
ok 65 - noop --
ok 66 - noop /
ok 67 - noop *
ok 68 - noop abs
ok 69 - qv("1.2") == "1.2.0"
ok 70 - qv(1.2) == "1.2.0"
ok 71 - The object isa version::Empty
ok 72 - new from existing object
ok 73 - class->new(v1.2) identical
ok 74 - The object isa version::Empty
ok 75 - version->new() doesn't clone
# testing CVS Revision
# testing CPAN-style versions
ok 76 - $version->new("1.2.3") works too
ok 77 - qw$Revision: 1.2$ == 1.2.0
ok 78 - qw$Revision: 1.2.3.4$ == 1.2.3.4
# Replacement UNIVERSAL::VERSION tests
ok 79 - CPAN-style alpha version
ok 80 - 1.23_01 > 1.23
ok 81 - 1.23_01 < 1.24
ok 82 - Replacement eval works with exact version
ok 83 - Called as class method
ok 84 - Don't freak if the module doesn't even exist
ok 85 - Replacement eval works with incremented version
ok 86 - Replacement eval works with single digit
ok 87 - Replacement eval works with incremented digit
ok 88 - Replacement handles modules without package or VERSION
ok 89 - Replacement handles modules without package or VERSION
ok 90 - Called as class method
ok 91 - Replacement handles modules without VERSION
ok 92 - Replacement handles modules without VERSION
ok 93 - Replacement handles modules without VERSION
ok 94 - Replacement handles modules without VERSION
# Tests with v-strings
ok 95 - "$version" == 1.2.3
ok 96 - $version == $new_version
# Tests with real-world (malformed) data
ok 97 - v-string initialized qv()
ok 98 - trailing zeros preserved
ok 99 - trailing zeros preserved
ok 100 - trailing zeros preserved
ok 101 - trailing zeros preserved
ok 102 - leading zero inferred
ok 103 - leading space ignored
ok 104 - Undef version comparison \#1
ok 105 - Undef version comparison \#2
ok 106 - Version string 'undef'
ok 107 - Version string 'undef'
ok 108 - Undef version comparison \#3
ok 109 - Undef version comparison \#4
ok 110 - No initializer at all
ok 111 - Undef version comparison \#5
ok 112 - Undef version comparison \#6
ok 113 - Very small version objects
ok 114 - Make sure very small versions don't freak
ok 115 - Comparing vs. version with no decimal
ok 116 - Comparing vs. version with decimal only
ok 117 - Make sure very small versions don't freak
ok 118 - Succeed - required == VERSION
ok 119 - No undef warnings
ok 120 - make sure we cleared qv() properly
ok 121 - make sure we exported qv() properly
ok 122 - The object isa vvv
ok 123 - User typed numeric so we error with numeric
ok 124 - User typed extended so we error with extended
ok 125 # SKIP Cannot test locale handling without a comma locale
ok 126 # SKIP Cannot test locale handling without a comma locale
ok 127 # SKIP Cannot test locale handling without a comma locale
ok 128 # SKIP Cannot test locale handling without a comma locale
ok 129 - Invalid version format 1._1
ok 130 - Too large version
ok 131 - Too large version
ok 132 - Don't fall for Data::Dumper's tricks
ok 133 - The object isa version::Bad
ok 134 - Bad subclass numify
ok 135 - Bad subclass normal
ok 136 - Bad subclass stringify
ok 137 - Bad subclass vcmp
1..137
ok
t\03require....
ok 1 - require version;
ok 2 - We don't have the imported qv()
# tests with bare numbers
# tests with quoted numbers
# tests with stringify
ok 3 - 5.005_03 eq 5.00503
ok 4 - 1.23 eq "1.23"
ok 5 - "5.005_03" eq "5.005_03"
ok 6 - "v1.23" eq "v1.23"
ok 7 - 5.005 eq "5.005"
ok 8 - 5.006.001 eq v5.6.1
# test illegal formats
# tests with self
ok 9 - alpha version 1.2.3_4 eq v1.2.3_4
ok 10 - Invalid version format (multiple underscores)
ok 11 - Invalid version format (underscores before decimal)
ok 12 - Invalid version format (alpha without decimal)
ok 13 - Version string contains invalid data; ignoring
ok 14 - Version string contains invalid data; ignoring
# numeric tests with non-objects
# numeric tests with objects
# numeric tests with numbers
# Tests with extended decimal versions
ok 15 - $version eq "99"
ok 16 - $version->numify == 99.0
ok 17 - $version->normal eq v99.0.0
ok 18 - Version string contains invalid data; ignoring
ok 19 - defined $version
ok 20 - boolean
ok 21 - The object isa version
ok 22 - $version <=> $version == 0
ok 23 - $version == $version
ok 24 - $version == $version
ok 25 - $version < $new_version
ok 26 - $new_version > $version
ok 27 - $version != $new_version
ok 28 - $version < $new_version
# numeric tests with alpha-style non-objects
# numeric tests with alpha-style non-objects
# tests with alpha-style objects
# tests with alpha-style objects
# tests with alpha-style objects with same subversion
ok 29 - $new_version > $version
ok 30 - $version != $new_version
ok 31 - $version->numify() == 5.006001
ok 32 - $version->numify() <= 5.006001
ok 33 - $version->numify() < 5.008
ok 34 - $version == "1.2.3"
ok 35 - $version->numify == 1.002003
ok 36 - $version == 2002.9.30.1
ok 37 - $version->numify == 2002.009030001
ok 38 - $version < $new_version
ok 39 - $new_version > $version
ok 40 - $version != $new_version
# test implicit [in]equality
# forbidden operations
# create new from existing version
ok 41 - $version > $new_version
ok 42 - $new_version < $version
ok 43 - $version != $new_version
ok 44 - $version < $new_version
ok 45 - $new_version > $version
ok 46 - $version != $new_version
ok 47 - !$version->is_alpha
ok 48 - $new_version->is_alpha
ok 49 - $version > $new_version
ok 50 - $new_version < $version
ok 51 - $version != $new_version
ok 52 - $version > $new_version
ok 53 - $new_version < $version
ok 54 - $version != $new_version
ok 55 - $version == $new_version
ok 56 - $version == $new_version
ok 57 - $version < $new_version
ok 58 - $version < $new_version
# testing CVS Revision
# testing CPAN-style versions
# Replacement UNIVERSAL::VERSION tests
ok 59 - $version > $new_version
ok 60 - noop ++
ok 61 - noop --
ok 62 - noop /
ok 63 - noop *
ok 64 - noop abs
ok 65 # SKIP version require'd instead of use'd, cannot test qv
ok 66 # SKIP version require'd instead of use'd, cannot test qv
ok 67 # SKIP version require'd instead of use'd, cannot test qv
ok 68 - new from existing object
ok 69 - class->new(v1.2.3) identical
ok 70 - The object isa version
ok 71 - version->new() doesn't clone
ok 72 - $version->new("1.2.3") works too
ok 73 - qw$Revision: 1.2$ == 1.2.0
ok 74 - qw$Revision: 1.2.3.4$ == 1.2.3.4
ok 75 - CPAN-style alpha version
ok 76 - 1.23_01 > 1.23
ok 77 - 1.23_01 < 1.24
ok 78 - Replacement eval works with exact version
ok 79 - Called as class method
ok 80 - Don't freak if the module doesn't even exist
ok 81 - Replacement eval works with incremented version
ok 82 - Replacement eval works with single digit
ok 83 - Replacement eval works with incremented digit
ok 84 - Replacement handles modules without package or VERSION
ok 85 - Replacement handles modules without package or VERSION
ok 86 - Called as class method
ok 87 - Replacement handles modules without VERSION
ok 88 - Replacement handles modules without VERSION
ok 89 - Replacement handles modules without VERSION
ok 90 - Replacement handles modules without VERSION
# Tests with v-strings
ok 91 - "$version" == 1.2.3
ok 92 - $version == $new_version
# Tests with real-world (malformed) data
ok 93 # SKIP version require'd instead of use'd, cannot test qv
ok 94 - trailing zeros preserved
ok 95 - trailing zeros preserved
ok 96 - trailing zeros preserved
ok 97 - trailing zeros preserved
ok 98 - leading zero inferred
ok 99 - leading space ignored
ok 100 - Undef version comparison \#1
ok 101 - Undef version comparison \#2
ok 102 - Version string 'undef'
ok 103 - Version string 'undef'
ok 104 - Undef version comparison \#3
ok 105 - Undef version comparison \#4
ok 106 - No initializer at all
ok 107 - Undef version comparison \#5
ok 108 - Undef version comparison \#6
ok 109 - Very small version objects
ok 110 - Make sure very small versions don't freak
ok 111 - Comparing vs. version with no decimal
ok 112 - Comparing vs. version with decimal only
ok 113 - Make sure very small versions don't freak
ok 114 - Succeed - required == VERSION
ok 115 - No undef warnings
ok 116 - make sure we cleared qv() properly
ok 117 - make sure we exported qv() properly
ok 118 - The object isa vvv
ok 119 - User typed numeric so we error with numeric
ok 120 - User typed extended so we error with extended
ok 121 # SKIP Cannot test locale handling without a comma locale
ok 122 # SKIP Cannot test locale handling without a comma locale
ok 123 # SKIP Cannot test locale handling without a comma locale
ok 124 # SKIP Cannot test locale handling without a comma locale
ok 125 - Invalid version format 1._1
ok 126 - Too large version
ok 127 - Too large version
ok 128 - Don't fall for Data::Dumper's tricks
1..128
ok
All tests successful.
Files=3, Tests=393, 6 wallclock secs ( 0.41 usr + 0.05 sys = 0.45 CPU)
Result: PASS
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------ ------- --------
perl > 5.005 5.011000
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
COMSPEC = C:\WINDOWS\system32\cmd.exe
NUMBER_OF_PROCESSORS = 1
PATH = C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Graphviz2.18\Bin;C:\Program Files\Bakefile;C:\Program Files\TortoiseSVN\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Subversion\bin;C:\MinGW\bin\;C:\perl\bin\;C:\bin\
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 1164
PERL5_CPAN_IS_RUNNING = 1164
PROCESSOR_IDENTIFIER = x86 Family 15 Model 3 Stepping 3, GenuineIntel
TEMP = C:\DOCUME~1\SANKOR~1\LOCALS~1\Temp
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = C:\perl\bin\perl.exe
$UID/$EUID = 0 / 0
$GID = 0
$EGID = 0
Win32::GetOSName = WinXP/.Net
Win32::GetOSVersion = Service Pack 3, v.3311, 5, 1, 2600, 2, 3, 0, 0, 1
Win32::FsType = NTFS
Win32::IsAdminUser = 1
Perl module toolchain versions installed:
Module Have
------------------- ---------
CPAN 1.92_63
Cwd 3.2701
ExtUtils::CBuilder 0.23
ExtUtils::Command 1.14
ExtUtils::Install 1.50_01
ExtUtils::MakeMaker 6.44
ExtUtils::Manifest 1.54
ExtUtils::ParseXS 2.19_01
File::Spec 3.2701
Module::Build 0.2808_02
Module::Signature n/a
Test::Harness 3.12
Test::More 0.80
YAML 0.66
YAML::Syck n/a
version 0.74
--
Summary of my perl5 (revision 5 version 11 subversion 0 patch 34101) configuration:
Platform:
osname=MSWin32, osvers=5.1, archname=MSWin32-x86-multi-thread
uname=''
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 -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -fno-strict-aliasing -mms-bitfields -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:\perl\lib\CORE" -L"C:\MinGW\lib"'
libpth=C:\MinGW\lib
libs=-lmsvcrt -lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32
perllibs=-lmsvcrt -lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32
libc=-lmsvcrt, so=dll, useshrplib=true, libperl=libperl511.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_win32.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' '
cccdlflags=' ', lddlflags='-mdll -s -L"c:\perl\lib\CORE" -L"C:\MinGW\lib"'
Thread Next