Skip to content

Commit deb8437

Browse files
wearyzenjhedberg
authored andcommitted
tests: fix: skip stack unwind on unsupported platforms
Add ARCH_HAS_STACKWALK as a dependency to the stack unwind test to avoid running it on 64bit Cortex-R platforms, which do not implement the arch_stack_walk() api. Signed-off-by: Sudan Landge <sudan.landge@arm.com>
1 parent c464547 commit deb8437

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/arch/common/stack_unwind/testcase.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ common:
33
ignore_faults: true
44
ignore_qemu_crash: true
55
tags: kernel
6+
filter: CONFIG_ARCH_STACKWALK
67
tests:
78
arch.common.stack_unwind.riscv_fp:
89
arch_allow: riscv

0 commit comments

Comments
 (0)