tests: samples: Add targetted platform_excludes for intel_adsp_cavs15

This platform has a tiny handful of remaining tests that fail.  We
will track them as issues, but let's exclude them from integration
testing to allow full runs to complete.  Often a hung device in one
test will break an entire twister run.

Tests with known (and tracked) failures:

  samples/application_development/external_lib
  samples/posix/eventfd
  samples/userspace/hello_world_user
  tests/kernel/fatal/message_capture
  tests/net/socket/socketpair
  tests/portability/cmsis_rtos_v2

These tests never fail in isolated testing, but are reliable timeouts
when run in sequence in a big twister run.  It's possible that the bug
here may be in twister or the flash/serial scripts:

  tests/crypto/tinycrypt
  tests/subsys/logging/log_immediate
  tests/subsys/logging/log_output

See: #32836

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
This commit is contained in:
Andy Ross 2021-03-02 18:11:18 -08:00 committed by Anas Nashif
commit 3d81464194
9 changed files with 10 additions and 5 deletions

View file

@ -4,6 +4,7 @@ tests:
sample.app_dev.external_lib:
integration_platforms:
- native_posix
platform_exclude: intel_adsp_cavs15
tags: external
harness: console
harness_config:

View file

@ -4,7 +4,7 @@ sample:
common:
filter: TOOLCHAIN_HAS_NEWLIB == 1
tags: posix
platform_exclude: m2gl025_miv
platform_exclude: m2gl025_miv intel_adsp_cavs15
integration_platforms:
- mps2_an385
tests:

View file

@ -5,6 +5,7 @@ sample:
common:
integration_platforms:
- mps2_an385
platform_exclude: intel_adsp_cavs15
tags: introduction
harness: console
harness_config:

View file

@ -1,7 +1,7 @@
tests:
crypto.tinycrypt:
tags: tinycrypt crypto aes ccm
platform_exclude: qemu_arc_em qemu_arc_hs
platform_exclude: qemu_arc_em qemu_arc_hs intel_adsp_cavs15
timeout: 300
integration_platforms:
- native_posix

View file

@ -1,6 +1,7 @@
tests:
kernel.logging.message_capture:
tags: kernel
platform_exclude: intel_adsp_cavs15
harness: console
harness_config:
type: multi_line

View file

@ -1,6 +1,7 @@
common:
tags: net socket userspace
filter: TOOLCHAIN_HAS_NEWLIB == 1
platform_exclude: intel_adsp_cavs15
tests:
net.socket.socketpair:
min_ram: 21

View file

@ -1,6 +1,6 @@
tests:
portability.cmsis_rtos_v2:
platform_exclude: m2gl025_miv
platform_exclude: m2gl025_miv intel_adsp_cavs15
tags: cmsis_rtos
min_ram: 32
min_flash: 34

View file

@ -5,10 +5,10 @@ common:
tests:
logging.log_immediate:
tags: log_core logging
platform_exclude: nucleo_l053r8 nucleo_f030r8
platform_exclude: nucleo_l053r8 nucleo_f030r8 intel_adsp_cavs15
stm32f0_disco nrf52_bsim
logging.log_immediate.clean_output:
extra_args: CONFIG_LOG_IMMEDIATE_CLEAN_OUTPUT=y
tags: log_core logging
platform_exclude: nucleo_l053r8 nucleo_f030r8
platform_exclude: nucleo_l053r8 nucleo_f030r8 intel_adsp_cavs15
stm32f0_disco nrf52_bsim

View file

@ -4,4 +4,5 @@ common:
tests:
logging.log_output:
platform_exclude: intel_adsp_cavs15
tags: log_output logging