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:
|
kernel.poll:
|
||||||
tags: kernel userspace
|
tags: kernel userspace
|
||||||
min_ram: 16
|
min_ram: 16
|
||||||
|
min_flash: 34
|
||||||
platform_exclude: nrf52810_pca10040
|
platform_exclude: nrf52810_pca10040
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
tests:
|
tests:
|
||||||
kernel.threads:
|
kernel.threads:
|
||||||
tags: kernel threads userspace ignore_faults
|
tags: kernel threads userspace ignore_faults
|
||||||
|
min_flash: 34
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
tests:
|
tests:
|
||||||
libraries.encoding:
|
libraries.encoding:
|
||||||
filter: not CONFIG_NEWLIB_LIBC
|
filter: not CONFIG_NEWLIB_LIBC
|
||||||
|
min_flash: 34
|
||||||
tags: json
|
tags: json
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
tests:
|
tests:
|
||||||
libraries.encoding:
|
libraries.encoding:
|
||||||
min_ram: 96
|
min_ram: 96
|
||||||
|
min_flash: 72
|
||||||
tags: jwt
|
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