Skip Menu |

This queue is for tickets about the Tk CPAN distribution.

Report information
The Basics
Id: 48760
Status: resolved
Priority: 0/
Queue: Tk

People
Owner: Nobody in particular
Requestors: MBERG [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 804.028_501
Fixed in: 804.028_502



Subject: Test failures in t/wm-tcl.t
Tests 158 and 159 in t/wm-tcl.t are failing as follows: t/wm-tcl.....................NOK 158/315# Failed test 'attempting to resize to a value bigger than the current maxsize' # at t/wm-tcl.t line 1123. # got: '200' # expected: '300' # Failed test at t/wm-tcl.t line 1125. t/wm-tcl.....................NOK 159/315# got: '200' # expected: '250'
On Sun Aug 16 17:26:35 2009, MBERG wrote: Show quoted text
> Tests 158 and 159 in t/wm-tcl.t are failing as follows: > > t/wm-tcl.....................NOK 158/315# Failed test 'attempting to > resize to a value bigger than the current maxsize' > # at t/wm-tcl.t line 1123. > # got: '200' > # expected: '300' > > # Failed test at t/wm-tcl.t line 1125. > t/wm-tcl.....................NOK 159/315# got: '200' > # expected: '250'
Mac OS X 10.5.8 Perl 5.8.9
On Sun Aug 16 20:27:21 2009, MBERG wrote: Show quoted text
> On Sun Aug 16 17:26:35 2009, MBERG wrote:
> > Tests 158 and 159 in t/wm-tcl.t are failing as follows: > > > > t/wm-tcl.....................NOK 158/315# Failed test 'attempting to > > resize to a value bigger than the current maxsize' > > # at t/wm-tcl.t line 1123. > > # got: '200' > > # expected: '300' > > > > # Failed test at t/wm-tcl.t line 1125. > > t/wm-tcl.....................NOK 159/315# got: '200' > > # expected: '250'
> > > Mac OS X 10.5.8 > Perl 5.8.9
Thanks for the report. The current solution is to do this test case a TODO test under MacOSX --- another TODO among zillions in this test script. Patched in https://svn.perl.org/modules/Tk/trunk@13395 Regards, Slaven