On Thu 26 Sep 2002 20:53, Andy Dougherty <[EMAIL PROTECTED]> wrote:
> On Thu, 26 Sep 2002, Dan Sugalski wrote:
> 
> > At 5:05 PM +0200 9/26/02, H.Merijn Brand wrote:
> > >
> > >perl t/harness
> > >t/builtins/array.....Can't bless non-reference value at 
> > >../../assemble.pl line 163.
> > 
> > Hrm. What version of perl are you running?
> 
> Doesn't matter (within reason).  It's a 'make test' bug.  Specifically,
> 
>       cd languages/perl6 && make test
> 
> fails, but
> 
>       cd languages/perl6 && ./perl6 --test
> 
> might succeed.

It does. Good luck

a5:/pro/3gl/CPAN/parrot/languages/perl6 102 > perl6 --test
Test details:
t/builtins/array.t........2/3
t/builtins/string.t.......4/4
t/compiler/1.t..........12/12
t/compiler/2.t............5/5
t/compiler/3.t............7/7
t/compiler/4.t............3/3
t/compiler/5.t............5/5
t/compiler/6.t............6/6
t/compiler/7.t............1/1
t/compiler/8.t............6/6
t/compiler/9.t............4/4
t/compiler/a.t............3/3
t/compiler/b.t............2/2
t/compiler/qsort.t........1/1
t/rx/basic.t..............6/6
t/rx/call.t...............2/2
t/rx/special.t............2/2

Test summary:
t/builtins/array.....ok
        2/3 skipped: various reasons
t/builtins/string....ok
t/compiler/1.........ok
t/compiler/2.........ok
t/compiler/3.........ok
t/compiler/4.........ok
t/compiler/5.........ok
t/compiler/6.........ok
t/compiler/7.........ok
t/compiler/8.........ok
t/compiler/9.........ok
t/compiler/a.........ok
t/compiler/b.........ok
t/compiler/qsort.....ok
t/rx/basic...........ok
t/rx/call............ok
t/rx/special.........ok
All tests successful, 2 subtests skipped.
Files=17, Tests=72,  0 wallclock secs ( 0.19 cusr +  0.08 csys =  0.27 CPU)
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.
a5:/pro/3gl/CPAN/parrot/languages/perl6 103 >


> I suspect it's actually an imcc calling-convention problem -- I see a
> generated a.pasm file in my perl6 directory, but all of the t/*/*.pasm
> files are empty.  The assembler (obviously) can't assemble an empty file,
> though perhaps a patch to assemble.pl to detect an empty .pasm file and
> give a better warning would be in order.
> 
> 'make test' ought to work.  It ought to automatically handle any
> Perl6Grammar regenerations needed.
> 
> -- 
>     Andy Dougherty            [EMAIL PROTECTED]

-- 
H.Merijn Brand        Amsterdam Perl Mongers (http://amsterdam.pm.org/)
using perl-5.6.1, 5.8.0 & 633 on HP-UX 10.20 & 11.00, AIX 4.2, AIX 4.3,
  WinNT 4, Win2K pro & WinCE 2.11.  Smoking perl CORE: [EMAIL PROTECTED]
http:[EMAIL PROTECTED]/   [EMAIL PROTECTED]
send smoke reports to: [EMAIL PROTECTED], QA: http://qa.perl.org


Reply via email to