Home
last modified time | relevance | path

Searched refs:run_perm_with_random_fails (Results 1 – 3 of 3) sorted by relevance

/mcuboot-latest/sim/src/
Dlib.rs215 failed |= images.run_perm_with_random_fails(5); in run_single()
Dimage.rs743 pub fn run_perm_with_random_fails(&self, total_fails: usize) -> bool { in run_perm_with_random_fails() method
/mcuboot-latest/sim/tests/
Dcore.rs59 sim_test!(perm_with_random_fails, make_image(&NO_DEPS, true), run_perm_with_random_fails(5));