Skip to content

Commit cc32112

Browse files
committed
tests: arch: commoon: stack_unwind: disable fpv_baser_aemv8r
The test configuration `arch.common.stack_unwind.symtab` was failing in weekly CI for quite a long time for the following platforms because `CONFIG_ARCH_MMU=n` by default on those platforms, although they are 64-bit. - fvp_baser_aemv8r/fvp_aemv8r_aarch64 - fvp_baser_aemv8r/fvp_aemv8r_aarch64/smp The command below can be used to verify the fix. ```shell twister -p fvp_baser_aemv8r/fvp_aemv8r_aarch64 \ -s arch.common.stack_unwind.symtab ``` Signed-off-by: Chris Friedt <[email protected]>
1 parent 7d259c3 commit cc32112

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/arch/common/stack_unwind/testcase.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ tests:
6666
- qemu_riscv32
6767
- qemu_riscv64
6868
- qemu_cortex_a53
69+
platform_exclude:
70+
# these platforms disabled here since CONFIG_ARM_MMU=n by default
71+
- fvp_baser_aemv8r/fvp_aemv8r_aarch64
72+
- fvp_baser_aemv8r/fvp_aemv8r_aarch64/smp
6973
extra_configs:
7074
- CONFIG_FRAME_POINTER=y
7175
- CONFIG_SYMTAB=y

0 commit comments

Comments
 (0)