1tests: 2 debug.coredump.logging_backend: 3 tags: coredump 4 ignore_faults: true 5 ignore_qemu_crash: true 6 filter: CONFIG_ARCH_SUPPORTS_COREDUMP 7 platform_exclude: acrn_ehl_crb 8 arch_exclude: 9 - posix 10 integration_platforms: 11 - qemu_x86 12 harness: console 13 harness_config: 14 type: multi_line 15 regex: 16 - "Coredump: (.*)" 17 - ">>> ZEPHYR FATAL ERROR " 18 - "E: #CD:BEGIN#" 19 - "E: #CD:5([aA])45([0-9a-fA-F]+)" 20 - "E: #CD:41([0-9a-fA-F]+)" 21 - "E: #CD:4([dD])([0-9a-fA-F]+)" 22 - "E: #CD:4([dD])([0-9a-fA-F]+)" 23 - "E: #CD:END#" 24 - "k_sys_fatal_error_handler" 25