File tree Expand file tree Collapse file tree 10 files changed +14
-22
lines changed Expand file tree Collapse file tree 10 files changed +14
-22
lines changed Original file line number Diff line number Diff line change 11[test]
22tags = crypto aes cbc
33build_only = false
4-
5- platform_exclude = qemu_riscv32
4+ # FIXME: why?
5+ platform_whitelist = qemu_x86 qemu_cortex_m3
Original file line number Diff line number Diff line change 11[test]
22tags = crypto aes ccm
33build_only = false
4-
5- platform_exclude = qemu_riscv32
4+ # FIXME: why?
5+ platform_whitelist = qemu_x86 qemu_cortex_m3
Original file line number Diff line number Diff line change 11[test]
22tags = crypto aes cmac
33build_only = false
4-
5- platform_exclude = qemu_riscv32
4+ # FIXME: why?
5+ platform_whitelist = qemu_x86 qemu_cortex_m3
Original file line number Diff line number Diff line change 11[test]
22tags = crypto aes ctr
33build_only = false
4-
5- platform_exclude = qemu_riscv32
4+ # FIXME: why?
5+ platform_whitelist = qemu_x86 qemu_cortex_m3
Original file line number Diff line number Diff line change 11[test]
22tags = crypto ctr prng
33build_only = false
4-
5- platform_exclude = qemu_riscv32
6-
74# FIXME: ZEP-1722
8- arch_exclude = xtensa
5+ arch_exclude = xtensa
Original file line number Diff line number Diff line change 11[test]
22tags = crypto ecc dsa
33build_only = false
4-
5- platform_exclude = qemu_riscv32
4+ platform_whitelist = qemu_x86 qemu_cortex_m3
Original file line number Diff line number Diff line change 11[test]
22tags = crypto sha256 hmac
3-
4- platform_exclude = qemu_riscv32
3+ platform_whitelist = qemu_x86 qemu_cortex_m3
Original file line number Diff line number Diff line change 11[test]
22tags = crypto sha256 hmac prng
33build_only = false
4- filter = ( CONFIG_SRAM_SIZE >= 32 or CONFIG_DCCM_SIZE >= 32 or
5- CONFIG_RAM_SIZE >= 32 )
6-
7- platform_exclude = qemu_riscv32 nrf51_pca10028 stm32373c_eval
4+ # FIXME: why?
5+ platform_whitelist = qemu_x86 qemu_cortex_m3
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ tags = crypto mbedtls
33filter = ( CONFIG_SRAM_SIZE >= 32 or CONFIG_DCCM_SIZE >= 32 or
44 CONFIG_RAM_SIZE >= 32 )
55timeout = 200
6- platform_exclude = qemu_riscv32
76
87[test_nios]
98tags = crypto mbedtls
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ tags = crypto sha256
33build_only = false
44timeout = 10800
55slow = True
6- platform_exclude = qemu_riscv32
6+ arch_whitelist = arm arc x86
77filter = ( CONFIG_SRAM_SIZE > 32 or CONFIG_DCCM_SIZE > 32 or CONFIG_RAM_SIZE > 32 )
88
99[test_nios2]
You can’t perform that action at this time.
0 commit comments