MantisBT - CMake
View Issue Details
0011877CMakeCTestpublic2011-02-18 11:162011-06-06 18:25
David Cole 
David Cole 
normalmajoralways
closedfixed 
Mac OSX10.6.4
CMake 2.8.4 
CMake 2.8.5CMake 2.8.5 
0011877: ctest runs tests in different order than previous versions of ctest
Running just "ctest" in the build tree produces a different run order of tests than the simple top-to-bottom ordering used by previous versions.

Also, ctest and "ctest -N" produce different orderings.
Run "ctest -N" and "ctest" in the build tree of a project with more than a handful of tests. (Say, CMake, with its nearly 200 tests...)

Expected:
- same ordering between "ctest -N" and "ctest"
- same ordering as ctest 2.8.3 and earlier : simple top-to-bottom in-order of add_test calls from the CMakeLists file

Actual:
- ctest -N order looks correct
- ctest actual run order is torqued

I suspect the change for 0011561 introduced this regression.
No tags attached.
related to 0011561closed Zach Mullen test property COST not working in cmake 2.8.3 
Issue History
2011-02-18 11:16David ColeNew Issue
2011-02-18 11:16David ColeStatusnew => assigned
2011-02-18 11:16David ColeAssigned To => David Cole
2011-02-18 12:02David ColeRelationship addedrelated to 0011561
2011-02-18 13:32David ColeNote Added: 0025477
2011-02-22 15:31David ColeNote Added: 0025547
2011-02-22 15:31David ColeStatusassigned => resolved
2011-02-22 15:31David ColeFixed in Version => CMake 2.8.5
2011-02-22 15:31David ColeResolutionopen => fixed
2011-06-06 18:25David ColeStatusresolved => closed
2011-06-06 18:25David ColeNote Added: 0026727

Notes
(0025477)
David Cole   
2011-02-18 13:32   
First stab at fixing this issue... pushed to 'next'
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=8af8eab7a43aa80ba89d082e23928e19265be885 [^]
(0025547)
David Cole   
2011-02-22 15:31   
This issue is fixed by the commit mentioned in the previous note. And that commit has now been merged to 'master'
(0026727)
David Cole   
2011-06-06 18:25   
Closing resolved issues that have not been updated in more than 3 months.