tests: exclude platforms with limited flash

Platforms with limited flash are now failing to link.  Add or increase
flash requirements for test cases to exclude the ones that will fail.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
This commit is contained in:
Peter Bigot 2019-09-23 12:38:45 -05:00 committed by Andrew Boie
commit d2ad8fca48
4 changed files with 5 additions and 1 deletions

View file

@ -2,4 +2,5 @@ tests:
kernel.poll:
tags: kernel userspace
min_ram: 16
min_flash: 34
platform_exclude: nrf52810_pca10040

View file

@ -1,3 +1,4 @@
tests:
kernel.threads:
tags: kernel threads userspace ignore_faults
min_flash: 34

View file

@ -1,4 +1,5 @@
tests:
libraries.encoding:
filter: not CONFIG_NEWLIB_LIBC
min_flash: 34
tags: json

View file

@ -1,5 +1,6 @@
tests:
libraries.encoding:
min_ram: 96
min_flash: 72
tags: jwt
platform_exclude: esp32 qemu_x86_64 #no newlib
platform_exclude: qemu_x86_64 #no newlib