MantisBT - CDash
View Issue Details
0006954CDashpublic2008-05-05 09:282008-05-05 10:33
François Bertel 
Julien Jomier 
normalminoralways
closedfixed 
1.0 
1.0 
0006954: number of passed/failed tests are wrong on the viewtest page
Example:

ParaView today (2008/05/05)
http://www.cdash.org/CDash/index.php?project=ParaView3&date=20080505 [^]

First line is site="dashmacmini2.kitware", build="DarwinIntel-g++".
test fail: 24
test pass: 500

Click on 24, we have the testview with only failed tests (as expected) but the first line says: "24 passed, 24 failed, 0 not run". This is clearly wrong.

Click on 500, we have the testview with only passed tests (as expected) but, even worse, it says "1000 passed, 0 failed, 0 not run"...

No tags attached.
Issue History
2008-05-05 09:28François BertelNew Issue
2008-05-05 09:31Julien JomierStatusnew => assigned
2008-05-05 09:31Julien JomierAssigned To => Julien Jomier
2008-05-05 09:32Julien JomierNote Added: 0011693
2008-05-05 10:33Julien JomierStatusassigned => closed
2008-05-05 10:33Julien JomierNote Added: 0011696
2008-05-05 10:33Julien JomierResolutionopen => fixed
2008-05-05 10:33Julien JomierFixed in Version => 1.0

Notes
(0011693)
Julien Jomier   
2008-05-05 09:32   
Related to the recent changes with showing only the number of tests failing. Fixing it now.
(0011696)
Julien Jomier   
2008-05-05 10:33   
Fixed in 1.0 and SVN. This was due to the test timing. Thanks for the report.