-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "tests/crypto: Update testcase.ini to build on more platforms"
This reverts commit f20dc05. Test breaks on many boards. Change-Id: I6180146f007c123e5a51aceb8acabdf2b7ee376c Signed-off-by: Anas Nashif <[email protected]>
- Loading branch information
Showing
10 changed files
with
14 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters