Searched refs:expected_to_fail (Results 1 – 1 of 1) sorted by relevance
347 bool expected_to_fail; in test_continue() local 349 expected_to_fail = fault(PREINSTALL_AO) && added_ao; in test_continue() 350 expected_to_fail |= fault(PREINSTALL_MD5) && !added_ao; in test_continue() 353 if (!expected_to_fail) in test_continue() 358 if (err != -EKEYREJECTED || !expected_to_fail) { in test_continue()