develooper Front page | perl.cpan.testers | Postings from July 2008

PASS CGI-Application-4.10 MSWin32-x86-multi-thread 5.1

From:
sanko
Date:
July 4, 2008 20:14
Subject:
PASS CGI-Application-4.10 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 Mark Stosberg,
    
This is a computer-generated report for CGI-Application-4.10
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: 

this report is from an automated smoke testing program
and was not reviewed by a human for accuracy

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

Output from 'C:\perl\bin\perl.exe ./Build test':

t\arrayrefmodes.............
1..7
ok 1 - use TestApp8;
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok
t\basic.....................
1..110
ok 1 - use CGI::Application;
ok 2 - The object isa CGI::Application
ok 3 - base class response (header match)
ok 4 - base class response (body match)
ok 5 - The object isa CGI::Application
ok 6 - TestApp, blank query (header match)
ok 7 - TestApp, blank query (body match)
ok 8 - PARAMS must be a hashref!
ok 9 - TestApp, redirect_test (header match)
ok 10 - TestApp, redirect_test (body match)
ok 11 - TestApp, redirect_test (header match)
ok 12 - TestApp, redirect_test (body match)
ok 13 - TestApp, dump_text (header match)
ok 14 - TestApp, dump_text (body match)
ok 15 - TestApp, cookie test (header match)
ok 16 - TestApp, cookie test (body match)
ok 17 - TestApp, tmpl_test (header match)
ok 18 - TestApp, tmpl_test (body match)
ok 19 - TestApp, tmpl_badparam_test (header match)
ok 20 - TestApp, tmpl_badparam_test (body match)
ok 21 - TestApp, eval_test (header match)
ok 22 - TestApp, eval_test (body match)
ok 23 - TestApp2's cgiapp_init ran
ok 24 - TestApp2's cgiapp_init set the right value
ok 25 - TestApp3, subref_modeparam (header match)
ok 26 - TestApp3, subref_modeparam (body match)
ok 27 - TestApp3, 0 as run mode isn't start_mode (header match)
ok 28 - TestApp3, 0 as run mode isn't start_mode (body match)
ok 29 - TestApp3, q() as run mode is start_mode (header match)
ok 30 - TestApp3, q() as run mode is start_mode (body match)
ok 31 - TestApp3, undef run mode (goes to start_mode) (header match)
ok 32 - TestApp3, undef run mode (goes to start_mode) (body match)
ok 33 - run modes can return scalar references (header match)
ok 34 - run modes can return scalar references (body match)
ok 35 - AUTOLOAD run mode (header match)
ok 36 - AUTOLOAD run mode (body match)
ok 37 - no runmode + no autoload = exception
ok 38 - force basic_test1 (header match)
ok 39 - force basic_test1 (body match)
ok 40 - force basic_test2 (header match)
ok 41 - force basic_test2 (body match)
ok 42 - force basic_test3 (header match)
ok 43 - force basic_test3 (body match)
ok 44 - Pn params set during initialization
ok 45 - P1 of 2 correct
ok 46 - P2 of 2 correct
ok 47 - added one param to list
ok 48 - P1 of 2 correct again
ok 49 - P2 of 2 correct again
ok 50 - and new arg, P3, is also correct
ok 51 - all five args set ok
ok 52 - P1 of 4 correct
ok 53 - P2 of 4 correct
ok 54 - P3 of 4 correct
ok 55 - P4 of 4 correct
ok 56 - P5 also correct
ok 57 - multiple param setting returns undef (for now)
ok 58 - 7 params ok
ok 59 - P1 of 7 correct
ok 60 - P2 of 7 correct
ok 61 - P3 of 7 correct
ok 62 - P4 of 7 correct
ok 63 - P5 of 7 correct
ok 64 - P6 of 7 correct
ok 65 - P7 of 7 correct
ok 66 - multiple param setting returns undef (for now)
ok 67 - P1-8 all ok
ok 68 - P1 of 8 correct
ok 69 - P2 of 8 correct
ok 70 - P3 of 8 correct
ok 71 - P4 of 8 correct
ok 72 - P5 of 8 correct
ok 73 - P6 of 8 correct
ok 74 - P7 of 8 correct
ok 75 - P8 of 8 correct
ok 76 - value returned on setting P8 is correct
ok 77 - we get undef when deleting unnamed param
ok 78 - and our real param is still ok
ok 79 - added test header before redirect
ok 80 - and still redirected
ok 81 - added test header
ok 82 - no second-header header
ok 83 - no Test2 header, either
ok 84 - arrayref test: cookie1
ok 85 - arrayref test: cookie2
ok 86 - header_props: cookie1
ok 87 - header_add: cookie2
ok 88 - header add after props
ok 89 - TMPL_PATH without trailing slash (header match)
ok 90 - TMPL_PATH without trailing slash (body match)
ok 91 - croak on odd number of args to run_modes
ok 92 - current runmode is undef before run
ok 93 - no current run mode in dump
ok 94 - we start with P1 P2 P3
ok 95 - P2 deletes without incident
ok 96 - and deletion returns the deleted value
ok 97 - P1 still has the right value
ok 98 - P2 is now undef
ok 99 - asking for P2 didn't instantiate it
ok 100 - P3 still has the right value
ok 101 - we get undef back when deleting nonexistant param
ok 102 - and P1's value is unmolested
ok 103 - and the fake param doesn't get a value
ok 104 - and P3 is unmolested too
ok 105 - tmpl_path returns array ref
ok 106 - tmpl_path first element is correct
ok 107 - tmpl_path second element is correct
ok 108 - tmpl_path from H::T obj returns array ref
ok 109 - tmpl_path from H::T obj first element is correct
ok 110 - tmpl_path from H::T obj second element is correct
ok
t\callbacks.................
1..5
ok 1 - use CGI::Application;
ok 2 - My::App - callbacks executed correctly (first run)
ok 3 - My::App - callbacks executed correctly (second run)
ok 4 - Other::App - callbacks executed correctly
ok 5 - Unrelated::App - callbacks executed correctly
ok
t\enhancement31.............
1..2
ok 1 - The object isa TestCGI
ok 2 - Headers 'none'
ok
t\errormode.................
1..6
ok 1 - use TestApp11;
ok 2 - use TestApp12;
ok 3 - Errormode works
ok 4 - Errormode received $@ as value
ok 5 - Make sure the error_mode did fail
ok 6 - Errormode fails correctly
ok
t\getquery..................
1..3
ok 1 - use TestApp7;
ok 2
ok 3
ok
t\header_props..............
1..6
ok 1 - use CGI::Application;
ok 2 - warn if we set header while header type is none
ok 3 - croak on odd number of non-ref args to header_props
ok 4 - croak on odd number of non-ref args to header_add
ok 5 - headed added via hashref arg to header_props
ok 6 - headed added via hashref arg to header_add
ok
t\load_tmpl_hook............
1..5
ok 1 - normal app output contains start
ok 2 - normal app output doesn't contain load_tmpl_hook
ok 3 - adding load_tmpl callback causes load_tmpl_hook to appear
ok 4 - load_tmpl callback affected template
ok 5 - template name passed into callback works
ok
t\mailform..................
1..4
ok 1 - require CGI::Application::Mailform;
ok 2 - The object isa CGI::Application::Mailform
ok 3 - The object isa CGI::Application
ok 4 - CGI::Application::Mailform->can('run')
ok
t\mode_param_overwritten....
1..1
ok 1 - setting mode_param in a sub-class works
ok
t\mode_param_path_info......
1..14
ok 1 - use TestApp5;
ok 2 - use CGI;
ok 3 - avoided eval() death
ok 4 - mode_param( path_info => 1 ) with PATH_INFO set.
ok 5 - avoided eval() death
ok 6 - mode_param( path_info => 1 ) without PATH_INFO set, but with rm.
ok 7 - avoided eval() death
ok 8 - mode_param( param => 'alt_rm' )
ok 9 - avoided eval() death
ok 10 - mode_param( path_info => 2 ), expecting success
ok 11 - avoided eval() death
ok 12 - mode_param( path_info => 2, param => 'alt_rm' ), with path_info undef
ok 13 - avoided eval() death
ok 14 - mode_param( path_info => -2 ), expecting success
ok
t\postrun...................
1..7
ok 1 - Postrun body has headers
ok 2 - Hello world: postrun_body
ok 3 - Postrun was here
ok 4 - Postrun header is redirect
ok 5 - Postrun header is redirect to postrun.html
ok 6 - Hello world: postrun_header
ok 7 - Postrun was NOT here
ok
t\prerun....................
1..10
ok 1 - use TestApp6;
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10
ok
t\zerorm....................
1..1
ok 1 - Runmode 0 works
ok
All tests successful.
Files=14, Tests=181,  5 wallclock secs ( 0.20 usr +  0.08 sys =  0.28 CPU)
Result: PASS

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

Prerequisite modules loaded:

requires:

    Module         Need Have
    -------------- ---- ----
    Carp           0    1.09
    CGI            0    3.38
    Class::ISA     0    0.33
    HTML::Template 0    2.9 
    Test::More     0.47 0.80

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

Environment variables:

    AUTOMATED_TESTING = 1
    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 = \.cpan\build\HTML-Template-2.9-dW5U_N/blib/arch;\.cpan\build\HTML-Template-2.9-dW5U_N/blib/lib;\.cpan\build\HTML-TagCloud-0.34-hLtByk/blib/arch;\.cpan\build\HTML-TagCloud-0.34-hLtByk/blib/lib
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 1484
    PERL5_CPAN_IS_RUNNING = 1484
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 2872,1484
    PERL_CR_SMOKER_CURRENT = Rubric-0.143
    PERL_MM_USE_DEFAULT = 1
    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.7501   


--

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"'



Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About