Home
last modified time | relevance | path

Searched refs:expected_fail (Results 1 – 4 of 4) sorted by relevance

/external/kmod/testsuite/
Dtest-depmod.c129 .expected_fail = true,
Dtestsuite.h105 bool expected_fail; member
DREADME49 6 - expected_fail: if that test is expected to fail, i.e. the return code is
Dtestsuite.c787 err = t->expected_fail ? EXIT_SUCCESS : EXIT_FAILURE; in test_run_parent()
798 if (t->expected_fail == false) { in test_run_parent()