<[EMAIL PROTECTED]> writes: >PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, >'blib/lib', 'blib/arch')" t/JP.t t/KR.t t/Require.t t/Trace.t t/X.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.t t/create.t t/cursor.t t/dash.t >t/dialogbox.t t/entry.t t/fbox.t t/fileevent.t t/fileselect.t t/font.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/mwm.t >t/optmenu.t t/photo.t t/pixmap.t t/progbar.t t/regexp.t t/slaves.t t/trace1.t >t/widget.t t/wm-time.t t/wm.t t/zzHList.t t/zzPhoto.t t/zzScrolled.t t/zzText.t >t/zzTixGrid.t >t/after......................ok >t/autoload...................ok >t/balloon....................ok >t/browseentry-grabtest.......ok >t/browseentry-subclassing....ok >t/browseentry................grab failed: another application has grab at >/usr/lib/perl5/site_perl/.cpanplus/5.8.3/build/Tk-804.026/blib/lib/Tk/Submethods.pm >line 19. >ok
Note the 'ok' - this is quite common so I allow it. Typically what has the 'grab' is the screen-saver. >t/zzScrolled.................# Test 66 got: '589x341+0+32' (t/zzScrolled.t at line >101 fail #2) ># Expected: '589x341+0+0' (Sizechk: geometry has not changed not reset for -height >=> 24+(5)) ># t/zzScrolled.t line 101 is: ok($newgeo, $oldgeo, "Sizechk: geometry >has not changed not reset" . ># Test 94 got: '589x341+17+32' (t/zzScrolled.t at line 101 fail #4) ># Expected: '589x341+0+32' (Sizechk: geometry has not changed not reset for -width >=> 80+(5)) That is becoming a pain. >FAILED tests 66, 94 > Failed 2/94 tests, 97.87% okay >t/zzText.....................ok >t/zzTixGrid..................ok >Failed Test Stat Wstat Total Fail Failed List of Failed >------------------------------------------------------------------------------- >t/zzScrolled.t 94 2 2.13% 66 94 > (3 subtests UNEXPECTEDLY SUCCEEDED), 23 subtests skipped. >Failed 1/46 test scripts, 97.83% okay. 2/2618 subtests failed, 99.92% okay. >make: *** [test_dynamic] Error 255 I would count that as a pass - will try an tune zzScrolled.t > > >Additional comments: >Evidently my "grab" failed. Not sure if this is a problem with my UA or if it is a >general error. >-- > >Summary of my perl5 (revision 5.0 version 8 subversion 3) configuration: > Platform: > osname=linux, osvers=2.4.22, archname=i686-linux > uname='linux valinor 2.4.22 #6 tue sep 2 17:43:01 pdt 2003 i686 unknown unknown > gnulinux ' > config_args='-Doptimize=-g' > 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 ='-DDEBUGGING -fno-strict-aliasing -I/usr/local/include > -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64', > optimize='-g', > cppflags='-DDEBUGGING -fno-strict-aliasing -I/usr/local/include' > ccversion='', gccversion='3.2.3', gccosandvers='' > intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234 > d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12 > ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 > alignbytes=4, prototype=define > Linker and Libraries: > ld='cc', ldflags =' -L/usr/local/lib' > libpth=/usr/local/lib /lib /usr/lib > libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc > perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc > libc=/lib/libc-2.3.2.so, so=so, useshrplib=false, libperl=libperl.a > gnulibc_version='2.3.2' > Dynamic Linking: > dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic' > cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'
