Skip to content

Commit

Permalink
tests/arch: arm_thread_swap: Increase no_optim case flash requirement
Browse files Browse the repository at this point in the history
On most targets, application flash size for no_optimization test
configuration is slightly higher than 128 Kbytes.
Updating requirement to the next upper flash size.

Signed-off-by: Erwan Gouriou <[email protected]>
  • Loading branch information
erwango authored and ioannisg committed Sep 26, 2019
1 parent 53c790e commit 3a7c37a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/arch/arm/arm_thread_swap/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tests:
extra_configs:
- CONFIG_NO_OPTIMIZATIONS=y
tags: arm
min_flash: 64
min_flash: 192
arch.arm.swap.common.fp_sharing:
arch_whitelist: arm
filter: CONFIG_ARMV7_M_ARMV8_M_FP
Expand All @@ -25,4 +25,4 @@ tests:
- CONFIG_FP_SHARING=y
- CONFIG_NO_OPTIMIZATIONS=y
tags: arm
min_flash: 64
min_flash: 192

0 comments on commit 3a7c37a

Please sign in to comment.