zephyr/tests/subsys/debug/coredump_backends/testcase.yaml
Marek Matej 780bafab6a tests, samples: update esp32_devkitc board records
Update the tests using the esp32_devkitc_xxx entries.

Signed-off-by: Marek Matej <marek.matej@espressif.com>
2025-04-29 16:48:55 +02:00

37 lines
1.0 KiB
YAML

common:
tags: coredump
ignore_faults: true
ignore_qemu_crash: true
arch_exclude:
- posix
integration_platforms:
- qemu_x86
tests:
debug.coredump.backends.logging:
filter: CONFIG_ARCH_SUPPORTS_COREDUMP
platform_exclude: acrn_ehl_crb
extra_configs:
- CONFIG_TEST_STORED_COREDUMP=n
debug.coredump.backends.flash:
filter: CONFIG_ARCH_SUPPORTS_COREDUMP
extra_args: CONF_FILE=prj_flash_partition.conf
extra_configs:
- CONFIG_TEST_STORED_COREDUMP=y
platform_allow:
- qemu_x86
- esp32_devkitc/esp32/procpu
- esp32s2_saola
- esp32s3_devkitm/esp32s3/procpu
- esp32c3_devkitm
debug.coredump.backends.in_memory:
filter: CONFIG_ARCH_SUPPORTS_COREDUMP
extra_args: CONF_FILE=prj_in_memory.conf
extra_configs:
- CONFIG_TEST_STORED_COREDUMP=y
debug.coredump.backends.other:
filter: CONFIG_ARCH_SUPPORTS_COREDUMP
extra_args: CONF_FILE=prj_backend_other.conf
extra_configs:
- CONFIG_TEST_STORED_COREDUMP=y
platform_exclude: acrn_ehl_crb