File tree Expand file tree Collapse file tree 10 files changed +22
-14
lines changed Expand file tree Collapse file tree 10 files changed +22
-14
lines changed Original file line number Diff line number Diff line change 11[test]
22tags = crypto aes cbc
33build_only = false
4- # FIXME: why?
5- platform_whitelist = qemu_x86 qemu_cortex_m3
4+
5+ platform_exclude = qemu_riscv32
Original file line number Diff line number Diff line change 11[test]
22tags = crypto aes ccm
33build_only = false
4- # FIXME: why?
5- platform_whitelist = qemu_x86 qemu_cortex_m3
4+
5+ platform_exclude = qemu_riscv32
Original file line number Diff line number Diff line change 11[test]
22tags = crypto aes cmac
33build_only = false
4- # FIXME: why?
5- platform_whitelist = qemu_x86 qemu_cortex_m3
4+
5+ platform_exclude = qemu_riscv32
Original file line number Diff line number Diff line change 11[test]
22tags = crypto aes ctr
33build_only = false
4- # FIXME: why?
5- platform_whitelist = qemu_x86 qemu_cortex_m3
4+
5+ platform_exclude = qemu_riscv32
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+
47# FIXME: ZEP-1722
5- arch_exclude = xtensa
8+ arch_exclude = xtensa
Original file line number Diff line number Diff line change 11[test]
22tags = crypto ecc dsa
33build_only = false
4- platform_whitelist = qemu_x86 qemu_cortex_m3
4+
5+ platform_exclude = qemu_riscv32
Original file line number Diff line number Diff line change 11[test]
22tags = crypto sha256 hmac
3- platform_whitelist = qemu_x86 qemu_cortex_m3
3+
4+ platform_exclude = qemu_riscv32
Original file line number Diff line number Diff line change 11[test]
22tags = crypto sha256 hmac prng
33build_only = false
4- # FIXME: why?
5- platform_whitelist = qemu_x86 qemu_cortex_m3
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
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ 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
67
78[test_nios]
89tags = 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- arch_whitelist = arm arc x86
6+ platform_exclude = qemu_riscv32
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