id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 11417,BOOST_AUTO_TEST_CASE_EXPECTED_FAILURES should result in a fail verdict if the expectation is not fullfilled,peters@…,Gennadiy Rozental,"Given this test: {{{ BOOST_AUTO_TEST_CASE_EXPECTED_FAILURES(fail_test, 1) BOOST_AUTO_TEST_CASE( fail_test ) { BOOST_CHECK(1 == 1); } }}} I would assume that this test results in a overall failed test, but the macro only prints a message on the console: ""Test case fail_test has fewer failures than expected"" and does not touch the verdict of the test. This is IMHO useless, because its easy to miss (Especially if CI is used) I introduced that test case into our test suite to ensure that the tests are working correctly (before we had tests that did nothing and resulted in PASS, because NDEBUG was defined)",Bugs,closed,To Be Determined,test,Boost 1.57.0,Problem,duplicate,,