Skip to content

Commit 7ac0fd7

Browse files
committed
tests: filter out tinytile, it is the same as arduino 101
Change-Id: Ifef85247e6bdb4e6a1de8f5d0fc8cf3c935bd280 Signed-off-by: Anas Nashif <[email protected]>
1 parent ae15a26 commit 7ac0fd7

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

tests/legacy/benchmark/footprint/microkernel/testcase.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,29 @@
22
tags = legacy footprint
33
extra_args = TEST=min
44
build_only = true
5+
platform_exclude = tinytile
56
filter = not CONFIG_BOARD_GALILEO
67

78
[footprint-reg]
89
tags = legacy footprint
910
extra_args = TEST=reg
1011
build_only = true
1112
arch_whitelist = x86
13+
platform_exclude = tinytile
1214
filter = ( CONFIG_SRAM_SIZE > 8 or CONFIG_DCCM_SIZE > 8 or CONFIG_RAM_SIZE > 8 )
1315

1416
[footprint-max]
1517
tags = legacy footprint
1618
extra_args = TEST=max
1719
build_only = true
1820
arch_whitelist = x86
21+
platform_exclude = tinytile
1922
filter = ( CONFIG_SRAM_SIZE > 8 or CONFIG_DCCM_SIZE > 8 or CONFIG_RAM_SIZE > 8 )
2023

2124
[footprint-float]
2225
tags = legacy footprint
2326
extra_args = TEST=float
2427
build_only = true
2528
arch_whitelist = x86
29+
platform_exclude = tinytile
2630
filter = not CONFIG_CPU_MINUTEIA
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,25 @@
11
[footprint-min]
22
tags = legacy footprint
33
extra_args = TEST=min
4+
platform_exclude = tinytile
45
build_only = true
56

67
[footprint-reg]
78
tags = legacy footprint
89
extra_args = TEST=reg
10+
platform_exclude = tinytile
911
build_only = true
1012

1113
[footprint-max]
1214
tags = legacy footprint
1315
extra_args = TEST=max
16+
platform_exclude = tinytile
1417
build_only = true
1518

1619
[footprint-float]
1720
tags = legacy footprint
1821
extra_args = TEST=float
1922
build_only = true
2023
arch_whitelist = x86
24+
platform_exclude = tinytile
2125
filter = not CONFIG_CPU_MINUTEIA
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
[test]
22
build_only = true
33
tags = samples power
4+
platform_exclude = tinytile
45
filter = (CONFIG_SOC_QUARK_SE_C1000 or CONFIG_SOC_QUARK_SE_C1000_SS)
56

67
[test_socwatch]
78
extra_args = CONF_FILE="prj_socwatch.conf"
89
build_only = true
910
tags = samples power
11+
platform_exclude = tinytile
1012
filter = CONFIG_SOC_QUARK_SE_C1000

0 commit comments

Comments
 (0)