Revert "tests/crypto: Update testcase.ini to build on more platforms"

This reverts commit 7b652b1f84.

Breaks on many boards.

Change-Id: Ie74e7a656094a54b999b99de9a462093525202c3
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2017-02-23 07:13:23 -08:00
commit 33746d4b7c
10 changed files with 14 additions and 22 deletions

View file

@ -1,5 +1,5 @@
[test]
tags = crypto aes cbc
build_only = false
platform_exclude = qemu_riscv32
# FIXME: why?
platform_whitelist = qemu_x86 qemu_cortex_m3

View file

@ -1,5 +1,5 @@
[test]
tags = crypto aes ccm
build_only = false
platform_exclude = qemu_riscv32
# FIXME: why?
platform_whitelist = qemu_x86 qemu_cortex_m3

View file

@ -1,5 +1,5 @@
[test]
tags = crypto aes cmac
build_only = false
platform_exclude = qemu_riscv32
# FIXME: why?
platform_whitelist = qemu_x86 qemu_cortex_m3

View file

@ -1,5 +1,5 @@
[test]
tags = crypto aes ctr
build_only = false
platform_exclude = qemu_riscv32
# FIXME: why?
platform_whitelist = qemu_x86 qemu_cortex_m3

View file

@ -1,8 +1,5 @@
[test]
tags = crypto ctr prng
build_only = false
platform_exclude = qemu_riscv32
# FIXME: ZEP-1722
arch_exclude = xtensa

View file

@ -1,5 +1,4 @@
[test]
tags = crypto ecc dsa
build_only = false
platform_exclude = qemu_riscv32
platform_whitelist = qemu_x86 qemu_cortex_m3

View file

@ -1,4 +1,3 @@
[test]
tags = crypto sha256 hmac
platform_exclude = qemu_riscv32
platform_whitelist = qemu_x86 qemu_cortex_m3

View file

@ -1,7 +1,5 @@
[test]
tags = crypto sha256 hmac prng
build_only = false
filter = ( CONFIG_SRAM_SIZE >= 32 or CONFIG_DCCM_SIZE >= 32 or
CONFIG_RAM_SIZE >= 32 )
platform_exclude = qemu_riscv32 nrf51_pca10028 stm32373c_eval
# FIXME: why?
platform_whitelist = qemu_x86 qemu_cortex_m3

View file

@ -3,7 +3,6 @@ tags = crypto mbedtls
filter = ( CONFIG_SRAM_SIZE >= 32 or CONFIG_DCCM_SIZE >= 32 or
CONFIG_RAM_SIZE >= 32 )
timeout = 200
platform_exclude = qemu_riscv32
[test_nios]
tags = crypto mbedtls

View file

@ -3,7 +3,7 @@ tags = crypto sha256
build_only = false
timeout = 10800
slow = True
platform_exclude = qemu_riscv32
arch_whitelist = arm arc x86
filter = ( CONFIG_SRAM_SIZE > 32 or CONFIG_DCCM_SIZE > 32 or CONFIG_RAM_SIZE > 32 )
[test_nios2]