Since blead change 31262, the threads::shared test file t/waithires.t
has only 57 tests:
BEGIN {
$| = 1;
print("1..57\n"); ### Number of tests that will be run ###
};
However, the following smoke test report:
http://www.nntp.perl.org/group/perl.daily-build.reports/2007/06/msg48143.html
erroneously reports the wrong number of tests for t/waithires.t:
Failures: (common-args) -Dgccansipedantic
[en_US.utf8] -DDEBUGGING -Duseithreads
Inconsistent test results (between TEST and harness):
../ext/threads/shared/t/waithires.t.....FAILED--expected test 33,
saw test 63
[perlio] -DDEBUGGING -Duseithreads -Dusemorebits
../ext/threads/shared/t/waithires.t.....FAILED 33-45 58-75
This sort of problem can also be seen in these reports:
http://www.nntp.perl.org/group/perl.daily-build.reports/2007/05/msg48026.html
http://www.nntp.perl.org/group/perl.daily-build.reports/2007/05/msg47955.html
http://www.nntp.perl.org/group/perl.daily-build.reports/2007/05/msg47984.html