Skip to content

Commit

Permalink
tests: tests: Mark a bunch of testcases that are memory (RAM) limited
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
galak authored and Anas Nashif committed Nov 7, 2016
1 parent 74147ae commit 773a3b0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions tests/legacy/benchmark/app_kernel/testcase.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
4 changes: 2 additions & 2 deletions tests/legacy/benchmark/footprint/microkernel/testcase.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/legacy/kernel/test_mail/testcase.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[test]
tags = bat_commit core

filter = ( CONFIG_SRAM_SIZE > 16 or CONFIG_DCCM_SIZE > 16 or CONFIG_RAM_SIZE > 16 )
2 changes: 1 addition & 1 deletion tests/legacy/kernel/test_mail_priv/testcase.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[test]
tags = bat_commit core

filter = ( CONFIG_SRAM_SIZE > 16 or CONFIG_DCCM_SIZE > 16 or CONFIG_RAM_SIZE > 16 )

0 comments on commit 773a3b0

Please sign in to comment.