blob: 69696b31a3884361645a6dcea6bc3f23f572e9dc [file] [log] [blame]
common:
harness: console
ignore_faults: true
ignore_qemu_crash: true
tags: kernel
tests:
arch.common.stack_unwind.riscv_fp:
arch_allow: riscv
integration_platforms:
- qemu_riscv32e
- qemu_riscv32
- qemu_riscv64
extra_configs:
- CONFIG_FRAME_POINTER=y
harness_config:
type: multi_line
regex:
- "E: call trace:"
- "E: 0: fp: \\w+ ra: \\w+"
- "E: 1: fp: \\w+ ra: \\w+"
arch.common.stack_unwind.riscv_sp:
arch_allow: riscv
integration_platforms:
- qemu_riscv32e
- qemu_riscv32
- qemu_riscv64
harness_config:
type: multi_line
regex:
- "E: call trace:"
- "E: 0: sp: \\w+ ra: \\w+"
- "E: 1: sp: \\w+ ra: \\w+"
arch.common.stack_unwind.x86:
arch_allow: x86
extra_configs:
- CONFIG_OMIT_FRAME_POINTER=n
- CONFIG_OVERRIDE_FRAME_POINTER_DEFAULT=y
integration_platforms:
- qemu_x86
- qemu_x86_64
harness_config:
type: multi_line
regex:
- "E: call trace:"
- "E: 0: \\w+"
- "E: 1: \\w+"
arch.common.stack_unwind.arm64:
arch_allow:
- arm64
integration_platforms:
- qemu_cortex_a53
extra_configs:
- CONFIG_FRAME_POINTER=y
harness_config:
type: multi_line
regex:
- "E: call trace:"
- "E: 0: fp: \\w+ lr: \\w+"
- "E: 1: fp: \\w+ lr: \\w+"
arch.common.stack_unwind.symtab:
arch_allow:
- riscv
- arm64
integration_platforms:
- qemu_riscv32e
- qemu_riscv32
- qemu_riscv64
- qemu_cortex_a53
platform_exclude:
# these platforms disabled here since CONFIG_ARM_MMU=n by default
- fvp_baser_aemv8r/fvp_aemv8r_aarch64
- fvp_baser_aemv8r/fvp_aemv8r_aarch64/smp
extra_configs:
- CONFIG_FRAME_POINTER=y
- CONFIG_SYMTAB=y
harness_config:
type: multi_line
regex:
- "\\[func1\\+0x\\w+\\]"
- "\\[func2\\+0x\\w+\\]"
- "\\[func1\\+0x\\w+\\]"
- "\\[func2\\+0x\\w+\\]"
- "\\[func1\\+0x\\w+\\]"