commit | eedcc450d60bce6379164a2ed5135cb52fc23bb8 | [log] [tgz] |
---|---|---|
author | Fabio Utzig <utzig@apache.org> | Fri Nov 24 10:48:52 2017 -0200 |
committer | David Brown <davidb@davidb.org> | Thu Dec 21 13:36:34 2017 -0700 |
tree | b528a23c19e9424579719762ff0817fe37e052a3 | |
parent | b841f0a0c65533e6b9a37c678b32f15faeece8e3 [diff] [blame] |
Add test with write status area fail and interruption Signed-off-by: Fabio Utzig <utzig@apache.org>
diff --git a/sim/src/lib.rs b/sim/src/lib.rs index cddb48c..8e394ea 100644 --- a/sim/src/lib.rs +++ b/sim/src/lib.rs
@@ -297,6 +297,7 @@ failed |= images.run_norevert(); failed |= images.run_with_status_fails_complete(); + failed |= images.run_with_status_fails_with_reset(); //show_flash(&flash);