Parrot testing going ok?

2001-09-18 Thread Michael G Schwern
I just subscribed to perl6-internals yesterday, so I'm trying to catch up. What's going on with the Parrot tests? It looks like everything's well in hand without me. I have trained you well. :) I'll just stand over here and look happy. -- Michael G. Schwern [EMAIL PROTECTED]

Re: Parrot testing going ok?

2001-09-18 Thread Simon Cozens
On Tue, Sep 18, 2001 at 07:02:58PM -0400, Michael G Schwern wrote: I just subscribed to perl6-internals yesterday, so I'm trying to catch up. What's going on with the Parrot tests? It looks like everything's well in hand without me. I have trained you well. :) Cool, huh? % make test perl

Untested libraries update

2001-09-18 Thread Michael G Schwern
Here's where we're at. I might be a little off on the Pod:: tests. chromatic and Andrew Wilson took a good chunk out of it. CGI is now pretty well covered. More of ExtUtils are tested, and rather amazingly, Term::Complete! For Term::ReadLine you may be able to steal/draw inspiration from the

Parrot::Test need special support in Test::Simple

2001-09-18 Thread Mattia Barbon
Currently P::T provides three functions: output_is/isnt/like, which are wrappers to Test::More::is/isnt/like. The failure output is: t/op/integerok 24/26# Failed test (Parrot/Test.pm at line 73) it would be nice: t/op/integerok 24/26# Failed test (t/op/integer.t line xyz) To do

Re: Parrot::Test need special support in Test::Simple

2001-09-18 Thread Michael G Schwern
On Wed, Sep 19, 2001 at 12:38:45AM +0200, Mattia Barbon wrote: Currently P::T provides three functions: output_is/isnt/like, which are wrappers to Test::More::is/isnt/like. The failure output is: t/op/integerok 24/26# Failed test (Parrot/Test.pm at line 73) it would be nice:

[ANNOUNCE] Test::Simple 0.19

2001-09-18 Thread Michael G Schwern
http://www.pobox.com/~schwern/src/Test-Simple-0.19.tar.gz The important thing here is that Test::Simple/More will no longer send diagnostics to STDERR, they will got to STDOUT. This is mostly to make TODO tests quiet, but it also means tests which fail under Test::Harness will also be quiet