Skip to content

Commit 18081e7

Browse files
Eugeniy Paltsevnashif
authored andcommitted
tests: tinycrypt: disable for ARC QEMU platforms
Even though ARC QEMU has received advanced multiplication instructions support recently the ARC QEMU in the latest Zephyr SDK still misses them, so tinycrypt may execute too long and reach timeout in case of execution on slow host. Disable tinycrypt for ARC QEMU platforms till we update ARC QEMU in Zephyr SDK. Signed-off-by: Eugeniy Paltsev <[email protected]>
1 parent ea00ff3 commit 18081e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
tests:
22
crypto.tinycrypt:
33
tags: tinycrypt crypto aes ccm
4+
platform_exclude: qemu_arc_em qemu_arc_hs
45
timeout: 300
56
integration_platforms:
67
- native_posix

0 commit comments

Comments
 (0)