View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0010910CMakeCTestpublic2010-06-29 15:542010-12-14 18:50
ReporterZack Galbreath 
Assigned ToZach Mullen 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product VersionCMake-2-8 
Target VersionFixed in VersionCMake-2-8 
Summary0010910: redundant test dependencies detected as cycles
DescriptionIf a test has multiple dependencies it's possible that CTest will erroneously detect a cycle. Here's an example of when this will happen:

Test A depends on test B & C
Test B also depends on C

in this case CTest will report a cycle in the dependency graph for test C, which actually has no dependencies.

The attached CMakeLists.txt reproduces this problem.
TagsNo tags attached.
Attached Filestxt file icon CMakeLists.txt [^] (280 bytes) 2010-06-29 15:54 [Show Content]

 Relationships

  Notes
(0024105)
David Cole (manager)
2010-12-14 18:50

Closing bugs that have been resolved for more than 3 months without any further updates.

 Issue History
Date Modified Username Field Change
2010-06-29 15:54 Zack Galbreath New Issue
2010-06-29 15:55 Zack Galbreath File Added: CMakeLists.txt
2010-06-29 20:30 Zach Mullen Status new => assigned
2010-06-29 20:30 Zach Mullen Assigned To => Zach Mullen
2010-06-30 10:48 Zach Mullen Status assigned => resolved
2010-06-30 10:48 Zach Mullen Fixed in Version => CMake-2-8
2010-06-30 10:48 Zach Mullen Resolution open => fixed
2010-12-14 18:50 David Cole Note Added: 0024105
2010-12-14 18:50 David Cole Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team