Re: [perl #47453] make test errors (likely test harness related)

2007-11-15 Thread Patrick R. Michaud
On Thu, Nov 15, 2007 at 09:40:47PM +, Andy Armstrong wrote: > On 14 Nov 2007, at 22:13, Patrick R.Michaud (via RT) wrote: > >Last week I had to reinstall the OS on my desktop, and after > >installing Test::TAP::HTMLMatrix (for 'make smoke') I now get > >a lot of errors during 'make test' that l

Re: [perl #47453] make test errors (likely test harness related)

2007-11-15 Thread Andy Armstrong
On 14 Nov 2007, at 22:13, Patrick R.Michaud (via RT) wrote: Last week I had to reinstall the OS on my desktop, and after installing Test::TAP::HTMLMatrix (for 'make smoke') I now get a lot of errors during 'make test' that look like: [...] t/library/getopt_obj...ok t/libr

Re: [perl #47453] make test errors (likely test harness related)

2007-11-14 Thread Andy Armstrong
On 15 Nov 2007, at 02:43, Andrew Dougherty wrote: It looks as if ./parrot doesn't like the -I switches. But that's odd because Test::Harness 2.64 passed them too. Oh, there may well be something far more subtle going on underneath, but I observed this when I tried T::H 2.99_02 about two mo

Re: [perl #47453] make test errors (likely test harness related)

2007-11-14 Thread Andy Armstrong
On 14 Nov 2007, at 23:11, Andy Dougherty wrote: That's a Test::Harness 3 change. It doesn't understand the #!./parrot lines at the top of some of the tests. It's actually Perl that handles the ./parrot shebang. Test::Harness just asks Perl to run the test. It looks as if ./parrot

Re: [perl #47453] make test errors (likely test harness related)

2007-11-14 Thread Andrew Dougherty
On Thu, 15 Nov 2007, Andy Armstrong wrote: > On 14 Nov 2007, at 23:11, Andy Dougherty wrote: > > That's a Test::Harness 3 change. It doesn't understand the > > #!./parrot > > lines at the top of some of the tests. > > > It's actually Perl that handles the ./parrot shebang. Test::Harness jus

Re: [perl #47453] make test errors (likely test harness related)

2007-11-14 Thread Andy Dougherty
On Wed, 14 Nov 2007, Patrick R . Michaud wrote: > # New Ticket Created by Patrick R. Michaud > # Please include the string: [perl #47453] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org/rt3/Ticket/Display.html?id=47453 > > > > Last week I had to