Skip to content

Commit da7864e

Browse files
author
Andrew Boie
committed
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 <[email protected]>
1 parent 42562b9 commit da7864e

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

tests/crypto/test_aes/testcase.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
[test]
22
tags = crypto aes
33
build_only = false
4+
# FIXME: ZEP-1722
5+
arch_exclude = xtensa
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
[test]
22
tags = crypto ctr prng
33
build_only = false
4+
# FIXME: ZEP-1722
5+
arch_exclude = xtensa

tests/crypto/test_ecc_dh/testcase.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ timeout = 500
44
slow = True
55
# FIXME
66
platform_exclude = qemu_riscv32
7+
# FIXME: ZEP-1722
8+
arch_exclude = xtensa

0 commit comments

Comments
 (0)