Skip Menu |

This queue is for tickets about the JavaScript CPAN distribution.

Report information
The Basics
Id: 37706
Status: open
Priority: 0/
Queue: JavaScript

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

Bug Information
Severity: Normal
Broken in: 1.08
Fixed in: (no value)



Subject: t/20-bind-class failed
This is the only test, that fails during my installation: I'm using Kubuntu 8.0.41 packages: libmozjs-dev 1.8.1.13 libmozjs0d 1.8.1.13 though it works anyway, great module, thanks! ======================================================================= t/20-bind-class...................ok 1/25# Looks like you planned 25 tests but only ran 23. t/20-bind-class...................dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 24-25 Failed 2/25 tests, 92.00% okay
Subject: Re: [rt.cpan.org #37706] t/20-bind-class failed
Date: Tue, 15 Jul 2008 23:46:13 +0200
To: bug-JavaScript [...] rt.cpan.org
From: Claes Jakobsson <claes [...] versed.se>
On 15 jul 2008, at 23.37, SamuraiJack via RT wrote: Show quoted text
> This is the only test, that fails during my installation: > I'm using Kubuntu 8.0.41 > > packages: > libmozjs-dev 1.8.1.13 > libmozjs0d 1.8.1.13 > > though it works anyway, great module, thanks! > > = > ====================================================================== > t/20-bind-class...................ok 1/25# Looks like you planned 25 > tests but only ran 23. > t/20-bind-class...................dubious > Test returned status 255 (wstat 65280, 0xff00) > DIED. FAILED tests 24-25 > Failed 2/25 tests, 92.00% okay
could you please run 'perl -Mblib t/20-bind-class.t' and copy-paste the entire output from it? thanks, Claes
From: nickolay8 [...] gmail.com
ok, here it is: catalyst@catalyst-dev:~/.cpan/build/JavaScript-1.08$ perl -Mblib t/20-bind-class.t 1..25 ok 1 ok 2 - The object isa Foo ok 3 ok 4 - The object isa Foo ok 5 - The object isa Foo ok 6 - The object isa Foo ok 7 - The object isa Foo ok 8 ok 9 ok 10 ok 11 - The object isa Foo ok 12 ok 13 - The object isa Foo ok 14 - The object isa Foo ok 15 - The object isa Foo ok 16 - The object isa Foo ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 # Looks like you planned 25 tests but only ran 23. catalyst@catalyst-dev:~/.cpan/build/JavaScript-1.08$
From: nickolay8 [...] gmail.com
Actually, I counted exactly 23 calls to "is" or "isa" in t/20-bind-class.t, so seems the bug is just the 25 number in the head )