On Tue Jul 23 23:11:26 2013, ANDK wrote:
Show quoted text> As per subject. My smokers started to failoccasionally when T:A:N
> 0.366 was released. It's reproducable: when 0.366 is installed, then
> the test aggregate.t fails. Downgrading to
> FLORA/Test-Aggregate-0.364.tar.gz acts as a workaround.
>
> Sample fail report:
>
>
http://www.cpantesters.org/cpan/report/32559216
>
> Thanks,
Test::Aggregate::Nested 0.364 swallowed any errors that occurred during a test.
Version 0.366 is apparently a little too aggressive.
I implemented the "do-file" mechanism (and it's error-checks) as described by `perlfunc`, but if the file doesn't return a true value there's no way to tell the difference between a test that errored and one that returned false but did something that happened to set $! (which is what's happening in some of these tests).
I should be able to work around that and will try to put out a fix soon.