Skip Menu |

This queue is for tickets about the Test-Smoke CPAN distribution.

Report information
The Basics
Id: 27388
Status: rejected
Priority: 0/
Queue: Test-Smoke

People
Owner: abeltje [...] cpan.org
Requestors: jdhedden [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.19_83
Fixed in: (no value)



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
On Sat Jun 02 09:58:00 2007, JDHEDDEN wrote: Show quoted text
> Since blead change 31262, the threads::shared test file t/waithires.t > has only 57 tests:
[snip] Show quoted text
> 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
This is the output from t/TEST (as used by 'make test'). Test::Smoke doesn't do any bookkeeping for individual tests it just parses the output of make test and tries to get more information by running "failed" tests with t/harness. Show quoted text
> [perlio] -DDEBUGGING -Duseithreads -Dusemorebits > ../ext/threads/shared/t/waithires.t.....FAILED 33-45 58-75
You will have to ask the individual smoker to check the logfile for that smoke and see if they can come up with more info. For the moment I'm inclined to put this as 'not a bug' in Test::Smoke. If you have the logfile of such a smoke and it clearly shows different messages, please open a new bug with the logfile attached. HTH, -- Abe.