Lines Matching defs:expected_errors
22 static unsigned int expected_errors;
28 expected_errors = 0;
154 i_assert(expected_errors == 0);
155 expected_errors = 1;
161 i_assert(expected_errors == 0);
162 expected_errors = expected;
167 test_assert(expected_errors == 0 && expected_error_str == NULL);
169 expected_errors = 0;
195 if (expected_errors > 0) {
199 expected_errors--;