Re: ANNOUNCE: Tk 804.027_500
Steve Lidie <[email protected]> Mon, 12 Feb 2007 12:52:30 -0500
| Newsgroups | gmane.comp.lang.perl.tk |
|---|---|
| Message-ID | <[email protected]> |
On Feb 11, 2007, at 1:29 PM, Slaven Rezic wrote: > Slaven Rezic <[email protected]> writes: > >> I am happy to announce a new development release of Tk: >> > [...] Thanks Slaven. Results for 3 architectures follow. ######################################################################## ############################################################## For Mac OS X 10.4.8 Tiger, 2 tests failed, else it looks good: [lusol@dragonfly:~/Desktop/Tk-804.027_500] uname -a Darwin dragonfly.cc.lehigh.edu 8.8.0 Darwin Kernel Version 8.8.0: Fri Sep 8 17:18:57 PDT 2006; root:xnu-792.12.6.obj~1/RELEASE_PPC Power Macintosh powerpc t/canvas.....................ok 82/158# Failed test (t/canvas.t at line 235) # got: '255' # expected: '215' t/canvas.....................ok 158/158# Looks like you failed 1 tests of 158. t/canvas.....................dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 84 Failed 1/158 tests, 99.37% okay t/unicode....................NOK 9# Failed test (t/unicode.t at line 145) # got: '1.20' # expected: '1.0' t/unicode....................ok 13/13# Looks like you failed 1 tests of 13. t/unicode....................dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 9 Failed 1/13 tests, 92.31% okay ######################################################################## ############################################################## For CentOS 4.4 (repackaged RHEL 4.4 on X86_64), make failed with wrong X11 lib. I noted that mentioned in ToDo, patch follows. 1 Test failed, else it looks good: [root@nas1 Tk-804.027_500]# uname -a Linux nas1.cc.lehigh.edu 2.6.9-42.0.3.ELsmp #1 SMP Fri Oct 6 06:28:26 CDT 2006 x86_64 x86_64 x86_64 GNU/Linux t/canvas.....................NOK 84# Failed test in t/canvas.t at line 235. # got: '255' # expected: '215' t/canvas.....................ok 86/158# Looks like you failed 1 test of 158. t/canvas.....................dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 84 Failed 1/158 tests, 99.37% okay Here is a first pass at a patch: [root@nas1 Tk-804.027_500]# diff -u myConfig.orig myConfig --- myConfig.orig 2007-02-10 15:00:13.000000000 -0500 +++ myConfig 2007-02-12 12:44:39.000000000 -0500 @@ -304,6 +304,10 @@ # # If no luck there try "common" places # + unless ( defined $xlib and $Config{ archname } =~ m/x86_64/ ) { + $xlib = &lX11 ( 0, chooseX11( </usr/X11*/lib64> ) ); + } + unless (defined $xlib) { $xlib = &lX11(0,chooseX11(</usr/X11*/lib>),chooseX11(</usr/ lib/X11*>),</usr/Xfree*/lib>,'/usr/X386/lib') [root@nas1 Tk-804.027_500]# ######################################################################## ############################################################## Finally, on Altix, not so good: vega:/home/root/admin/src/Tk-804.027_500 # uname -a Linux vega 2.6.5-7.252-sn2 #1 SMP Tue Feb 14 11:11:04 UTC 2006 ia64 ia64 ia64 GNU/Linux t/00wmcheck..................# # Tk platform: unix # window manager: <unknown> (property _NET_SUPPORTING_WM_CHECK exists, but getting _NET_WM_NAME fails) # version: <unknown> # XFT: no t/00wmcheck..................dubious Test returned status 0 (wstat 11, 0xb) Scalar found where operator expected at (eval 165) line 1, near "'int' $__val" (Missing operator before $__val?) after all the subtests completed successfully t/adjuster...................dubious Test returned status 0 (wstat 11, 0xb) after all the subtests completed successfully t/after......................dubious Test returned status 0 (wstat 11, 0xb) after all the subtests completed successfully t/autoload...................ok t/balloon....................ok t/browseentry-grabtest.......dubious Test returned status 0 (wstat 11, 0xb) after all the subtests completed successfully t/browseentry-subclassing....ok t/browseentry................dubious Test returned status 0 (wstat 11, 0xb) after all the subtests completed successfully t/browseentry2...............ok t/button.....................dubious Test returned status 0 (wstat 11, 0xb) after all the subtests completed successfully t/canvas.....................ok 83/158# Failed test (t/canvas.t at line 235) t/canvas.....................NOK 84# got: '255' # expected: '215' t/canvas.....................ok 126/158Invalid value for shared scalar at /usr/lib/perl5/5.8.3/Test/Builde r.pm line 319. WHOA! Somehow you got a different number of results than tests ran! This should never happen! Please contact the author immediately! END failed--call queue aborted. t/canvas.....................dubious Test returned status 0 (wstat 11, 0xb) DIED. FAILED tests 84, 127-158 Failed 33/158 tests, 79.11% okay t/create.....................ok t/cursor.....................ok t/dash.......................ok t/dialogbox..................dubious Test returned status 0 (wstat 11, 0xb) after all the subtests completed successfully t/entry......................NOK 328# Failed test (t/entry.t at line 1267) # Structures begin differing at: # $got->[1] = '0.724137' # $expected->[1] = '0.827586' t/entry......................NOK 330# Failed test (t/entry.t at line 1285) # Structures begin differing at: # $got->[1] = '0.724137' # $expected->[1] = '0.827586' t/entry......................NOK 334# Failed test (t/entry.t at line 1308) # Structures begin differing at: # $got->[1] = '0.75' # $expected->[1] = '0.8125' t/entry......................NOK 335# Failed test (t/entry.t at line 1318) # Structures begin differing at: # $got->[1] = '0.789474' # $expected->[1] = '0.842105' t/entry......................ok 337/337# Looks like you failed 4 tests of 337. t/entry......................dubious Test returned status 0 (wstat 11, 0xb) DIED. FAILED tests 328, 330, 334-335 Failed 4/337 tests, 98.81% okay t/exefiles...................ok t/fbox.......................dubious Test returned status 0 (wstat 11, 0xb) after all the subtests completed successfully t/fileevent..................ok t/fileselect.................ok t/font.......................ok 34/34Font Courier -12 still in cache. t/font.......................dubious Test returned status 0 (wstat 11, 0xb) after all the subtests completed successfully t/fork.......................ok t/geomgr.....................ok t/iso8859-1..................ok t/JP.........................dubious Test returned status 0 (wstat 11, 0xb) after all the subtests completed successfully t/KR.........................dubious Test returned status 0 (wstat 11, 0xb) after all the subtests completed successfully t/leak.......................ok t/list.......................ok t/listbox....................dubious Test returned status 0 (wstat 11, 0xb) after all the subtests completed successfully t/listvar....................ok t/magic......................ok t/mega.......................ok t/msgbox.....................dubious Test returned status 0 (wstat 11, 0xb) after all the subtests completed successfully t/mwm........................ok t/optmenu....................ok t/photo......................ok 4/102 skipped: various reasons t/pixmap.....................dubious Test returned status 0 (wstat 11, 0xb) after all the subtests completed successfully t/progbar....................ok t/regexp.....................dubious Test returned status 0 (wstat 11, 0xb) after all the subtests completed successfully t/Require....................ok t/slaves.....................ok t/text.......................ok 320/415Stack moved 60000000000c3800 => 60000000000c3808 t/text.......................dubious Test returned status 0 (wstat 11, 0xb) after all the subtests completed successfully t/Trace......................ok t/trace1.....................ok t/unicode....................NOK 9# Failed test (t/unicode.t at line 145) # got: '1.20' # expected: '1.0' t/unicode....................ok 13/13# Looks like you failed 1 tests of 13. t/unicode....................dubious Test returned status 0 (wstat 11, 0xb) DIED. FAILED test 9 Failed 1/13 tests, 92.31% okay t/widget.....................dubious Test returned status 0 (wstat 11, 0xb) after all the subtests completed successfully t/wm-tcl.....................dubious Test returned status 0 (wstat 11, 0xb) after all the subtests completed successfully t/wm-time....................dubious Test returned status 0 (wstat 11, 0xb) after all the subtests completed successfully t/wm.........................dubious Test returned status 0 (wstat 11, 0xb) after all the subtests completed successfully t/X..........................ok t/zzHList....................dubious Test returned status 0 (wstat 11, 0xb) after all the subtests completed successfully t/zzPhoto....................ok t/zzScrolled.................dubious Test returned status 0 (wstat 11, 0xb) after all the subtests completed successfully t/zzText.....................ok t/zzTixGrid..................ok Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------ ------- t/00wmcheck.t 0 11 1 0 0.00% ?? t/JP.t 0 11 294 0 0.00% ?? t/KR.t 0 11 271 0 0.00% ?? t/adjuster.t 0 11 4 0 0.00% ?? t/after.t 0 11 6 0 0.00% ?? t/browseentry-grabtest.t 0 11 1 0 0.00% ?? t/browseentry.t 0 11 22 0 0.00% ?? t/button.t 0 11 3 0 0.00% ?? t/canvas.t 0 11 158 65 41.14% 84 127-158 t/dialogbox.t 0 11 11 0 0.00% ?? t/entry.t 0 11 337 4 1.19% 328 330 334-335 t/fbox.t 0 11 13 0 0.00% ?? t/font.t 0 11 34 0 0.00% ?? t/listbox.t 0 11 539 0 0.00% ?? t/msgbox.t 0 11 13 0 0.00% ?? t/pixmap.t 0 11 2 0 0.00% ?? t/regexp.t 0 11 21 0 0.00% ?? t/text.t 0 11 415 0 0.00% ?? t/unicode.t 0 11 13 1 7.69% 9 t/widget.t 0 11 13 0 0.00% ?? t/wm-tcl.t 0 11 315 0 0.00% ?? t/wm-time.t 0 11 6 0 0.00% ?? t/wm.t 0 11 7 0 0.00% ?? t/zzHList.t 0 11 24 0 0.00% ?? t/zzScrolled.t 0 11 94 0 0.00% ?? (24 subtests UNEXPECTEDLY SUCCEEDED), 108 subtests skipped. Failed 25/55 test scripts, 54.55% okay. 38/3747 subtests failed, 98.99% okay. make: *** [test_dynamic] Error 255 --++**==--++**==--++**==--++**==--++**==--++**==--++**== ptk mailing list [email protected] https://mailman.stanford.edu/mailman/listinfo/ptk