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:
parent
4ce988ab43
commit
d2ad8fca48
4 changed files with 5 additions and 1 deletions
|
@ -2,4 +2,5 @@ tests:
|
|||
kernel.poll:
|
||||
tags: kernel userspace
|
||||
min_ram: 16
|
||||
min_flash: 34
|
||||
platform_exclude: nrf52810_pca10040
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
tests:
|
||||
kernel.threads:
|
||||
tags: kernel threads userspace ignore_faults
|
||||
min_flash: 34
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
tests:
|
||||
libraries.encoding:
|
||||
filter: not CONFIG_NEWLIB_LIBC
|
||||
min_flash: 34
|
||||
tags: json
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue