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/

Please cc any replies to [email protected] to keep other
test volunteers informed and to prevent any duplicate effort.

--
The failed test is t/canvas.t test 84. This _may_ have failed under 804.027 as 
well; I can test if need be. The output of

make test TEST_VERBOSE=1 TEST_FILES=t/canvas.t >t/canvas.log 2>&1

is appended to the output of 'make test' (scroll WAY down).

cd pTk && make DEFINE="" LIBPERL_A="libperl.a" LINKTYPE="dynamic" 
OPTIMIZE="-Os" PREFIX="/usr/local/test/perl/5.8.8" PASTHRU_DEFINE="" 
PASTHRU_INC=""
cd zlib && make libz.a "CC=cc  " RANLIB="/usr/bin/ar ts"
make[2]: `libz.a' is up to date.
make  all-am
make[3]: Nothing to be done for `all-am'.
make[2]: Nothing to be done for `all'.
cd jpeg && make libjpeg.a
make[2]: `libjpeg.a' is up to date.
make[2]: Nothing to be done for `all'.
/usr/local/test/perl/5.8.8/bin/perl "-It" "-MTkTest" "-MExtUtils::Command::MM" 
"-e" "check_display_harness; test_harness(0, 'blib/lib', 'blib/arch')" 
t/00wmcheck.t t/JP.t t/KR.t t/Require.t t/Tkxs.t t/Trace.t t/X.t t/adjuster.t 
t/after.t t/autoload.t t/balloon.t t/browseentry-grabtest.t 
t/browseentry-subclassing.t t/browseentry.t t/browseentry2.t t/button-tcl.t 
t/button.t t/canvas.t t/canvas2.t t/coloreditor.t t/create.t t/cursor.t 
t/dash.t t/dialogbox.t t/dirtree.t t/entry.t t/exefiles.t t/fbox.t 
t/fileevent.t t/fileselect.t t/font.t t/fork.t t/geomgr.t t/iso8859-1.t 
t/leak.t t/list.t t/listbox.t t/listvar.t t/magic.t t/mega.t t/msgbox.t t/mwm.t 
t/optmenu.t t/photo.t t/pixmap.t t/progbar.t t/property.t t/regexp.t t/slaves.t 
t/table.t t/text.t t/trace1.t t/unicode.t t/widget.t t/wm-tcl.t t/wm-time.t 
t/wm.t t/zzHList.t t/zzPhoto.t t/zzScrolled.t t/zzText.t t/zzTixGrid.t
t/00wmcheck..................# 
# Tk platform:    unix
# X11 server:     X11R0 The XFree86 Project, Inc 40300000
# window manager: <unknown> (property _NET_SUPPORTING_WM_CHECK exists, but 
getting _NET_WM_NAME fails)
#        version: <unknown>
# XFT:            no
ok
t/adjuster...................ok
t/after......................ok
t/autoload...................ok
t/balloon....................ok
t/browseentry-grabtest.......ok
t/browseentry-subclassing....ok
t/browseentry................ok
t/browseentry2...............ok
t/button-tcl.................ok
t/button.....................ok
t/canvas.....................
#   Failed test in t/canvas.t at line 235.
#          got: '255'
#     expected: '215'
# Looks like you failed 1 test of 158.
dubious
        Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 84
        Failed 1/158 tests, 99.37% okay
t/canvas2....................ok
t/coloreditor................ok
t/create.....................ok
t/cursor.....................ok
t/dash.......................ok
t/dialogbox..................ok
        4/12 skipped: Needs non-BATCH mode (env BATCH=0 
/usr/local/test/perl/5.8.8/bin/perl -Mblib t/dialogbox.t)
t/dirtree....................ok
t/entry......................ok
        15/350 skipped: various reasons
t/exefiles...................ok
t/fbox.......................ok
t/fileevent..................ok
t/fileselect.................ok
t/font.......................Font Courier -12 still in cache.
ok
t/fork.......................ok
t/geomgr.....................ok
t/iso8859-1..................ok
t/JP.........................skipped
        all skipped: locale's 'ascii' cannot represent Japanese.
t/KR.........................skipped
        all skipped: locale's 'ascii' cannot represent Korean.
t/leak.......................ok
t/list.......................ok
t/listbox....................ok
        26/539 skipped: various reasons, 4/539 unexpectedly succeeded
t/listvar....................ok
t/magic......................ok
t/mega.......................ok
t/msgbox.....................ok
t/mwm........................ok
t/optmenu....................ok
t/photo......................ok
        4/102 skipped: various reasons
t/pixmap.....................ok
t/progbar....................ok
t/property...................ok
t/regexp.....................ok
t/Require....................ok
t/slaves.....................ok
t/table......................ok
t/text.......................Stack moved 1363c0 => 1363c4
ok
        32/415 skipped: various reasons, 1/415 unexpectedly succeeded
t/Tkxs.......................ok
        37/37 skipped: Set $ENV{TEST_AUTHOR} to a true value to run.
t/Trace......................ok
t/trace1.....................ok
t/unicode....................ok
t/widget.....................ok
t/wm-tcl.....................ok
        43/315 skipped: various reasons, 30/315 unexpectedly succeeded
t/wm-time....................# Start update 2
# . update 0.038 2
# .label update 0.0531 1
# Start Popup 2
# .toplevel Popup 0.0634 2
# .toplevel.label Popup 0.0675 1
# Start withdraw 0
# Start Popup Again 2
# .toplevel Popup Again 0.0411 2
# .toplevel.label Popup Again 0.0507 1
# Start destroy 0
ok
t/wm.........................ok
t/X..........................ok
t/zzHList....................ok
t/zzPhoto....................ok
t/zzScrolled.................ok
        4/94 unexpectedly succeeded
t/zzText.....................ok
t/zzTixGrid..................ok
Failed Test Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/canvas.t     1   256   158    1   0.63%  84
 (39 subtests UNEXPECTEDLY SUCCEEDED), 2 tests and 161 subtests skipped.
Failed 1/62 test scripts, 98.39% okay. 1/3686 subtests failed, 99.97% okay.
make: *** [test_dynamic] Error 25

>>>>> END of 'make test' output
>>>>> BEGINNING of 'make test TEST_VERBOSE=1 TEST_FILES=t/canvas.t'
cd pTk && make DEFINE="" LIBPERL_A="libperl.a" LINKTYPE="dynamic" 
OPTIMIZE="-Os" PREFIX="/usr/local" PASTHRU_DEFINE="" PASTHRU_INC=""
cd zlib && make libz.a "CC=cc  " RANLIB="/usr/bin/ar ts"
make[2]: `libz.a' is up to date.
make  all-am
make[3]: Nothing to be done for `all-am'.
make[2]: Nothing to be done for `all'.
cd jpeg && make libjpeg.a
make[2]: `libjpeg.a' is up to date.
make[2]: Nothing to be done for `all'.
/usr/local/bin/perl "-It" "-MTkTest" "-MExtUtils::Command::MM" "-e" 
"check_display_harness; test_harness(1, 'blib/lib', 'blib/arch')" t/canvas.t
t/canvas......
1..158
ok 1 - use Tk::Canvas;
ok 2 - The object isa Tk::Canvas
ok 3 - The object isa Tk::Widget
ok 4 - cget -background
ok 5 - Comparing configure and cget values for -background
ok 6 - Expected error message for -background
ok 7 - cget -bg
ok 8 - Comparing configure and cget values for -bg
ok 9 - Expected error message for -bg
ok 10 - cget -bd
ok 11 - Comparing configure and cget values for -bd
ok 12 - Expected error message for -bd
ok 13 - cget -borderwidth
ok 14 - Comparing configure and cget values for -borderwidth
ok 15 - Expected error message for -borderwidth
ok 16 - cget -closeenough
ok 17 - Comparing configure and cget values for -closeenough
ok 18 - Expected error message for -closeenough
ok 19 - cget -confine
ok 20 - Comparing configure and cget values for -confine
ok 21 - cget -cursor
ok 22 - Comparing configure and cget values for -cursor
ok 23 - Expected error message for -cursor
ok 24 - cget -height
ok 25 - Comparing configure and cget values for -height
ok 26 - Expected error message for -height
ok 27 - cget -highlightbackground
ok 28 - Comparing configure and cget values for -highlightbackground
ok 29 - Expected error message for -highlightbackground
ok 30 - cget -highlightcolor
ok 31 - Comparing configure and cget values for -highlightcolor
ok 32 - Expected error message for -highlightcolor
ok 33 - cget -highlightthickness
ok 34 - Comparing configure and cget values for -highlightthickness
ok 35 - Expected error message for -highlightthickness
ok 36 - cget -insertbackground
ok 37 - Comparing configure and cget values for -insertbackground
ok 38 - Expected error message for -insertbackground
ok 39 - cget -insertborderwidth
ok 40 - Comparing configure and cget values for -insertborderwidth
ok 41 - Expected error message for -insertborderwidth
ok 42 - cget -insertofftime
ok 43 - Comparing configure and cget values for -insertofftime
ok 44 - cget -insertontime
ok 45 - Comparing configure and cget values for -insertontime
ok 46 - cget -insertwidth
ok 47 - Comparing configure and cget values for -insertwidth
ok 48 - Expected error message for -insertwidth
ok 49 - cget -relief
ok 50 - Comparing configure and cget values for -relief
ok 51 - Expected error message for -relief
ok 52 - cget -selectbackground
ok 53 - Comparing configure and cget values for -selectbackground
ok 54 - Expected error message for -selectbackground
ok 55 - cget -selectborderwidth
ok 56 - Comparing configure and cget values for -selectborderwidth
ok 57 - Expected error message for -selectborderwidth
ok 58 - cget -selectforeground
ok 59 - Comparing configure and cget values for -selectforeground
ok 60 - Expected error message for -selectforeground
ok 61 - cget -takefocus
ok 62 - Comparing configure and cget values for -takefocus
ok 63 - cget -width
ok 64 - Comparing configure and cget values for -width
ok 65 - Expected error message for -width
ok 66 - Comparing configure and cget values for -xscrollcommand
ok 67 - Comparing configure and cget values for -yscrollcommand
ok 68 - configure throws error on bad option
ok 69 - configure throws error on bad option
ok 70 - bind method
ok 71 - bind method with failure
ok 72 - xview method
ok 73 - xview method after scroll
ok 74 - xview method (2)
ok 75 - xview method after scroll (2)
ok 76 - yview method
ok 77 - yview method after scroll
ok 78 - yview method (2)
ok 79 - yview method after scroll (2)
ok 80 - canvasx after scrolling to origin
ok 81 - canvasy after scrolling to origin
ok 82 - canvasx after multiple scroll
ok 83 - canvasy after multiple scroll
not ok 84

#   Failed test at t/canvas.t line 235.
#          got: '255'
#     expected: '215'
ok 85
ok 86 - BBox of arc
ok 87 - BBox of chord
ok 88 - BBox of pieslice
ok 89 - Tag expressions
ok 90
ok 91
ok 92
ok 93
ok 94
ok 95
ok 96
ok 97
ok 98
ok 99 - Tag with spaces
ok 100
ok 101 - Tag expression error (&&c)
ok 102 - Tag expression error (!!c)
ok 103 - Tag expression error (b||)
ok 104 - Tag expression error (b&&(c||))
ok 105 - Tag expression error (d&&"")
ok 106 - Tag expression error (d&&"tag with spaces)
ok 107 - Tag expression error (a&&"tag with spaces"z)
ok 108 - Tag expression error (a&&b&c)
ok 109 - Tag expression error (a||b|c)
ok 110 - backward compatility - strange tags that are not expressions
ok 111 - multple events bound to same tag expr
ok 112 - canvas poly fill check, bug 5783
ok 113 - rect region inc. edge; canvas poly overlap fill check, bug 226357
ok 114 - top-center point
ok 115 - not on poly
ok 116 - center-point
ok 117 - outside poly
ok 118 - rect region inc. edge
ok 119 - top-center point
ok 120 - not on poly
ok 121 - center-point
ok 122 - outside poly
ok 123 - outside poly?
ok 124 - canvas mm obj, patch SF-403327, 102471
ok 125 - canvas mm obj, patch SF-403327, 102471
ok 126 - canvas delete during event, SF bug-228024
ok 127 - canvas scan SF bug 581560
ok 128 - canvas scan
ok 129
ok 130 - correct canvas scan mark
ok 131
ok 132 - correct canvas scan dragto
ok 133 - basic types check: arc requires coords
ok 134 - basic coords check: arc coords are paired
ok 135 - basic types check: bitmap requires coords
ok 136 - basic coords check: bitmap coords are paired
ok 137 - basic types check: image requires coords
ok 138 - basic coords check: image coords are paired
ok 139 - basic types check: line requires coords
ok 140 - basic coords check: line coords are paired
ok 141 - basic types check: oval requires coords
ok 142 - basic coords check: oval coords are paired
ok 143 - basic types check: polygon requires coords
ok 144 - basic coords check: polygon coords are paired
ok 145 - basic types check: rect requires coords
ok 146 - basic coords check: rect coords are paired
ok 147 - basic types check: text requires coords
ok 148 - basic coords check: text coords are paired
ok 149 - basic types check: window requires coords
ok 150 - basic coords check: window coords are paired
ok 151 - arc coords check
not ok 152 # TODO Decide whether test failures are expected or not...
#   Failed (TODO) test at t/canvas.t line 508.
#          got: undef
#     expected: '0'
not ok 153 - smooth test # TODO Decide whether test failures are expected or 
not...
#   Failed (TODO) test 'smooth test'
#   at t/canvas.t line 520.
#          got: 'bezier'
#     expected: 'true'
not ok 154 - smooth test # TODO Decide whether test failures are expected or 
not...
#   Failed (TODO) test 'smooth test'
#   at t/canvas.t line 520.
#          got: 'bezier'
#     expected: 'true'
not ok 155 - smooth test # TODO Decide whether test failures are expected or 
not...
#   Failed (TODO) test 'smooth test'
#   at t/canvas.t line 520.
#          got: 'bezier'
#     expected: 'true'
not ok 156 - smooth test # TODO Decide whether test failures are expected or 
not...
#   Failed (TODO) test 'smooth test'
#   at t/canvas.t line 520.
#          got: 'bezier'
#     expected: 'raw'
not ok 157 - smooth test # TODO Decide whether test failures are expected or 
not...
#   Failed (TODO) test 'smooth test'
#   at t/canvas.t line 520.
#          got: 'bezier'
#     expected: 'raw'
not ok 158 - smooth test # TODO Decide whether test failures are expected or 
not...
#   Failed (TODO) test 'smooth test'
#   at t/canvas.t line 520.
#          got: 'bezier'
#     expected: 'b'
# Looks like you failed 1 test of 158.
 Dubious, test returned 1 (wstat 256, 0x100)
 Failed 1/158 subtests 

Test Summary Report
-------------------
t/canvas.t (Wstat: 256 Tests: 158 Failed: 1)
  Failed test number(s):  84
  Non-zero exit status: 1
Files=1, Tests=158,  2 wallclock secs ( 0.19 usr  0.08 sys +  1.21 cusr  0.18 
csys =  1.66 CPU)
Result: FAIL
Failed 1/1 test programs. 1/158 subtests failed.
make: *** [test_dynamic] Error 1

--

Summary of my perl5 (revision 5 version 8 subversion 8) configuration:
  Platform:
    osname=darwin, osvers=7.9.0, archname=darwin-2level
    uname='darwin wyants-white-imac.local 7.9.0 darwin kernel version 7.9.0: 
wed mar 30 20:11:17 pst 2005; root:xnuxnu-517.12.7.obj~1release_ppc power 
macintosh powerpc '
    config_args='-Dprefix=/usr/local/test/perl/5.8.8'
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=undef use5005threads=undef useithreads=undef 
usemultiplicity=undef
    useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=undef use64bitall=undef uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-fno-common -DPERL_DARWIN -no-cpp-precomp 
-fno-strict-aliasing -pipe -I/usr/local/include',
    optimize='-Os',
    cppflags='-no-cpp-precomp -fno-common -DPERL_DARWIN -no-cpp-precomp 
-fno-strict-aliasing -pipe -I/usr/local/include'
    ccversion='', gccversion='3.3 20030304 (Apple Computer, Inc. build 1671)', 
gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8
    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', 
lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='env MACOSX_DEPLOYMENT_TARGET=10.3 cc', ldflags =' -L/usr/local/lib'
    libpth=/usr/local/lib /usr/lib
    libs=-ldbm -ldl -lm -lc
    perllibs=-ldl -lm -lc
    libc=/usr/lib/libc.dylib, so=dylib, useshrplib=false, libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dyld.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' '
    cccdlflags=' ', lddlflags=' -bundle -undefined dynamic_lookup 
-L/usr/local/lib'

Reply via email to