Skip Menu |

This queue is for tickets about the Tk CPAN distribution.

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

People
Owner: Nobody in particular
Requestors: thulben [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 804.027
Fixed in: (no value)



Subject: test entry.t fails
Perl v5.8.4 uname: Linux bravo 2.6.6-1-686 #1 Wed May 12 14:57:57 EST 2004 i686 GNU/Linux t/entry....dubious Test returned status 0 (wstat 11, 0xb) DIED. FAILED tests 89-336
--- t/ben.t 2004-10-12 23:13:33.000000000 -0500 +++ t/entry.t 2004-03-18 14:34:01.000000000 -0600 @@ -184,7 +184,7 @@ my $cx = $mw->fontMeasure($fixed, 'a'); my $cy = $mw->fontMetrics($fixed, '-linespace'); -#my $ux = $mw->fontMeasure($fixed, "\x{4e4e}"); # XXX no unicode yet +my $ux = $mw->fontMeasure($fixed, "\x{4e4e}"); # XXX no unicode yet eval { $e->bbox }; ok($@ =~ /wrong \# args: should be ".* bbox index"/, 1, $@);
[guest - Wed Oct 13 00:21:56 2004]: Show quoted text
> Perl v5.8.4 > uname: Linux bravo 2.6.6-1-686 #1 Wed May 12 14:57:57 EST 2004 i686 > GNU/Linux > > t/entry....dubious > Test returned status 0 (wstat 11, 0xb) > DIED. FAILED tests 89-336
The patch comments out Unicode test. This is supposed to work on perl5.8.4 any chance of a back trace from gdb or similar of the segfault?
On 2004-10-13 00:21:56, guest wrote: Show quoted text
> Perl v5.8.4 > uname: Linux bravo 2.6.6-1-686 #1 Wed May 12 14:57:57 EST 2004 i686 > GNU/Linux > > t/entry....dubious > Test returned status 0 (wstat 11, 0xb) > DIED. FAILED tests 89-336
Probably outdated, this t/entry.t test does not seem to fail anymore with modern Tks and modern perls. Regards, Slaven