File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
tests/subsys/debug/coredump Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 7
7
platform_exclude : acrn_ehl_crb
8
8
arch_exclude :
9
9
- posix
10
+ - xtensa
10
11
integration_platforms :
11
12
- qemu_x86
12
13
harness : console
13
14
harness_config :
14
15
type : multi_line
15
16
regex :
16
17
- " Coredump: (.*)"
18
+ - " >>> ZEPHYR FATAL ERROR "
17
19
- " E: #CD:BEGIN#"
18
20
- " E: #CD:5([aA])45([0-9a-fA-F]+)"
19
21
- " E: #CD:41([0-9a-fA-F]+)"
20
22
- " E: #CD:4([dD])([0-9a-fA-F]+)"
21
23
- " E: #CD:4([dD])([0-9a-fA-F]+)"
22
24
- " E: #CD:END#"
23
25
- " k_sys_fatal_error_handler"
26
+
27
+ debug.coredump.logging_backend_xtensa :
28
+ tags : coredump
29
+ ignore_faults : true
30
+ ignore_qemu_crash : true
31
+ filter : CONFIG_ARCH_SUPPORTS_COREDUMP
32
+ arch_allow :
33
+ - xtensa
34
+ harness : console
35
+ harness_config :
36
+ type : multi_line
37
+ regex :
38
+ - " Coredump: (.*)"
39
+ - " E: #CD:BEGIN#"
40
+ - " E: #CD:5([aA])45([0-9a-fA-F]+)"
41
+ - " E: #CD:41([0-9a-fA-F]+)"
42
+ - " E: #CD:4([dD])([0-9a-fA-F]+)"
43
+ - " E: #CD:4([dD])([0-9a-fA-F]+)"
44
+ - " E: #CD:END#"
45
+ - " >>> ZEPHYR FATAL ERROR "
46
+ - " k_sys_fatal_error_handler"
You can’t perform that action at this time.
0 commit comments