Skip to content

Commit

Permalink
Revert "tests/crypto: Update testcase.ini to build on more platforms"
Browse files Browse the repository at this point in the history
This reverts commit f20dc05.

Test breaks on many boards.

Change-Id: I6180146f007c123e5a51aceb8acabdf2b7ee376c
Signed-off-by: Anas Nashif <[email protected]>
  • Loading branch information
nashif committed Feb 23, 2017
1 parent f20dc05 commit 25281db
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 22 deletions.
4 changes: 2 additions & 2 deletions tests/crypto/test_cbc_mode/testcase.ini
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions tests/crypto/test_ccm_mode/testcase.ini
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions tests/crypto/test_cmac_mode/testcase.ini
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions tests/crypto/test_ctr_mode/testcase.ini
Original file line number Diff line number Diff line change
@@ -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
5 changes: 1 addition & 4 deletions tests/crypto/test_ctr_prng/testcase.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
[test]
tags = crypto ctr prng
build_only = false

platform_exclude = qemu_riscv32

# FIXME: ZEP-1722
arch_exclude = xtensa
arch_exclude = xtensa
3 changes: 1 addition & 2 deletions tests/crypto/test_ecc_dsa/testcase.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[test]
tags = crypto ecc dsa
build_only = false

platform_exclude = qemu_riscv32
platform_whitelist = qemu_x86 qemu_cortex_m3
3 changes: 1 addition & 2 deletions tests/crypto/test_hmac/testcase.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[test]
tags = crypto sha256 hmac

platform_exclude = qemu_riscv32
platform_whitelist = qemu_x86 qemu_cortex_m3
6 changes: 2 additions & 4 deletions tests/crypto/test_hmac_prng/testcase.ini
Original file line number Diff line number Diff line change
@@ -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
1 change: 0 additions & 1 deletion tests/crypto/test_mbedtls/testcase.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/crypto/test_sha256/testcase.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 25281db

Please sign in to comment.