tests: tests: Mark a bunch of testcases that are memory (RAM) limited

We the unified kernel now sizes have gone up and we have some more
testcases that are RAM limited on small memory systems.

Change-Id: I4716a779fac86a420607ba716edd012976d14254
Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2016-11-04 20:03:55 -05:00 committed by Anas Nashif
commit 773a3b08de
4 changed files with 5 additions and 4 deletions

View file

@ -4,3 +4,4 @@ arch_whitelist = x86
# On my machine, takes about 110 to run, 180 to be safe
timeout = 180
slow = True
filter = ( CONFIG_SRAM_SIZE > 8 or CONFIG_DCCM_SIZE > 8 or CONFIG_RAM_SIZE > 8 )

View file

@ -9,14 +9,14 @@ tags = footprint
extra_args = TEST=reg
build_only = true
arch_whitelist = x86
platform_exclude = quark_d2000_crb
filter = ( CONFIG_SRAM_SIZE > 8 or CONFIG_DCCM_SIZE > 8 or CONFIG_RAM_SIZE > 8 )
[footprint-max]
tags = footprint
extra_args = TEST=max
build_only = true
arch_whitelist = x86
platform_exclude = quark_d2000_crb
filter = ( CONFIG_SRAM_SIZE > 8 or CONFIG_DCCM_SIZE > 8 or CONFIG_RAM_SIZE > 8 )
[footprint-float]
tags = footprint

View file

@ -1,3 +1,3 @@
[test]
tags = bat_commit core
filter = ( CONFIG_SRAM_SIZE > 16 or CONFIG_DCCM_SIZE > 16 or CONFIG_RAM_SIZE > 16 )

View file

@ -1,3 +1,3 @@
[test]
tags = bat_commit core
filter = ( CONFIG_SRAM_SIZE > 16 or CONFIG_DCCM_SIZE > 16 or CONFIG_RAM_SIZE > 16 )