Searched refs:expected_fail (Results 1 – 4 of 4) sorted by relevance
129 .expected_fail = true,
105 bool expected_fail; member
49 6 - expected_fail: if that test is expected to fail, i.e. the return code is
787 err = t->expected_fail ? EXIT_SUCCESS : EXIT_FAILURE; in test_run_parent()798 if (t->expected_fail == false) { in test_run_parent()