id summary reporter owner description type status milestone component version severity resolution keywords cc 12597 Report tests with clashing names Igor Akhmetov Raffi Enficiaud It's possible right now for two different tests to have the same name. This is a problem for test runners, since there's no way to run a specific test if there are other tests with the same name. Boost.Test should detect tests with clashing names on startup and report an error, similar to how Google Test and Catch do that. Feature Requests closed Boost 1.67.0 test Boost 1.62.0 Problem fixed