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:
parent
589c781506
commit
3d81464194
9 changed files with 10 additions and 5 deletions
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -5,6 +5,7 @@ sample:
|
|||
common:
|
||||
integration_platforms:
|
||||
- mps2_an385
|
||||
platform_exclude: intel_adsp_cavs15
|
||||
tags: introduction
|
||||
harness: console
|
||||
harness_config:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
tests:
|
||||
kernel.logging.message_capture:
|
||||
tags: kernel
|
||||
platform_exclude: intel_adsp_cavs15
|
||||
harness: console
|
||||
harness_config:
|
||||
type: multi_line
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -4,4 +4,5 @@ common:
|
|||
|
||||
tests:
|
||||
logging.log_output:
|
||||
platform_exclude: intel_adsp_cavs15
|
||||
tags: log_output logging
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue