REVERTME: tests: crypto: disable on Xtensa
Tinycrypt's definition of 'bool' does not work properly with Xtensa's XCC compiler. Issue: ZEP-1722 Change-Id: Id71b5f1bcf738c83e672b64a592a68751758dbc9 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
42562b9367
commit
da7864e727
3 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
[test]
|
||||
tags = crypto aes
|
||||
build_only = false
|
||||
# FIXME: ZEP-1722
|
||||
arch_exclude = xtensa
|
|
@ -1,3 +1,5 @@
|
|||
[test]
|
||||
tags = crypto ctr prng
|
||||
build_only = false
|
||||
# FIXME: ZEP-1722
|
||||
arch_exclude = xtensa
|
|
@ -4,3 +4,5 @@ timeout = 500
|
|||
slow = True
|
||||
# FIXME
|
||||
platform_exclude = qemu_riscv32
|
||||
# FIXME: ZEP-1722
|
||||
arch_exclude = xtensa
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue