MantisBT - CMake | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0010910 | CMake | CTest | public | 2010-06-29 15:54 | 2010-12-14 18:50 |
| Reporter | Zack Galbreath | ||||
| Assigned To | Zach Mullen | ||||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | OS | OS Version | |||
| Product Version | CMake-2-8 | ||||
| Target Version | Fixed in Version | CMake-2-8 | |||
| Summary | 0010910: redundant test dependencies detected as cycles | ||||
| Description | If 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. | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | https://public.kitware.com/Bug/file/3214/CMakeLists.txt | ||||
| 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 | ||
| Notes | |||||
|
|
|||||
|
|
||||