[perl #41674] [TODO] Add languages/PIR to unified languages testing

2007-03-03 Thread via RT
# New Ticket Created by Bernhard Schmalhofer # Please include the string: [perl #41674] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41674 > 'language/PIR' tests should show up in unified languages testin

[perl #41675] [TODO] Add 'languages/perl6' to unified languages testing

2007-03-03 Thread via RT
# New Ticket Created by Bernhard Schmalhofer # Please include the string: [perl #41675] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41675 > Currently 'perl6' is not in unified languages testing. This i

Re: [perl #40455] [PATCH] Bring dotnet back into unified languages testing

2006-10-12 Thread Will Coleda
?id=40455 > Hi, since a while 'languages/dotnet' showed up as all red in unified languages testing, which is invoked with "make languages-test". The culprits were the usual bunch: @INC and pathes to executables. I have expanded the library search path in the test scripts

Re: [perl #40455] [PATCH] Bring dotnet back into unified languages testing

2006-10-12 Thread Jonathan Worthington
Hi, Thanks to @all working on getting dotnet translator back into unified language testing. I'll be hacking on the translator more when I return from consulting work in Spain, so this is certainly good to have. :-) François PERRAD wrote: Any other suggestions? 1) remove the need of the fi

Re: [perl #40455] [PATCH] Bring dotnet back into unified languages testing

2006-10-09 Thread François PERRAD
s/dotnet' showed up as all red in unified languages testing, which is invoked with "make languages-test". The culprits were the usual bunch: @INC and pathes to executables. I have expanded the library search path in the test scripts. Also DotnetTesting.pm now asks Parrot::Test for

Re: [perl #40455] [PATCH] Bring dotnet back into unified languages testing

2006-10-09 Thread François PERRAD
s/dotnet' showed up as all red in unified languages testing, which is invoked with "make languages-test". The culprits were the usual bunch: @INC and pathes to executables. I have expanded the library search path in the test scripts. Also DotnetTesting.pm now asks Parrot::Test for

[perl #40455] [PATCH] Bring dotnet back into unified languages testing

2006-10-05 Thread via RT
ed in unified languages testing, which is invoked with "make languages-test". The culprits were the usual bunch: @INC and pathes to executables. I have expanded the library search path in the test scripts. Also DotnetTesting.pm now asks Parrot::Test for the path to the parrot executable. C

Re: [perl #30022] [PATCH] unified languages testing for Parrot m4

2004-06-03 Thread Leopold Toetsch
Bernhard Schmalhofer (via RT) wrote: following the lead of TCL, I have adapted the Parrot m4 test scripts to the new unified testing scheme. Applied, thanks leo

Re: [perl #28035] Languages testing

2004-04-08 Thread Dan Sugalski
At 6:33 PM +0200 4/8/04, Jerome Quelin wrote: Will Coleda wrote: Update to this patch - Jerome has identified an issue with the language testing patch - [...] The following bits of the Parrot::Test patch need to be reversed, which then keeps the perl6 test suite happy, and should remove the la

Re: [perl #28035] Languages testing

2004-04-08 Thread Jerome Quelin
Will Coleda wrote: > Update to this patch - > Jerome has identified an issue with the language testing patch - [...] > The following bits of the Parrot::Test patch need to be reversed, > which then keeps the perl6 test suite happy, and should remove the > last /showstopper/ to applying the patch.

[perl #28035] Languages testing

2004-04-07 Thread Will Coleda
Update to this patch - Jerome has identified an issue with the language testing patch - turns out that perl6's test suite has carnal knowledge about Parrot::Test. One of the changes I made to Parrot::Test broke the perl6 test suite. The following bits of the Parrot::Test patch need to be revers

Re: Languages testing

2004-04-04 Thread Nicholas Clark
On Sun, Mar 28, 2004 at 02:11:01AM -0500, Will Coleda wrote: > use lib qw(../lib ../../lib ../../../lib); > use Parrot::Config; > my $path = $INC{"Parrot/Config.pm"}; > $path =~ s:lib/Parrot/Config.pm$::; > > to figure out the path to the parrot executable. > > Is this too evil, or should I go a

Fwd: [PATCH] Languages testing

2004-03-29 Thread Will Coleda
Hurm. this didn't make it to the list - Stripping out the attachments, see http://rt.perl.org/rt3/Ticket/Display.html?id=28035 for those. Regards. Begin forwarded message: With input (and some code, thanks!) from Jérôme, I've made some progress here. Both tcl and befunge should shortly be happ

Re: Languages testing

2004-03-27 Thread Will Coleda
What, no one's awake? =-) I've modified my local copy of tcl, and testall so that I can now do any of the following, e.g. from the top level parrot directory. cd languages && make test cd languages/tcl && make test cd languages && ./tcl/t/cmd_append.t cd languages/tcl && ./t/cmd_append.t cd lang

Re: Languages testing

2004-03-27 Thread Will Coleda
over in perl-qa, a similar topic just came up, where Schwern answered: { Test::Harness just runs the tests you give it. Simplest thing to do is to just write a little script that has the necessary logic to determine what set of tests to run and feed that file list to runtests(). } However, I no

Languages testing

2004-03-26 Thread Dan Sugalski
Another job for the intrepid configure and/or makefile hacker. Right now, there's a languages-test target in the top level makefile. This is good. Unfortunately, the way it works is... sub-good. What it does is do a "make test" in the languages directory, and that target runs each language tes