2020-04-09 23:35:59 +08:00
|
|
|
# Excludes m2gl025_miv, which is based on the renode simulator. This
|
|
|
|
# is very slow for CPU-bound tests like this, taking upwards of 10
|
|
|
|
# minutes (vs. ~20 seconds for qemu) to complete in CI. There's
|
|
|
|
# little value there, this is a unit test of library code and we have
|
|
|
|
# coverage of the RISC-V architectures via qemu platforms already.
|
2020-09-23 10:20:36 +08:00
|
|
|
# Excludes qemu_xtensa due to pathological runtimes which cannot be
|
|
|
|
# reproduced on real hardware.
|
2019-07-18 01:31:24 +08:00
|
|
|
tests:
|
|
|
|
lib.heap:
|
|
|
|
tags: heap
|
2021-01-08 04:16:03 +08:00
|
|
|
platform_exclude: m2gl025_miv qemu_xtensa
|
2020-07-07 17:59:26 +08:00
|
|
|
filter: not CONFIG_SOC_NSIM
|
2021-01-08 04:16:03 +08:00
|
|
|
timeout: 480
|