Searched refs:p_assertions_failed (Results 1 – 4 of 4) sorted by relevance
54 p_assertions_failed <= p_expected_failures &&64 : ( (p_assertions_failed > p_expected_failures || p_skipped )75 p_assertions_failed.value += tr.p_assertions_failed;88 p_assertions_failed.value = 0;214 bool num_failures_match = tr.p_aborted || tr.p_assertions_failed >= tr.p_expected_failures;218 …bool check_any_assertions = tr.p_aborted || (tr.p_assertions_failed != 0) || (tr.p_assertions_pass…252 tr.p_assertions_failed.value++;254 if( tr.p_assertions_failed == 1 )265 tr.p_assertions_failed.value++;
124 counter_t total_assertions = tr.p_assertions_passed + tr.p_assertions_failed;134 …print_stat_value( ostr, tr.p_assertions_failed, m_indent, total_assertions, "assertion", "failed" …170 if( tr.p_assertions_failed == 0 ) {176 counter_t num_failures = tr.p_assertions_failed;
73 << " assertions_failed" << attr_value() << tr.p_assertions_failed
56 counter_prop p_assertions_failed; member in boost::unit_test::test_results