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:
parent
e895d576db
commit
33746d4b7c
10 changed files with 14 additions and 22 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
[test]
|
||||
tags = crypto ctr prng
|
||||
build_only = false
|
||||
|
||||
platform_exclude = qemu_riscv32
|
||||
|
||||
# FIXME: ZEP-1722
|
||||
arch_exclude = xtensa
|
|
@ -1,5 +1,4 @@
|
|||
[test]
|
||||
tags = crypto ecc dsa
|
||||
build_only = false
|
||||
|
||||
platform_exclude = qemu_riscv32
|
||||
platform_whitelist = qemu_x86 qemu_cortex_m3
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
[test]
|
||||
tags = crypto sha256 hmac
|
||||
|
||||
platform_exclude = qemu_riscv32
|
||||
platform_whitelist = qemu_x86 qemu_cortex_m3
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue