Opened 8 years ago

Closed 7 years ago

#10945 closed Bugs (fixed)

report cycles in depends_on relation between test units

Reported by: akrzemi1 Owned by: Raffi Enficiaud
Milestone: Boost 1.59.0 Component: test
Version: Boost 1.59.0 Severity: Problem
Keywords: depends_on decorator Cc:

Description

It is possible to create a dependency cycle when using decorator depends_on on test units. In such case, rather than running any tests, the program should report that it has a dependency cycle and bail out.

Change History (3)

comment:1 by Raffi Enficiaud, 7 years ago

I believe the feature is now functional (in develop). Would you please confirm?

Last edited 7 years ago by Raffi Enficiaud (previous) (diff)

comment:2 by Raffi Enficiaud, 7 years ago

Milestone: To Be DeterminedBoost 1.59.0
Owner: changed from Gennadiy Rozental to Raffi Enficiaud
Status: newassigned
Version: Boost 1.58.0Boost 1.59.0

comment:3 by Raffi Enficiaud, 7 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.