On Tue, Apr 01, 2008 at 11:07:43AM -0700, Bernhard Schmalhofer wrote:
> # New Ticket Created by  Bernhard Schmalhofer 
> # Please include the string:  [perl #52382]
> # in the subject line of all future correspondence about this issue. 
> # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=52382 >
> 
> Currently the nqp test can be run with:
> 
>    cd compilers/nqp && make test
> 
> This is good, but it would be nicer if 'nqp' were tested by the root 
> 'make test'.
> Also moving the tests to 't/comilers/nqp' can be considered.

It would be great if we could do this.  Unfortunately, the nqp tests
suffer from the same issue as many of the per-language tests in the 
languages/ directory -- namely, Parrot's test harness isn't really able
to handle tests written in languages other than Perl 5 or PIR.

So, for now this is essentially the same issue as tickets RT#41675
and RT#45601.

Based on a recent IRC conversation I think the consensus was that
Parrot needs to get rid of all of the separate t/harness scripts
and come up with a single script that can handle the various
differences.

Pm

Reply via email to