Skip Menu |

This queue is for tickets about the v6-alpha CPAN distribution.

Report information
The Basics
Id: 20506
Status: open
Priority: 0/
Queue: v6-alpha

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

Bug Information
Severity: Important
Broken in: 0.009
Fixed in: (no value)



Subject: t/01-sanity/08-test.t: skipping unrecognized directive
perl v5.8.7 built for MSWin32-x86-multi-thread Binary build 813 C:\cpan\v6-alpha-0.009>prove -b -v t/01-sanity/08-test.t t/01-sanity/08-test....Test::plan(): skipping unrecognized directive 'ARRAY(0x1a86bb4)' at t/01-sanity/08-test.tc line 12 # Test 1 got: "ARRAY(0x1a86c08)" (t/01-sanity/08-test.tc at line 14) 1..0 # Running under perl version 5.008007 for MSWin32 # Win32::BuildNumber 813 # Current time local: Mon Jul 17 12:28:09 2006 # Current time GMT: Mon Jul 17 09:28:09 2006 # Using Test.pm version 1.25 not ok 1 # Expected: "HASH(0x1875f24)" # t/01-sanity/08-test.tc line 14 is: use Pugs::Runtime::Perl6Prelude; skipped all skipped: no reason given All tests successful, 1 test skipped. ------- Alexandr Ciornii, http://chorny.net
Subject: Re: [rt.cpan.org #20506] t/01-sanity/08-test.t: skipping unrecognized directive
Date: Mon, 17 Jul 2006 12:32:46 +0100
To: bug-v6-alpha [...] rt.cpan.org
From: "Chia-Liang Kao" <clkao [...] clkao.org>
you need to have PERL6LIB set, which is what the makefile should do for you. On 17/07/06, alexchorny@gmail.com via RT <bug-v6-alpha@rt.cpan.org> wrote: Show quoted text
> > Mon Jul 17 05:35:11 2006: Request 20506 was acted upon. > Transaction: Ticket created by alexchorny@gmail.com > Queue: v6-alpha > Subject: t/01-sanity/08-test.t: skipping unrecognized directive > Broken in: 0.009 > Severity: Important > Owner: Nobody > Requestors: alexchorny@gmail.com > Status: new > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=20506 > > > > perl v5.8.7 built for MSWin32-x86-multi-thread > Binary build 813 > > C:\cpan\v6-alpha-0.009>prove -b -v t/01-sanity/08-test.t > t/01-sanity/08-test....Test::plan(): skipping unrecognized directive > 'ARRAY(0x1a86bb4)' at t/01-sanity/08-test.tc line 12 > # Test 1 got: "ARRAY(0x1a86c08)" (t/01-sanity/08-test.tc at line 14) > 1..0 > # Running under perl version 5.008007 for MSWin32 > # Win32::BuildNumber 813 > # Current time local: Mon Jul 17 12:28:09 2006 > # Current time GMT: Mon Jul 17 09:28:09 2006 > # Using Test.pm version 1.25 > not ok 1 > # Expected: "HASH(0x1875f24)" > # t/01-sanity/08-test.tc line 14 is: use Pugs::Runtime::Perl6Prelude; > skipped > all skipped: no reason given > All tests successful, 1 test skipped. > > ------- > Alexandr Ciornii, http://chorny.net > >
From: alexchorny [...] gmail.com
On Jul 17 07:33:11 2006, clkao@clkao.org wrote: Show quoted text
> you need to have PERL6LIB set, which is what the makefile should do
for you. SET PERL6LIB=./t prove -b -v t/01-sanity/08-test.t passes successfully.