On Tue, Jul 14, 2009 at 5:43 AM, Ovid <publiustemp-perl...@yahoo.com> wrote:
> We have no diagnostics. We've never had diagnostics (the ad-hoc things > going to STDERR don't count because they can't be synched or reliably > parsed). Thus, I can't add diagnostics to the TODO tests until Schwern puts > diagnostics in Test::Builder or accepts a patch. That doesn't look like > it's going to happen any time soon, so telling me to add diagnostics to TODO > tests doesn't help :( > > Thus, I'm trying to think of a way of solving my problem now, not at some > hypothetical date in the future. > I'm not sure how this is any different than finding failing tests, but if you can do that, here's one simple option: * Monkey patch Test::Builder::in_todo to return false. If Test::Aggregate does what I think it does, you can probably do the monkey patch in whatever file calls Test::Aggregate. (And make the monkey patch optional depending on some option or environment variable.) -- David