Re: Parrot::Test and TODO

2004-04-28 Thread Leopold Toetsch
Dan Sugalski <[EMAIL PROTECTED]> wrote: >>Leo wants the harness to report TODO tests that fail as expected; that's >>a little more complex, but it's doable. > If you can, great. If not, even this is fine. Well, there is exactly one TODO test in t/pmc/*. It you have a look at that one "this is fi

Re: Parrot::Test and TODO

2004-04-28 Thread Dan Sugalski
At 9:48 AM -0700 4/28/04, chromatic wrote: If for some reason one of the tests suddenly starts to succeed, you'll see a different message from the harness: $ perl t/harness t/example.t t/exampleok 1/2 unexpectedly succeeded Al

Re: Parrot::Test and TODO

2004-04-28 Thread chromatic
On Wed, 2004-04-28 at 09:33, Dan Sugalski wrote: > Cool. If they do work, could you fire a quick note on how to the > list, so I don't forget again? Alright, here's a TODO test: use Parrot::Test tests => 2; use Test::More; TODO: { local $TODO = 'Not

Re: Parrot::Test and TODO

2004-04-28 Thread Dan Sugalski
At 9:21 AM -0700 4/28/04, chromatic wrote: On Wed, 2004-04-28 at 08:59, Dan Sugalski wrote: Apparently it doesn't work. Hm, I think it does work, just not the way Leo wants. I'll look again today. Cool. If they do work, could you fire a quick note on how to the list, so I don't forget again? --

Re: Parrot::Test and TODO

2004-04-28 Thread chromatic
On Wed, 2004-04-28 at 08:59, Dan Sugalski wrote: > Apparently it doesn't work. Hm, I think it does work, just not the way Leo wants. I'll look again today. -- c