David Wheeler wrote:
> On Jun 28, 2006, at 21:13, Andy Lester wrote:
> 
>> Any bugs that we especially need to work on?
> 
> This might be Test::Builder, but I've seen many times on my Mac where
> STDERR and STDOUT output is out of sync. For example, info about why a
> test failed can be miles from the line where the "no ok" appears.

This is a general problem with the way some of the testing modules work. They
output their diagnostic messages as comments to STDERR. They should send them
instead to STDOUT so that it can be synced. TAP does support comments, so I'm
not sure why those modules do that.

This doesn't resolve the problem of non-test modules emitting things to STDERR
that could be useful when tracking down bugs, but what they might print is not
TAP, so can't really be associated with particular tests.

-- 
Michael Peters
Developer
Plus Three, LP

Reply via email to