Commit 3a7c37ab authored by Erwan Gouriou's avatar Erwan Gouriou Committed by Ioannis Glaropoulos
Browse files

tests/arch: arm_thread_swap: Increase no_optim case flash requirement



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: default avatarErwan Gouriou <erwan.gouriou@linaro.org>
parent 53c790e7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
@@ -25,4 +25,4 @@ tests:
      - CONFIG_FP_SHARING=y
      - CONFIG_NO_OPTIMIZATIONS=y
    tags: arm
    min_flash: 64
    min_flash: 192