You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
0 commit comments