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:
Andrew Boie 2017-02-13 11:51:23 -08:00
commit da7864e727
3 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,5 @@
[test]
tags = crypto aes
build_only = false
# FIXME: ZEP-1722
arch_exclude = xtensa

View file

@ -1,3 +1,5 @@
[test]
tags = crypto ctr prng
build_only = false
# FIXME: ZEP-1722
arch_exclude = xtensa

View file

@ -4,3 +4,5 @@ timeout = 500
slow = True
# FIXME
platform_exclude = qemu_riscv32
# FIXME: ZEP-1722
arch_exclude = xtensa