Skip to content

Commit 94fe5c9

Browse files
taltenbachd3zd3z
authored andcommitted
sim: Enable oversized_secondary_slot test with max-align-32
The test case oversized_secondary_slot, introduced by PR !1286 was not enabled when the 'max-align-32' feature was selected because of the test case was failing with some configurations. Since 88294be, the oversized_secondary_slot test is now passing with 'max-align-32' in all configurations and can therefore be enabled. Signed-off-by: Thomas Altenbach <thomas.altenbach@legrand.com>
1 parent f7394e3 commit 94fe5c9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sim/tests/core.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ sim_test!(revert_with_fails, make_image(&NO_DEPS, false), run_revert_with_fails(
5858
sim_test!(perm_with_fails, make_image(&NO_DEPS, true), run_perm_with_fails());
5959
sim_test!(perm_with_random_fails, make_image(&NO_DEPS, true), run_perm_with_random_fails(5));
6060
sim_test!(norevert, make_image(&NO_DEPS, true), run_norevert());
61-
62-
#[cfg(not(feature = "max-align-32"))]
6361
sim_test!(oversized_secondary_slot, make_oversized_secondary_slot_image(), run_oversizefail_upgrade());
6462

6563
sim_test!(status_write_fails_complete, make_image(&NO_DEPS, true), run_with_status_fails_complete());

0 commit comments

Comments
 (0)