Skip to content

Commit

Permalink
tests: filter out tinytile, it is the same as arduino 101
Browse files Browse the repository at this point in the history
Change-Id: Ifef85247e6bdb4e6a1de8f5d0fc8cf3c935bd280
Signed-off-by: Anas Nashif <[email protected]>
  • Loading branch information
nashif committed Feb 15, 2017
1 parent ae15a26 commit 7ac0fd7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/legacy/benchmark/footprint/microkernel/testcase.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,29 @@
tags = legacy footprint
extra_args = TEST=min
build_only = true
platform_exclude = tinytile
filter = not CONFIG_BOARD_GALILEO

[footprint-reg]
tags = legacy footprint
extra_args = TEST=reg
build_only = true
arch_whitelist = x86
platform_exclude = tinytile
filter = ( CONFIG_SRAM_SIZE > 8 or CONFIG_DCCM_SIZE > 8 or CONFIG_RAM_SIZE > 8 )

[footprint-max]
tags = legacy footprint
extra_args = TEST=max
build_only = true
arch_whitelist = x86
platform_exclude = tinytile
filter = ( CONFIG_SRAM_SIZE > 8 or CONFIG_DCCM_SIZE > 8 or CONFIG_RAM_SIZE > 8 )

[footprint-float]
tags = legacy footprint
extra_args = TEST=float
build_only = true
arch_whitelist = x86
platform_exclude = tinytile
filter = not CONFIG_CPU_MINUTEIA
4 changes: 4 additions & 0 deletions tests/legacy/benchmark/footprint/nanokernel/testcase.ini
Original file line number Diff line number Diff line change
@@ -1,21 +1,25 @@
[footprint-min]
tags = legacy footprint
extra_args = TEST=min
platform_exclude = tinytile
build_only = true

[footprint-reg]
tags = legacy footprint
extra_args = TEST=reg
platform_exclude = tinytile
build_only = true

[footprint-max]
tags = legacy footprint
extra_args = TEST=max
platform_exclude = tinytile
build_only = true

[footprint-float]
tags = legacy footprint
extra_args = TEST=float
build_only = true
arch_whitelist = x86
platform_exclude = tinytile
filter = not CONFIG_CPU_MINUTEIA
2 changes: 2 additions & 0 deletions tests/power/power_states/testcase.ini
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
[test]
build_only = true
tags = samples power
platform_exclude = tinytile
filter = (CONFIG_SOC_QUARK_SE_C1000 or CONFIG_SOC_QUARK_SE_C1000_SS)

[test_socwatch]
extra_args = CONF_FILE="prj_socwatch.conf"
build_only = true
tags = samples power
platform_exclude = tinytile
filter = CONFIG_SOC_QUARK_SE_C1000

0 comments on commit 7ac0fd7

Please sign in to comment.