Subject: | Random test failures |
Current state at CPAN Testers is 7576 passes and 30 fails. http://analysis.cpantesters.org/solved?distv=Regexp-Common-2013031301 shows that the failing tests are t/test_squares.t and t/number/integer.t. Both use rand(), so it's probably some random values which are causing the problems. Unfortunately there's no diagnostics in the fail test reports, especially no information about the values being used here.
So it would be nice:
- to fix the random test failures
- and maybe to add diagnostics to learn what's the reason for these fails