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:2 by , 7 years ago
| Milestone: | To Be Determined → Boost 1.59.0 |
|---|---|
| Owner: | changed from to |
| Status: | new → assigned |
| Version: | Boost 1.58.0 → Boost 1.59.0 |
comment:3 by , 7 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

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