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 1
1
[test]
2
2
tags = crypto aes cbc
3
3
build_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 1
1
[test]
2
2
tags = crypto aes ccm
3
3
build_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 1
1
[test]
2
2
tags = crypto aes cmac
3
3
build_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 1
1
[test]
2
2
tags = crypto aes ctr
3
3
build_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 1
1
[test]
2
2
tags = crypto ctr prng
3
3
build_only = false
4
-
5
- platform_exclude = qemu_riscv32
6
-
7
4
# FIXME: ZEP-1722
8
- arch_exclude = xtensa
5
+ arch_exclude = xtensa
Original file line number Diff line number Diff line change 1
1
[test]
2
2
tags = crypto ecc dsa
3
3
build_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 1
1
[test]
2
2
tags = 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 1
1
[test]
2
2
tags = crypto sha256 hmac prng
3
3
build_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
3
3
filter = ( CONFIG_SRAM_SIZE >= 32 or CONFIG_DCCM_SIZE >= 32 or
4
4
CONFIG_RAM_SIZE >= 32 )
5
5
timeout = 200
6
- platform_exclude = qemu_riscv32
7
6
8
7
[test_nios]
9
8
tags = crypto mbedtls
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ tags = crypto sha256
3
3
build_only = false
4
4
timeout = 10800
5
5
slow = True
6
- platform_exclude = qemu_riscv32
6
+ arch_whitelist = arm arc x86
7
7
filter = ( CONFIG_SRAM_SIZE > 32 or CONFIG_DCCM_SIZE > 32 or CONFIG_RAM_SIZE > 32 )
8
8
9
9
[test_nios2]
You can’t perform that action at this time.
0 commit comments